@Generated(value="software.amazon.awssdk:codegen") public final class GetSubscriptionResponse extends CodeCatalystResponse implements ToCopyableBuilder<GetSubscriptionResponse.Builder,GetSubscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSubscriptionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountName()
The display name of the Amazon Web Services account used for billing for the space.
|
static GetSubscriptionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSubscriptionResponse.Builder> |
serializableBuilderClass() |
String |
subscriptionType()
The type of the billing plan for the space.
|
GetSubscriptionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String subscriptionType()
The type of the billing plan for the space.
public final String awsAccountName()
The display name of the Amazon Web Services account used for billing for the space.
public GetSubscriptionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSubscriptionResponse.Builder,GetSubscriptionResponse>toBuilder in class AwsResponsepublic static GetSubscriptionResponse.Builder builder()
public static Class<? extends GetSubscriptionResponse.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 © 2022. All rights reserved.