@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssetPropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssetPropertiesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssetPropertiesResult |
clone() |
boolean |
equals(Object obj) |
List<AssetPropertySummary> |
getAssetPropertySummaries()
A list that summarizes the properties associated with the specified asset.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setAssetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
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.
|
ListAssetPropertiesResult |
withAssetPropertySummaries(AssetPropertySummary... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
ListAssetPropertiesResult |
withAssetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
ListAssetPropertiesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AssetPropertySummary> getAssetPropertySummaries()
A list that summarizes the properties associated with the specified asset.
public void setAssetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
assetPropertySummaries - A list that summarizes the properties associated with the specified asset.public ListAssetPropertiesResult withAssetPropertySummaries(AssetPropertySummary... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
NOTE: This method appends the values to the existing list (if any). Use
setAssetPropertySummaries(java.util.Collection) or
withAssetPropertySummaries(java.util.Collection) if you want to override the existing values.
assetPropertySummaries - A list that summarizes the properties associated with the specified asset.public ListAssetPropertiesResult withAssetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
assetPropertySummaries - A list that summarizes the properties associated with the specified asset.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 ListAssetPropertiesResult 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 ObjectObject.toString()public ListAssetPropertiesResult clone()