JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotthingsgraph.model

Class GetNamespaceDeletionStatusResult

    • Constructor Detail

      • GetNamespaceDeletionStatusResult

        public GetNamespaceDeletionStatusResult()
    • Method Detail

      • setNamespaceArn

        public void setNamespaceArn(String namespaceArn)

        The ARN of the namespace that is being deleted.

        Parameters:
        namespaceArn - The ARN of the namespace that is being deleted.
      • getNamespaceArn

        public String getNamespaceArn()

        The ARN of the namespace that is being deleted.

        Returns:
        The ARN of the namespace that is being deleted.
      • withNamespaceArn

        public GetNamespaceDeletionStatusResult withNamespaceArn(String namespaceArn)

        The ARN of the namespace that is being deleted.

        Parameters:
        namespaceArn - The ARN of the namespace that is being deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNamespaceName

        public void setNamespaceName(String namespaceName)

        The name of the namespace that is being deleted.

        Parameters:
        namespaceName - The name of the namespace that is being deleted.
      • getNamespaceName

        public String getNamespaceName()

        The name of the namespace that is being deleted.

        Returns:
        The name of the namespace that is being deleted.
      • withNamespaceName

        public GetNamespaceDeletionStatusResult withNamespaceName(String namespaceName)

        The name of the namespace that is being deleted.

        Parameters:
        namespaceName - The name of the namespace that is being deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the deletion request.

        Parameters:
        status - The status of the deletion request.
        See Also:
        NamespaceDeletionStatus
      • getStatus

        public String getStatus()

        The status of the deletion request.

        Returns:
        The status of the deletion request.
        See Also:
        NamespaceDeletionStatus
      • setErrorCode

        public void setErrorCode(String errorCode)

        An error code returned by the namespace deletion task.

        Parameters:
        errorCode - An error code returned by the namespace deletion task.
        See Also:
        NamespaceDeletionStatusErrorCodes
      • getErrorCode

        public String getErrorCode()

        An error code returned by the namespace deletion task.

        Returns:
        An error code returned by the namespace deletion task.
        See Also:
        NamespaceDeletionStatusErrorCodes
      • withErrorCode

        public GetNamespaceDeletionStatusResult withErrorCode(String errorCode)

        An error code returned by the namespace deletion task.

        Parameters:
        errorCode - An error code returned by the namespace deletion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NamespaceDeletionStatusErrorCodes
      • setErrorMessage

        public void setErrorMessage(String errorMessage)

        An error code returned by the namespace deletion task.

        Parameters:
        errorMessage - An error code returned by the namespace deletion task.
      • getErrorMessage

        public String getErrorMessage()

        An error code returned by the namespace deletion task.

        Returns:
        An error code returned by the namespace deletion task.
      • withErrorMessage

        public GetNamespaceDeletionStatusResult withErrorMessage(String errorMessage)

        An error code returned by the namespace deletion task.

        Parameters:
        errorMessage - An error code returned by the namespace deletion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /