@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedAssetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAssociatedAssetsResult() |
Modifier and Type | Method and Description |
---|---|
ListAssociatedAssetsResult |
clone() |
boolean |
equals(Object obj) |
List<AssociatedAssetsSummary> |
getAssetSummaries()
A list that summarizes the associated assets.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setAssetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedAssetsResult |
withAssetSummaries(AssociatedAssetsSummary... assetSummaries)
A list that summarizes the associated assets.
|
ListAssociatedAssetsResult |
withAssetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
|
ListAssociatedAssetsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AssociatedAssetsSummary> getAssetSummaries()
A list that summarizes the associated assets.
public void setAssetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
assetSummaries
- A list that summarizes the associated assets.public ListAssociatedAssetsResult withAssetSummaries(AssociatedAssetsSummary... assetSummaries)
A list that summarizes the associated assets.
NOTE: This method appends the values to the existing list (if any). Use
setAssetSummaries(java.util.Collection)
or withAssetSummaries(java.util.Collection)
if you want
to override the existing values.
assetSummaries
- A list that summarizes the associated assets.public ListAssociatedAssetsResult withAssetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
assetSummaries
- A list that summarizes the associated assets.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListAssociatedAssetsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListAssociatedAssetsResult clone()