@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountSubscriptionResponse extends QuickSightResponse implements ToCopyableBuilder<DescribeAccountSubscriptionResponse.Builder,DescribeAccountSubscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountSubscriptionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
accountInfo()
A structure that contains the following elements:
|
static DescribeAccountSubscriptionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requestId()
The Amazon Web Services request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountSubscriptionResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
DescribeAccountSubscriptionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountInfo accountInfo()
A structure that contains the following elements:
Your Amazon QuickSight account name.
The edition of Amazon QuickSight that your account is using.
The notification email address that is associated with the Amazon QuickSight account.
The authentication type of the Amazon QuickSight account.
The status of the Amazon QuickSight account's subscription.
Your Amazon QuickSight account name.
The edition of Amazon QuickSight that your account is using.
The notification email address that is associated with the Amazon QuickSight account.
The authentication type of the Amazon QuickSight account.
The status of the Amazon QuickSight account's subscription.
public final Integer status()
The HTTP status of the request.
public final String requestId()
The Amazon Web Services request ID for this operation.
public DescribeAccountSubscriptionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountSubscriptionResponse.Builder,DescribeAccountSubscriptionResponse>toBuilder in class AwsResponsepublic static DescribeAccountSubscriptionResponse.Builder builder()
public static Class<? extends DescribeAccountSubscriptionResponse.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.