ToCopyableBuilder<CreateStorediSCSIVolumeResponse.Builder,CreateStorediSCSIVolumeResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateStorediSCSIVolumeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateStorediSCSIVolumeResponse.Builder,CreateStorediSCSIVolumeResponse>
A JSON object containing the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateStorediSCSIVolumeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateStorediSCSIVolumeResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateStorediSCSIVolumeResponse.Builder> |
serializableBuilderClass() |
|
String |
targetARN() |
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to
connect to the target.
|
CreateStorediSCSIVolumeResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
volumeARN() |
The Amazon Resource Name (ARN) of the configured volume.
|
Long |
volumeSizeInBytes() |
The size of the volume in bytes.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String volumeARN()
The Amazon Resource Name (ARN) of the configured volume.
public Long volumeSizeInBytes()
The size of the volume in bytes.
public String targetARN()
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
public CreateStorediSCSIVolumeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateStorediSCSIVolumeResponse.Builder,CreateStorediSCSIVolumeResponse>
public static CreateStorediSCSIVolumeResponse.Builder builder()
public static Class<? extends CreateStorediSCSIVolumeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.