@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpsSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetOpsSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetOpsSummaryResult |
clone() |
boolean |
equals(Object obj) |
List<OpsEntity> |
getEntities()
The list of aggregated and filtered OpsItems.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setEntities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsItems.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
GetOpsSummaryResult |
withEntities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsItems.
|
GetOpsSummaryResult |
withEntities(OpsEntity... entities)
The list of aggregated and filtered OpsItems.
|
GetOpsSummaryResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OpsEntity> getEntities()
The list of aggregated and filtered OpsItems.
public void setEntities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsItems.
entities
- The list of aggregated and filtered OpsItems.public GetOpsSummaryResult withEntities(OpsEntity... entities)
The list of aggregated and filtered OpsItems.
NOTE: This method appends the values to the existing list (if any). Use
setEntities(java.util.Collection)
or withEntities(java.util.Collection)
if you want to override
the existing values.
entities
- The list of aggregated and filtered OpsItems.public GetOpsSummaryResult withEntities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsItems.
entities
- The list of aggregated and filtered OpsItems.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public GetOpsSummaryResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetOpsSummaryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.