@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FastLaunchSnapshotConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Constructor and Description |
---|
FastLaunchSnapshotConfiguration() |
Modifier and Type | Method and Description |
---|---|
FastLaunchSnapshotConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getTargetResourceCount()
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTargetResourceCount(Integer targetResourceCount)
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
|
String |
toString()
Returns a string representation of this object.
|
FastLaunchSnapshotConfiguration |
withTargetResourceCount(Integer targetResourceCount)
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
|
public void setTargetResourceCount(Integer targetResourceCount)
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
targetResourceCount
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.public Integer getTargetResourceCount()
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
public FastLaunchSnapshotConfiguration withTargetResourceCount(Integer targetResourceCount)
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
targetResourceCount
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.public String toString()
toString
in class Object
Object.toString()
public FastLaunchSnapshotConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.