@Generated(value="software.amazon.awssdk:codegen") public final class FastLaunchSnapshotConfigurationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FastLaunchSnapshotConfigurationResponse.Builder,FastLaunchSnapshotConfigurationResponse>
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Modifier and Type | Class and Description |
---|---|
static interface |
FastLaunchSnapshotConfigurationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static FastLaunchSnapshotConfigurationResponse.Builder |
builder() |
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 FastLaunchSnapshotConfigurationResponse.Builder> |
serializableBuilderClass() |
Integer |
targetResourceCount()
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
|
FastLaunchSnapshotConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer targetResourceCount()
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
public FastLaunchSnapshotConfigurationResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<FastLaunchSnapshotConfigurationResponse.Builder,FastLaunchSnapshotConfigurationResponse>
public static FastLaunchSnapshotConfigurationResponse.Builder builder()
public static Class<? extends FastLaunchSnapshotConfigurationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.