@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePendingAggregationRequestsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePendingAggregationRequestsResult() |
Modifier and Type | Method and Description |
---|---|
DescribePendingAggregationRequestsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
List<PendingAggregationRequest> |
getPendingAggregationRequests()
Returns a PendingAggregationRequests object.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
void |
setPendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
|
String |
toString()
Returns a string representation of this object.
|
DescribePendingAggregationRequestsResult |
withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
DescribePendingAggregationRequestsResult |
withPendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
|
DescribePendingAggregationRequestsResult |
withPendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribePendingAggregationRequestsResult()
public List<PendingAggregationRequest> getPendingAggregationRequests()
Returns a PendingAggregationRequests object.
public void setPendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
pendingAggregationRequests
- Returns a PendingAggregationRequests object.public DescribePendingAggregationRequestsResult withPendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)
Returns a PendingAggregationRequests object.
NOTE: This method appends the values to the existing list (if any). Use
setPendingAggregationRequests(java.util.Collection)
or
withPendingAggregationRequests(java.util.Collection)
if you want to override the existing values.
pendingAggregationRequests
- Returns a PendingAggregationRequests object.public DescribePendingAggregationRequestsResult withPendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)
Returns a PendingAggregationRequests object.
pendingAggregationRequests
- Returns a PendingAggregationRequests object.public void setNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String getNextToken()
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
string returned on a previous page that you use to get the next page of
results in a paginated response.public DescribePendingAggregationRequestsResult withNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribePendingAggregationRequestsResult clone()