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