Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteChapCredentialsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
A JSON object containing one or more of the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteChapCredentialsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteChapCredentialsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
initiatorName() |
The iSCSI initiator that connects to the target.
|
static Class<? extends DeleteChapCredentialsRequest.Builder> |
serializableBuilderClass() |
|
String |
targetARN() |
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
DeleteChapCredentialsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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 String initiatorName()
The iSCSI initiator that connects to the target.
public DeleteChapCredentialsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
public static DeleteChapCredentialsRequest.Builder builder()
public static Class<? extends DeleteChapCredentialsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.