Class DescribeNamespaceResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse
-
- software.amazon.awssdk.services.iotthingsgraph.model.DescribeNamespaceResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeNamespaceResponse extends IoTThingsGraphResponse implements ToCopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeNamespaceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeNamespaceResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnamespaceArn()The ARN of the namespace.StringnamespaceName()The name of the namespace.LongnamespaceVersion()The version of the user's namespace to describe.List<SdkField<?>>sdkFields()static Class<? extends DescribeNamespaceResponse.Builder>serializableBuilderClass()DescribeNamespaceResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrackingNamespaceName()The name of the public namespace that the latest namespace version is tracking.LongtrackingNamespaceVersion()The version of the public namespace that the latest version is tracking.-
Methods inherited from class software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
namespaceArn
public final String namespaceArn()
The ARN of the namespace.
- Returns:
- The ARN of the namespace.
-
namespaceName
public final String namespaceName()
The name of the namespace.
- Returns:
- The name of the namespace.
-
trackingNamespaceName
public final String trackingNamespaceName()
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.
-
trackingNamespaceVersion
public final Long trackingNamespaceVersion()
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.
-
namespaceVersion
public final Long namespaceVersion()
The version of the user's namespace to describe.
- Returns:
- The version of the user's namespace to describe.
-
toBuilder
public DescribeNamespaceResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeNamespaceResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeNamespaceResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-