@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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeFastLaunchImagesResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeFastLaunchImagesResult clone()