@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnabledStandardsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnabledStandardsResult() |
Modifier and Type | Method and Description |
---|---|
GetEnabledStandardsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that is required for pagination.
|
List<StandardsSubscription> |
getStandardsSubscriptions()
A list of
StandardsSubscriptions objects that include information about the enabled standards. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that is required for pagination.
|
void |
setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
A list of
StandardsSubscriptions objects that include information about the enabled standards. |
String |
toString()
Returns a string representation of this object.
|
GetEnabledStandardsResult |
withNextToken(String nextToken)
The token that is required for pagination.
|
GetEnabledStandardsResult |
withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
A list of
StandardsSubscriptions objects that include information about the enabled standards. |
GetEnabledStandardsResult |
withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
A list of
StandardsSubscriptions objects that include information about the enabled standards. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StandardsSubscription> getStandardsSubscriptions()
A list of StandardsSubscriptions
objects that include information about the enabled standards.
StandardsSubscriptions
objects that include information about the enabled
standards.public void setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
A list of StandardsSubscriptions
objects that include information about the enabled standards.
standardsSubscriptions
- A list of StandardsSubscriptions
objects that include information about the enabled
standards.public GetEnabledStandardsResult withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
A list of StandardsSubscriptions
objects that include information about the enabled standards.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsSubscriptions(java.util.Collection)
or
withStandardsSubscriptions(java.util.Collection)
if you want to override the existing values.
standardsSubscriptions
- A list of StandardsSubscriptions
objects that include information about the enabled
standards.public GetEnabledStandardsResult withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
A list of StandardsSubscriptions
objects that include information about the enabled standards.
standardsSubscriptions
- A list of StandardsSubscriptions
objects that include information about the enabled
standards.public void setNextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.public String getNextToken()
The token that is required for pagination.
public GetEnabledStandardsResult withNextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.public String toString()
toString
in class Object
Object.toString()
public GetEnabledStandardsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.