@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNamespaceResponse extends QuickSightResponse implements ToCopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNamespaceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNamespaceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NamespaceInfoV2 |
namespace()
The information about the namespace that you're describing.
|
String |
requestId()
The Amazon Web Services request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeNamespaceResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
DescribeNamespaceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NamespaceInfoV2 namespace()
The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon
Web Services Region, creation status, and identity store. DescribeNamespace also works for
namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the
namespace error types and messages associated with the creation process.
DescribeNamespace
also works for namespaces that are in the process of being created. For incomplete namespaces, this API
operation lists the namespace error types and messages associated with the creation process.public final String requestId()
The Amazon Web Services request ID for this operation.
public final Integer status()
The HTTP status of the request.
public DescribeNamespaceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>toBuilder in class AwsResponsepublic static DescribeNamespaceResponse.Builder builder()
public static Class<? extends DescribeNamespaceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.