Class DeleteSnapshotReturnCode
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.DeleteSnapshotReturnCode
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeleteSnapshotReturnCode.Builder,DeleteSnapshotReturnCode>
@Generated("software.amazon.awssdk:codegen") public final class DeleteSnapshotReturnCode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteSnapshotReturnCode.Builder,DeleteSnapshotReturnCode>
The snapshot ID and its deletion result code.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteSnapshotReturnCode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteSnapshotReturnCode.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SnapshotReturnCodesreturnCode()The result code from the snapshot deletion attempt.StringreturnCodeAsString()The result code from the snapshot deletion attempt.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteSnapshotReturnCode.Builder>serializableBuilderClass()StringsnapshotId()The ID of the snapshot.DeleteSnapshotReturnCode.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
snapshotId
public final String snapshotId()
The ID of the snapshot.
- Returns:
- The ID of the snapshot.
-
returnCode
public final SnapshotReturnCodes returnCode()
The result code from the snapshot deletion attempt. Possible values:
-
success- The snapshot was successfully deleted. -
skipped- The snapshot was not deleted because it's associated with other AMIs. -
missing-permissions- The snapshot was not deleted because the role lacksDeleteSnapshotpermissions. For more information, see How Amazon EBS works with IAM. -
internal-error- The snapshot was not deleted due to a server error. -
client-error- The snapshot was not deleted due to a client configuration error.
For details about an error, check the
DeleteSnapshotevent in the CloudTrail event history. For more information, see View event history in the Amazon Web Services CloudTrail User Guide.If the service returns an enum value that is not available in the current SDK version,
returnCodewill returnSnapshotReturnCodes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreturnCodeAsString().- Returns:
- The result code from the snapshot deletion attempt. Possible values:
-
success- The snapshot was successfully deleted. -
skipped- The snapshot was not deleted because it's associated with other AMIs. -
missing-permissions- The snapshot was not deleted because the role lacksDeleteSnapshotpermissions. For more information, see How Amazon EBS works with IAM. -
internal-error- The snapshot was not deleted due to a server error. -
client-error- The snapshot was not deleted due to a client configuration error.
For details about an error, check the
DeleteSnapshotevent in the CloudTrail event history. For more information, see View event history in the Amazon Web Services CloudTrail User Guide. -
- See Also:
SnapshotReturnCodes
-
-
returnCodeAsString
public final String returnCodeAsString()
The result code from the snapshot deletion attempt. Possible values:
-
success- The snapshot was successfully deleted. -
skipped- The snapshot was not deleted because it's associated with other AMIs. -
missing-permissions- The snapshot was not deleted because the role lacksDeleteSnapshotpermissions. For more information, see How Amazon EBS works with IAM. -
internal-error- The snapshot was not deleted due to a server error. -
client-error- The snapshot was not deleted due to a client configuration error.
For details about an error, check the
DeleteSnapshotevent in the CloudTrail event history. For more information, see View event history in the Amazon Web Services CloudTrail User Guide.If the service returns an enum value that is not available in the current SDK version,
returnCodewill returnSnapshotReturnCodes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreturnCodeAsString().- Returns:
- The result code from the snapshot deletion attempt. Possible values:
-
success- The snapshot was successfully deleted. -
skipped- The snapshot was not deleted because it's associated with other AMIs. -
missing-permissions- The snapshot was not deleted because the role lacksDeleteSnapshotpermissions. For more information, see How Amazon EBS works with IAM. -
internal-error- The snapshot was not deleted due to a server error. -
client-error- The snapshot was not deleted due to a client configuration error.
For details about an error, check the
DeleteSnapshotevent in the CloudTrail event history. For more information, see View event history in the Amazon Web Services CloudTrail User Guide. -
- See Also:
SnapshotReturnCodes
-
-
toBuilder
public DeleteSnapshotReturnCode.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteSnapshotReturnCode.Builder,DeleteSnapshotReturnCode>
-
builder
public static DeleteSnapshotReturnCode.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteSnapshotReturnCode.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-