@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCompatibleImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCompatibleImagesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCompatibleImagesResult |
clone() |
boolean |
equals(Object obj) |
List<CompatibleImage> |
getCompatibleImages()
A JSON-formatted object that describes a compatible AMI.
|
String |
getNextToken()
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
|
int |
hashCode() |
void |
setCompatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI.
|
void |
setNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
|
String |
toString()
Returns a string representation of this object.
|
ListCompatibleImagesResult |
withCompatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI.
|
ListCompatibleImagesResult |
withCompatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI.
|
ListCompatibleImagesResult |
withNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CompatibleImage> getCompatibleImages()
A JSON-formatted object that describes a compatible AMI.
public void setCompatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI.
compatibleImages - A JSON-formatted object that describes a compatible AMI.public ListCompatibleImagesResult withCompatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI.
NOTE: This method appends the values to the existing list (if any). Use
setCompatibleImages(java.util.Collection) or withCompatibleImages(java.util.Collection) if you
want to override the existing values.
compatibleImages - A JSON-formatted object that describes a compatible AMI.public ListCompatibleImagesResult withCompatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI.
compatibleImages - A JSON-formatted object that describes a compatible AMI.public void setNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
nextToken - Because HTTP requests are stateless, this is the starting point for your next list of returned images.public String getNextToken()
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
public ListCompatibleImagesResult withNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
nextToken - Because HTTP requests are stateless, this is the starting point for your next list of returned images.public String toString()
toString in class ObjectObject.toString()public ListCompatibleImagesResult clone()
Copyright © 2019. All rights reserved.