@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetPropertyAggregatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssetPropertyAggregatesResult() |
Modifier and Type | Method and Description |
---|---|
GetAssetPropertyAggregatesResult |
clone() |
boolean |
equals(Object obj) |
List<AggregatedValue> |
getAggregatedValues()
The requested aggregated values.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
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.
|
GetAssetPropertyAggregatesResult |
withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
|
GetAssetPropertyAggregatesResult |
withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
GetAssetPropertyAggregatesResult |
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<AggregatedValue> getAggregatedValues()
The requested aggregated values.
public void setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
aggregatedValues
- The requested aggregated values.public GetAssetPropertyAggregatesResult withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
NOTE: This method appends the values to the existing list (if any). Use
setAggregatedValues(java.util.Collection)
or withAggregatedValues(java.util.Collection)
if you
want to override the existing values.
aggregatedValues
- The requested aggregated values.public GetAssetPropertyAggregatesResult withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
aggregatedValues
- The requested aggregated values.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 GetAssetPropertyAggregatesResult 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 GetAssetPropertyAggregatesResult clone()