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