@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, including the ID and name for a Snow device 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, including the ID and name for a Snow device 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, including the ID and name for a Snow device AMI.
|
ListCompatibleImagesResult |
withCompatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device 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, setSdkResponseMetadata
public List<CompatibleImage> getCompatibleImages()
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
public void setCompatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
compatibleImages
- A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.public ListCompatibleImagesResult withCompatibleImages(CompatibleImage... compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device 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, including the ID and name for a Snow device AMI.public ListCompatibleImagesResult withCompatibleImages(Collection<CompatibleImage> compatibleImages)
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
compatibleImages
- A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device 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 Object
Object.toString()
public ListCompatibleImagesResult clone()