@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceEvaluationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResourceEvaluationsResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceEvaluationsResult |
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<ResourceEvaluation> |
getResourceEvaluations()
Returns a
ResourceEvaluations 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 |
setResourceEvaluations(Collection<ResourceEvaluation> resourceEvaluations)
Returns a
ResourceEvaluations object. |
String |
toString()
Returns a string representation of this object.
|
ListResourceEvaluationsResult |
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. |
ListResourceEvaluationsResult |
withResourceEvaluations(Collection<ResourceEvaluation> resourceEvaluations)
Returns a
ResourceEvaluations object. |
ListResourceEvaluationsResult |
withResourceEvaluations(ResourceEvaluation... resourceEvaluations)
Returns a
ResourceEvaluations object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceEvaluation> getResourceEvaluations()
Returns a ResourceEvaluations
object.
ResourceEvaluations
object.public void setResourceEvaluations(Collection<ResourceEvaluation> resourceEvaluations)
Returns a ResourceEvaluations
object.
resourceEvaluations
- Returns a ResourceEvaluations
object.public ListResourceEvaluationsResult withResourceEvaluations(ResourceEvaluation... resourceEvaluations)
Returns a ResourceEvaluations
object.
NOTE: This method appends the values to the existing list (if any). Use
setResourceEvaluations(java.util.Collection)
or withResourceEvaluations(java.util.Collection)
if you want to override the existing values.
resourceEvaluations
- Returns a ResourceEvaluations
object.public ListResourceEvaluationsResult withResourceEvaluations(Collection<ResourceEvaluation> resourceEvaluations)
Returns a ResourceEvaluations
object.
resourceEvaluations
- Returns a ResourceEvaluations
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 ListResourceEvaluationsResult 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 ListResourceEvaluationsResult clone()