@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFastLaunchImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFastLaunchImagesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFastLaunchImagesResult |
clone() |
boolean |
equals(Object obj) |
List<DescribeFastLaunchImagesSuccessItem> |
getFastLaunchImages()
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
String |
getNextToken()
The token to use for the next set of results.
|
int |
hashCode() |
void |
setFastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
void |
setNextToken(String nextToken)
The token to use for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFastLaunchImagesResult |
withFastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
DescribeFastLaunchImagesResult |
withFastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
DescribeFastLaunchImagesResult |
withNextToken(String nextToken)
The token to use for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DescribeFastLaunchImagesSuccessItem> getFastLaunchImages()
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
public void setFastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.public DescribeFastLaunchImagesResult withFastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
NOTE: This method appends the values to the existing list (if any). Use
setFastLaunchImages(java.util.Collection)
or withFastLaunchImages(java.util.Collection)
if you
want to override the existing values.
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.public DescribeFastLaunchImagesResult withFastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
fastLaunchImages
- A collection of details about the fast-launch enabled Windows images that meet the requested criteria.public void setNextToken(String nextToken)
The token to use for the next set of results. This value is null when there are no more results to return.
nextToken
- The token to use for the next set of results. This value is null when there are no more results to return.public String getNextToken()
The token to use for the next set of results. This value is null when there are no more results to return.
public DescribeFastLaunchImagesResult withNextToken(String nextToken)
The token to use for the next set of results. This value is null when there are no more results to return.
nextToken
- The token to use for the next set of results. This value is null when there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeFastLaunchImagesResult clone()