@Generated(value="software.amazon.awssdk:codegen") public final class CreateVolumeResponse extends Ec2Response implements ToCopyableBuilder<CreateVolumeResponse.Builder,CreateVolumeResponse>
Describes a volume.
Modifier and Type | Class and Description |
---|---|
static interface |
CreateVolumeResponse.Builder |
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachment> |
attachments()
Information about the volume attachments.
|
String |
availabilityZone()
The Availability Zone for the volume.
|
static CreateVolumeResponse.Builder |
builder() |
Instant |
createTime()
The time stamp when volume creation was initiated.
|
Boolean |
encrypted()
Indicates whether the volume is encrypted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
fastRestored()
Indicates whether the volume was created using fast snapshot restore.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttachments()
For responses, this returns true if the service returned a value for the Attachments property.
|
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Integer |
iops()
The number of I/O operations per second (IOPS).
|
String |
kmsKeyId()
The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume
encryption key for the volume.
|
Boolean |
multiAttachEnabled()
Indicates whether Amazon EBS Multi-Attach is enabled.
|
String |
outpostArn()
The Amazon Resource Name (ARN) of the Outpost.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateVolumeResponse.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the volume, in GiBs.
|
String |
snapshotId()
The snapshot from which the volume was created, if applicable.
|
VolumeState |
state()
The volume state.
|
String |
stateAsString()
The volume state.
|
List<Tag> |
tags()
Any tags assigned to the volume.
|
Integer |
throughput()
The throughput that the volume supports, in MiB/s.
|
CreateVolumeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeId()
The ID of the volume.
|
VolumeType |
volumeType()
The volume type.
|
String |
volumeTypeAsString()
The volume type.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final boolean hasAttachments()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<VolumeAttachment> attachments()
Information about the volume attachments.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAttachments()
method.
public final String availabilityZone()
The Availability Zone for the volume.
public final Instant createTime()
The time stamp when volume creation was initiated.
public final Boolean encrypted()
Indicates whether the volume is encrypted.
public final String kmsKeyId()
The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.
public final String outpostArn()
The Amazon Resource Name (ARN) of the Outpost.
public final Integer size()
The size of the volume, in GiBs.
public final String snapshotId()
The snapshot from which the volume was created, if applicable.
public final VolumeState state()
The volume state.
If the service returns an enum value that is not available in the current SDK version, state
will return
VolumeState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
VolumeState
public final String stateAsString()
The volume state.
If the service returns an enum value that is not available in the current SDK version, state
will return
VolumeState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
VolumeState
public final String volumeId()
The ID of the volume.
public final Integer iops()
The number of I/O operations per second (IOPS). For gp3
, io1
, and io2
volumes, this represents the number of IOPS that are provisioned for the volume. For gp2
volumes,
this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits
for bursting.
gp3
, io1
, and
io2
volumes, this represents the number of IOPS that are provisioned for the volume. For
gp2
volumes, this represents the baseline performance of the volume and the rate at which
the volume accumulates I/O credits for bursting.public final boolean hasTags()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Any tags assigned to the volume.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags()
method.
public final VolumeType volumeType()
The volume type.
If the service returns an enum value that is not available in the current SDK version, volumeType
will
return VolumeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
volumeTypeAsString()
.
VolumeType
public final String volumeTypeAsString()
The volume type.
If the service returns an enum value that is not available in the current SDK version, volumeType
will
return VolumeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
volumeTypeAsString()
.
VolumeType
public final Boolean fastRestored()
Indicates whether the volume was created using fast snapshot restore.
public final Boolean multiAttachEnabled()
Indicates whether Amazon EBS Multi-Attach is enabled.
public final Integer throughput()
The throughput that the volume supports, in MiB/s.
public CreateVolumeResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateVolumeResponse.Builder,CreateVolumeResponse>
toBuilder
in class AwsResponse
public static CreateVolumeResponse.Builder builder()
public static Class<? extends CreateVolumeResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.