@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSessionsStatisticsAggregationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartSessionsStatisticsAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
StartSessionsStatisticsAggregationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAggregationId()
A unique identifier for the aggregated statistics.
|
int |
hashCode() |
void |
setAggregationId(String aggregationId)
A unique identifier for the aggregated statistics.
|
String |
toString()
Returns a string representation of this object.
|
StartSessionsStatisticsAggregationResult |
withAggregationId(String aggregationId)
A unique identifier for the aggregated statistics.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic StartSessionsStatisticsAggregationResult()
public void setAggregationId(String aggregationId)
A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessions operation to return the statistics.
aggregationId - A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessions operation to return the statistics.public String getAggregationId()
A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessions operation to return the statistics.
GetAggregatedStatisticsForSessions operation to return the statistics.public StartSessionsStatisticsAggregationResult withAggregationId(String aggregationId)
A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessions operation to return the statistics.
aggregationId - A unique identifier for the aggregated statistics. Use this identifier with the
GetAggregatedStatisticsForSessions operation to return the statistics.public String toString()
toString in class ObjectObject.toString()public StartSessionsStatisticsAggregationResult clone()