@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAutoSnapshotRequest extends LightsailRequest implements ToCopyableBuilder<DeleteAutoSnapshotRequest.Builder,DeleteAutoSnapshotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAutoSnapshotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteAutoSnapshotRequest.Builder |
builder() |
String |
date()
The date of the automatic snapshot to delete in
YYYY-MM-DD format. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceName()
The name of the source instance or disk from which to delete the automatic snapshot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAutoSnapshotRequest.Builder> |
serializableBuilderClass() |
DeleteAutoSnapshotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceName()
The name of the source instance or disk from which to delete the automatic snapshot.
public final String date()
The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.
YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.public DeleteAutoSnapshotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAutoSnapshotRequest.Builder,DeleteAutoSnapshotRequest>toBuilder in class LightsailRequestpublic static DeleteAutoSnapshotRequest.Builder builder()
public static Class<? extends DeleteAutoSnapshotRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.