@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStandardsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStandardsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStandardsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to request the next page of results.
|
List<Standard> |
getStandards()
A list of available standards.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
void |
setStandards(Collection<Standard> standards)
A list of available standards.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStandardsResult |
withNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
DescribeStandardsResult |
withStandards(Collection<Standard> standards)
A list of available standards.
|
DescribeStandardsResult |
withStandards(Standard... standards)
A list of available standards.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Standard> getStandards()
A list of available standards.
public void setStandards(Collection<Standard> standards)
A list of available standards.
standards
- A list of available standards.public DescribeStandardsResult withStandards(Standard... standards)
A list of available standards.
NOTE: This method appends the values to the existing list (if any). Use
setStandards(java.util.Collection)
or withStandards(java.util.Collection)
if you want to
override the existing values.
standards
- A list of available standards.public DescribeStandardsResult withStandards(Collection<Standard> standards)
A list of available standards.
standards
- A list of available standards.public void setNextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken
- The pagination token to use to request the next page of results.public String getNextToken()
The pagination token to use to request the next page of results.
public DescribeStandardsResult withNextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken
- The pagination token to use to request the next page of results.public String toString()
toString
in class Object
Object.toString()
public DescribeStandardsResult clone()