@Generated(value="software.amazon.awssdk:codegen") public final class CreateSnapshotRequest extends SimSpaceWeaverRequest implements ToCopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSnapshotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotRequest.Builder |
builder() |
S3Destination |
destination()
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSnapshotRequest.Builder> |
serializableBuilderClass() |
String |
simulation()
The name of the simulation.
|
CreateSnapshotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Destination destination()
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
public final String simulation()
The name of the simulation.
public CreateSnapshotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>toBuilder in class SimSpaceWeaverRequestpublic static CreateSnapshotRequest.Builder builder()
public static Class<? extends CreateSnapshotRequest.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.