@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 details and filtered OpsData.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setEntities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
|
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 details and filtered OpsData.
|
GetOpsSummaryResult |
withEntities(OpsEntity... entities)
The list of aggregated details and filtered OpsData.
|
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 details and filtered OpsData.
public void setEntities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
entities
- The list of aggregated details and filtered OpsData.public GetOpsSummaryResult withEntities(OpsEntity... entities)
The list of aggregated details and filtered OpsData.
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 details and filtered OpsData.public GetOpsSummaryResult withEntities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
entities
- The list of aggregated details and filtered OpsData.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()