ToCopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateChapCredentialsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
A JSON object containing the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateChapCredentialsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateChapCredentialsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
initiatorName() |
The iSCSI initiator that connects to the target.
|
static Class<? extends UpdateChapCredentialsResponse.Builder> |
serializableBuilderClass() |
|
String |
targetARN() |
The Amazon Resource Name (ARN) of the target.
|
UpdateChapCredentialsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
public static UpdateChapCredentialsResponse.Builder builder()
public static Class<? extends UpdateChapCredentialsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.