@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRevisionAssetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ListRevisionAssetsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListRevisionAssetsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<AssetEntry> | 
getAssets()
 The asset objects listed by the request. 
 | 
String | 
getNextToken()
 The token value retrieved from a previous call to access the next page of results. 
 | 
int | 
hashCode()  | 
void | 
setAssets(Collection<AssetEntry> assets)
 The asset objects listed by the request. 
 | 
void | 
setNextToken(String nextToken)
 The token value retrieved from a previous call to access the next page of results. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListRevisionAssetsResult | 
withAssets(AssetEntry... assets)
 The asset objects listed by the request. 
 | 
ListRevisionAssetsResult | 
withAssets(Collection<AssetEntry> assets)
 The asset objects listed by the request. 
 | 
ListRevisionAssetsResult | 
withNextToken(String nextToken)
 The token value retrieved from a previous call to access the next page of results. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AssetEntry> getAssets()
The asset objects listed by the request.
public void setAssets(Collection<AssetEntry> assets)
The asset objects listed by the request.
assets - The asset objects listed by the request.public ListRevisionAssetsResult withAssets(AssetEntry... assets)
The asset objects listed by the request.
 NOTE: This method appends the values to the existing list (if any). Use
 setAssets(java.util.Collection) or withAssets(java.util.Collection) if you want to override the
 existing values.
 
assets - The asset objects listed by the request.public ListRevisionAssetsResult withAssets(Collection<AssetEntry> assets)
The asset objects listed by the request.
assets - The asset objects listed by the request.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListRevisionAssetsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String toString()
toString in class ObjectObject.toString()public ListRevisionAssetsResult clone()