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 DescribeNamespaceResult

    • Constructor Detail

      • DescribeNamespaceResult

        public DescribeNamespaceResult()
    • Method Detail

      • setNamespaceArn

        public void setNamespaceArn(String namespaceArn)

        The ARN of the namespace.

        Parameters:
        namespaceArn - The ARN of the namespace.
      • getNamespaceArn

        public String getNamespaceArn()

        The ARN of the namespace.

        Returns:
        The ARN of the namespace.
      • withNamespaceArn

        public DescribeNamespaceResult withNamespaceArn(String namespaceArn)

        The ARN of the namespace.

        Parameters:
        namespaceArn - The ARN of the namespace.
        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.

        Parameters:
        namespaceName - The name of the namespace.
      • getNamespaceName

        public String getNamespaceName()

        The name of the namespace.

        Returns:
        The name of the namespace.
      • withNamespaceName

        public DescribeNamespaceResult withNamespaceName(String namespaceName)

        The name of the namespace.

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

        public void setTrackingNamespaceName(String trackingNamespaceName)

        The name of the public namespace that the latest namespace version is tracking.

        Parameters:
        trackingNamespaceName - The name of the public namespace that the latest namespace version is tracking.
      • getTrackingNamespaceName

        public String getTrackingNamespaceName()

        The name of the public namespace that the latest namespace version is tracking.

        Returns:
        The name of the public namespace that the latest namespace version is tracking.
      • withTrackingNamespaceName

        public DescribeNamespaceResult withTrackingNamespaceName(String trackingNamespaceName)

        The name of the public namespace that the latest namespace version is tracking.

        Parameters:
        trackingNamespaceName - The name of the public namespace that the latest namespace version is tracking.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTrackingNamespaceVersion

        public void setTrackingNamespaceVersion(Long trackingNamespaceVersion)

        The version of the public namespace that the latest version is tracking.

        Parameters:
        trackingNamespaceVersion - The version of the public namespace that the latest version is tracking.
      • getTrackingNamespaceVersion

        public Long getTrackingNamespaceVersion()

        The version of the public namespace that the latest version is tracking.

        Returns:
        The version of the public namespace that the latest version is tracking.
      • withTrackingNamespaceVersion

        public DescribeNamespaceResult withTrackingNamespaceVersion(Long trackingNamespaceVersion)

        The version of the public namespace that the latest version is tracking.

        Parameters:
        trackingNamespaceVersion - The version of the public namespace that the latest version is tracking.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNamespaceVersion

        public void setNamespaceVersion(Long namespaceVersion)

        The version of the user's namespace to describe.

        Parameters:
        namespaceVersion - The version of the user's namespace to describe.
      • getNamespaceVersion

        public Long getNamespaceVersion()

        The version of the user's namespace to describe.

        Returns:
        The version of the user's namespace to describe.
      • withNamespaceVersion

        public DescribeNamespaceResult withNamespaceVersion(Long namespaceVersion)

        The version of the user's namespace to describe.

        Parameters:
        namespaceVersion - The version of the user's namespace to describe.
        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 によって変換されたページ (->オリジナル) /