@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetARN()
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
public final 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 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.