@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionsStatisticsAggregationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSessionsStatisticsAggregationResult() |
Modifier and Type | Method and Description |
---|---|
GetSessionsStatisticsAggregationResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If Deadline Cloud returns
nextToken , then there are more results available. |
List<Statistics> |
getStatistics()
The statistics for the specified fleets or queues.
|
String |
getStatus()
The status of the aggregated results.
|
String |
getStatusMessage()
A message that describes the status.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If Deadline Cloud returns
nextToken , then there are more results available. |
void |
setStatistics(Collection<Statistics> statistics)
The statistics for the specified fleets or queues.
|
void |
setStatus(String status)
The status of the aggregated results.
|
void |
setStatusMessage(String statusMessage)
A message that describes the status.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionsStatisticsAggregationResult |
withNextToken(String nextToken)
If Deadline Cloud returns
nextToken , then there are more results available. |
GetSessionsStatisticsAggregationResult |
withStatistics(Collection<Statistics> statistics)
The statistics for the specified fleets or queues.
|
GetSessionsStatisticsAggregationResult |
withStatistics(Statistics... statistics)
The statistics for the specified fleets or queues.
|
GetSessionsStatisticsAggregationResult |
withStatus(SessionsStatisticsAggregationStatus status)
The status of the aggregated results.
|
GetSessionsStatisticsAggregationResult |
withStatus(String status)
The status of the aggregated results.
|
GetSessionsStatisticsAggregationResult |
withStatusMessage(String statusMessage)
A message that describes the status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetSessionsStatisticsAggregationResult()
public void setNextToken(String nextToken)
If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException
error.
nextToken
- If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.public String getNextToken()
If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException
error.
nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.public GetSessionsStatisticsAggregationResult withNextToken(String nextToken)
If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException
error.
nextToken
- If Deadline Cloud returns nextToken
, then there are more results available. The value of
nextToken
is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken
is set to null
. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.public List<Statistics> getStatistics()
The statistics for the specified fleets or queues.
public void setStatistics(Collection<Statistics> statistics)
The statistics for the specified fleets or queues.
statistics
- The statistics for the specified fleets or queues.public GetSessionsStatisticsAggregationResult withStatistics(Statistics... statistics)
The statistics for the specified fleets or queues.
NOTE: This method appends the values to the existing list (if any). Use
setStatistics(java.util.Collection)
or withStatistics(java.util.Collection)
if you want to
override the existing values.
statistics
- The statistics for the specified fleets or queues.public GetSessionsStatisticsAggregationResult withStatistics(Collection<Statistics> statistics)
The statistics for the specified fleets or queues.
statistics
- The statistics for the specified fleets or queues.public void setStatus(String status)
The status of the aggregated results.
status
- The status of the aggregated results.SessionsStatisticsAggregationStatus
public String getStatus()
The status of the aggregated results.
SessionsStatisticsAggregationStatus
public GetSessionsStatisticsAggregationResult withStatus(String status)
The status of the aggregated results.
status
- The status of the aggregated results.SessionsStatisticsAggregationStatus
public GetSessionsStatisticsAggregationResult withStatus(SessionsStatisticsAggregationStatus status)
The status of the aggregated results.
status
- The status of the aggregated results.SessionsStatisticsAggregationStatus
public void setStatusMessage(String statusMessage)
A message that describes the status.
statusMessage
- A message that describes the status.public String getStatusMessage()
A message that describes the status.
public GetSessionsStatisticsAggregationResult withStatusMessage(String statusMessage)
A message that describes the status.
statusMessage
- A message that describes the status.public String toString()
toString
in class Object
Object.toString()
public GetSessionsStatisticsAggregationResult clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.