@Generated(value="software.amazon.awssdk:codegen") public final class NamespaceInfoV2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NamespaceInfoV2.Builder,NamespaceInfoV2>
The error type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NamespaceInfoV2.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The namespace ARN.
|
static NamespaceInfoV2.Builder |
builder() |
String |
capacityRegion()
The namespace Amazon Web Services Region.
|
NamespaceStatus |
creationStatus()
The creation status of a namespace that is not yet completely created.
|
String |
creationStatusAsString()
The creation status of a namespace that is not yet completely created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityStore |
identityStore()
The identity store used for the namespace.
|
String |
identityStoreAsString()
The identity store used for the namespace.
|
String |
name()
The name of the error.
|
NamespaceError |
namespaceError()
An error that occurred when the namespace was created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NamespaceInfoV2.Builder> |
serializableBuilderClass() |
NamespaceInfoV2.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the error.
public final String arn()
The namespace ARN.
public final String capacityRegion()
The namespace Amazon Web Services Region.
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, creationStatus
will return NamespaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from creationStatusAsString().
NamespaceStatuspublic 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, creationStatus
will return NamespaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from creationStatusAsString().
NamespaceStatuspublic 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, identityStore
will return IdentityStore.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityStoreAsString().
IdentityStorepublic 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, identityStore
will return IdentityStore.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityStoreAsString().
IdentityStorepublic final NamespaceError namespaceError()
An error that occurred when the namespace was created.
public NamespaceInfoV2.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NamespaceInfoV2.Builder,NamespaceInfoV2>public static NamespaceInfoV2.Builder builder()
public static Class<? extends NamespaceInfoV2.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.