@Generated(value="software.amazon.awssdk:codegen") public final class DescribeChapCredentialsRequest extends StorageGatewayRequest implements ToCopyableBuilder<DescribeChapCredentialsRequest.Builder,DescribeChapCredentialsRequest>
A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeChapCredentialsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChapCredentialsRequest.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 DescribeChapCredentialsRequest.Builder> |
serializableBuilderClass() |
String |
targetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
DescribeChapCredentialsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
public DescribeChapCredentialsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeChapCredentialsRequest.Builder,DescribeChapCredentialsRequest>toBuilder in class StorageGatewayRequestpublic static DescribeChapCredentialsRequest.Builder builder()
public static Class<? extends DescribeChapCredentialsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.