@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStoreImageTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStoreImageTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStoreImageTasksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to include in another request to get the next page of items.
|
List<StoreImageTaskResult> |
getStoreImageTaskResults()
The information about the AMI store tasks.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
void |
setStoreImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
The information about the AMI store tasks.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStoreImageTasksResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeStoreImageTasksResult |
withStoreImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
The information about the AMI store tasks.
|
DescribeStoreImageTasksResult |
withStoreImageTaskResults(StoreImageTaskResult... storeImageTaskResults)
The information about the AMI store tasks.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StoreImageTaskResult> getStoreImageTaskResults()
The information about the AMI store tasks.
public void setStoreImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
The information about the AMI store tasks.
storeImageTaskResults
- The information about the AMI store tasks.public DescribeStoreImageTasksResult withStoreImageTaskResults(StoreImageTaskResult... storeImageTaskResults)
The information about the AMI store tasks.
NOTE: This method appends the values to the existing list (if any). Use
setStoreImageTaskResults(java.util.Collection)
or
withStoreImageTaskResults(java.util.Collection)
if you want to override the existing values.
storeImageTaskResults
- The information about the AMI store tasks.public DescribeStoreImageTasksResult withStoreImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
The information about the AMI store tasks.
storeImageTaskResults
- The information about the AMI store tasks.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 DescribeStoreImageTasksResult 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 DescribeStoreImageTasksResult clone()