@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 AWS 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 String name()
The name of the error.
public String arn()
The namespace ARN.
public String capacityRegion()
The namespace AWS Region.
public 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 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 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.