@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 AWS 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 NamespaceInfoV2 namespace()
The information about the namespace that you're describing. The response includes the namespace ARN, name, AWS
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 String requestId()
The AWS request ID for this operation.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.