Class NamespaceInfoV2
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.NamespaceInfoV2
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NamespaceInfoV2.Builder,NamespaceInfoV2>
@Generated("software.amazon.awssdk:codegen") public final class NamespaceInfoV2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NamespaceInfoV2.Builder,NamespaceInfoV2>
The error type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNamespaceInfoV2.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The namespace ARN.static NamespaceInfoV2.Builderbuilder()StringcapacityRegion()The namespace Amazon Web Services Region.NamespaceStatuscreationStatus()The creation status of a namespace that is not yet completely created.StringcreationStatusAsString()The creation status of a namespace that is not yet completely created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IdentityStoreidentityStore()The identity store used for the namespace.StringidentityStoreAsString()The identity store used for the namespace.Stringname()The name of the error.NamespaceErrornamespaceError()An error that occurred when the namespace was created.List<SdkField<?>>sdkFields()static Class<? extends NamespaceInfoV2.Builder>serializableBuilderClass()NamespaceInfoV2.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
name
public final String name()
The name of the error.
- Returns:
- The name of the error.
-
arn
public final String arn()
The namespace ARN.
- Returns:
- The namespace ARN.
-
capacityRegion
public final String capacityRegion()
The namespace Amazon Web Services Region.
- Returns:
- The namespace Amazon Web Services Region.
-
creationStatus
public final NamespaceStatus creationStatus()
The creation status of a namespace that is not yet completely created.
If the service returns an enum value that is not available in the current SDK version,
creationStatuswill returnNamespaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreationStatusAsString().- Returns:
- The creation status of a namespace that is not yet completely created.
- See Also:
NamespaceStatus
-
creationStatusAsString
public final String creationStatusAsString()
The creation status of a namespace that is not yet completely created.
If the service returns an enum value that is not available in the current SDK version,
creationStatuswill returnNamespaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreationStatusAsString().- Returns:
- The creation status of a namespace that is not yet completely created.
- See Also:
NamespaceStatus
-
identityStore
public final IdentityStore identityStore()
The identity store used for the namespace.
If the service returns an enum value that is not available in the current SDK version,
identityStorewill returnIdentityStore.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromidentityStoreAsString().- Returns:
- The identity store used for the namespace.
- See Also:
IdentityStore
-
identityStoreAsString
public final String identityStoreAsString()
The identity store used for the namespace.
If the service returns an enum value that is not available in the current SDK version,
identityStorewill returnIdentityStore.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromidentityStoreAsString().- Returns:
- The identity store used for the namespace.
- See Also:
IdentityStore
-
namespaceError
public final NamespaceError namespaceError()
An error that occurred when the namespace was created.
- Returns:
- An error that occurred when the namespace was created.
-
toBuilder
public NamespaceInfoV2.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NamespaceInfoV2.Builder,NamespaceInfoV2>
-
builder
public static NamespaceInfoV2.Builder builder()
-
serializableBuilderClass
public static Class<? extends NamespaceInfoV2.Builder> serializableBuilderClass()
-
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.
-
-