@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAffectedEntitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAffectedEntitiesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAffectedEntitiesResult |
clone() |
boolean |
equals(Object obj) |
List<AffectedEntity> |
getEntities()
The entities that match the filter criteria.
|
String |
getNextToken()
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. |
int |
hashCode() |
void |
setEntities(Collection<AffectedEntity> entities)
The entities that match the filter criteria.
|
void |
setNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAffectedEntitiesResult |
withEntities(AffectedEntity... entities)
The entities that match the filter criteria.
|
DescribeAffectedEntitiesResult |
withEntities(Collection<AffectedEntity> entities)
The entities that match the filter criteria.
|
DescribeAffectedEntitiesResult |
withNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AffectedEntity> getEntities()
The entities that match the filter criteria.
public void setEntities(Collection<AffectedEntity> entities)
The entities that match the filter criteria.
entities
- The entities that match the filter criteria.public DescribeAffectedEntitiesResult withEntities(AffectedEntity... entities)
The entities that match the filter criteria.
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 entities that match the filter criteria.public DescribeAffectedEntitiesResult withEntities(Collection<AffectedEntity> entities)
The entities that match the filter criteria.
entities
- The entities that match the filter criteria.public void setNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next batch of results, reissue the search request
and include the returned token. When all results have been returned, the response does not contain a pagination
token value.
nextToken
- If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been returned,
the response does not contain a pagination token value.public String getNextToken()
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next batch of results, reissue the search request
and include the returned token. When all results have been returned, the response does not contain a pagination
token value.
nextToken
pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been returned,
the response does not contain a pagination token value.public DescribeAffectedEntitiesResult withNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next batch of results, reissue the search request
and include the returned token. When all results have been returned, the response does not contain a pagination
token value.
nextToken
- If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been returned,
the response does not contain a pagination token value.public String toString()
toString
in class Object
Object.toString()
public DescribeAffectedEntitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.