@Generated(value="software.amazon.awssdk:codegen") public final class UpdateChapCredentialsResponse extends StorageGatewayResponse implements ToCopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
A JSON object containing the following fields:
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateChapCredentialsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateChapCredentialsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initiatorName()
The iSCSI initiator that connects to the target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateChapCredentialsResponse.Builder> |
serializableBuilderClass() |
String |
targetARN()
The Amazon Resource Name (ARN) of the target.
|
UpdateChapCredentialsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetARN()
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
public String initiatorName()
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
public UpdateChapCredentialsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>toBuilder in class AwsResponsepublic static UpdateChapCredentialsResponse.Builder builder()
public static Class<? extends UpdateChapCredentialsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.