Class RestoreSnapshotFromRecycleBinResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RestoreSnapshotFromRecycleBinResponse.Builder,RestoreSnapshotFromRecycleBinResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe description for the snapshot.final BooleanIndicates whether the snapshot is encrypted.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ARN of the Outpost on which the snapshot is stored.final StringownerId()The ID of the Amazon Web Services account that owns the EBS snapshot.final Stringprogress()The progress of the snapshot, as a percentage.static Class<? extends RestoreSnapshotFromRecycleBinResponse.Builder>final StringThe ID of the snapshot.final SSETypesseType()Reserved for future use.final StringReserved for future use.final InstantThe time stamp when the snapshot was initiated.final SnapshotStatestate()The state of the snapshot.final StringThe state of the snapshot.final StringtoString()Returns a string representation of this object.final StringvolumeId()The ID of the volume that was used to create the snapshot.final IntegerThe size of the volume, in GiB.Methods inherited from class software.amazon.awssdk.services.ec2.model.Ec2Response
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
snapshotId
The ID of the snapshot.
- Returns:
- The ID of the snapshot.
-
outpostArn
The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.
- Returns:
- The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.
-
description
The description for the snapshot.
- Returns:
- The description for the snapshot.
-
encrypted
Indicates whether the snapshot is encrypted.
- Returns:
- Indicates whether the snapshot is encrypted.
-
ownerId
The ID of the Amazon Web Services account that owns the EBS snapshot.
- Returns:
- The ID of the Amazon Web Services account that owns the EBS snapshot.
-
progress
The progress of the snapshot, as a percentage.
- Returns:
- The progress of the snapshot, as a percentage.
-
startTime
The time stamp when the snapshot was initiated.
- Returns:
- The time stamp when the snapshot was initiated.
-
state
The state of the snapshot.
If the service returns an enum value that is not available in the current SDK version,
statewill returnSnapshotState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the snapshot.
- See Also:
-
stateAsString
The state of the snapshot.
If the service returns an enum value that is not available in the current SDK version,
statewill returnSnapshotState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the snapshot.
- See Also:
-
volumeId
The ID of the volume that was used to create the snapshot.
- Returns:
- The ID of the volume that was used to create the snapshot.
-
volumeSize
The size of the volume, in GiB.
- Returns:
- The size of the volume, in GiB.
-
sseType
Reserved for future use.
If the service returns an enum value that is not available in the current SDK version,
sseTypewill returnSSEType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsseTypeAsString().- Returns:
- Reserved for future use.
- See Also:
-
sseTypeAsString
Reserved for future use.
If the service returns an enum value that is not available in the current SDK version,
sseTypewill returnSSEType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsseTypeAsString().- Returns:
- Reserved for future use.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RestoreSnapshotFromRecycleBinResponse.Builder,RestoreSnapshotFromRecycleBinResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
public static Class<? extends RestoreSnapshotFromRecycleBinResponse.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-