@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImageSetVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListImageSetVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListImageSetVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ImageSetProperties> |
getImageSetPropertiesList()
Lists all properties associated with an image set.
|
String |
getNextToken()
The pagination token used to retrieve the list of image set versions on the next page.
|
int |
hashCode() |
void |
setImageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
|
String |
toString()
Returns a string representation of this object.
|
ListImageSetVersionsResult |
withImageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
|
ListImageSetVersionsResult |
withImageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)
Lists all properties associated with an image set.
|
ListImageSetVersionsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImageSetProperties> getImageSetPropertiesList()
Lists all properties associated with an image set.
public void setImageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
imageSetPropertiesList
- Lists all properties associated with an image set.public ListImageSetVersionsResult withImageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)
Lists all properties associated with an image set.
NOTE: This method appends the values to the existing list (if any). Use
setImageSetPropertiesList(java.util.Collection)
or
withImageSetPropertiesList(java.util.Collection)
if you want to override the existing values.
imageSetPropertiesList
- Lists all properties associated with an image set.public ListImageSetVersionsResult withImageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)
Lists all properties associated with an image set.
imageSetPropertiesList
- Lists all properties associated with an image set.public void setNextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
nextToken
- The pagination token used to retrieve the list of image set versions on the next page.public String getNextToken()
The pagination token used to retrieve the list of image set versions on the next page.
public ListImageSetVersionsResult withNextToken(String nextToken)
The pagination token used to retrieve the list of image set versions on the next page.
nextToken
- The pagination token used to retrieve the list of image set versions on the next page.public String toString()
toString
in class Object
Object.toString()
public ListImageSetVersionsResult clone()