@Generated(value="software.amazon.awssdk:codegen") public final class CreateTapePoolResponse extends StorageGatewayResponse implements ToCopyableBuilder<CreateTapePoolResponse.Builder,CreateTapePoolResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateTapePoolResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateTapePoolResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
poolARN()
The unique Amazon Resource Name (ARN) that represents the custom tape pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateTapePoolResponse.Builder> |
serializableBuilderClass() |
CreateTapePoolResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String poolARN()
The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region.
public CreateTapePoolResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateTapePoolResponse.Builder,CreateTapePoolResponse>toBuilder in class AwsResponsepublic static CreateTapePoolResponse.Builder builder()
public static Class<? extends CreateTapePoolResponse.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.