@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()
The standards subscription details returned by the operation.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that is required for pagination.
|
void |
setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The standards subscription details returned by the operation.
|
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)
The standards subscription details returned by the operation.
|
GetEnabledStandardsResult |
withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The standards subscription details returned by the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StandardsSubscription> getStandardsSubscriptions()
The standards subscription details returned by the operation.
public void setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The standards subscription details returned by the operation.
standardsSubscriptions
- The standards subscription details returned by the operation.public GetEnabledStandardsResult withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The standards subscription details returned by the operation.
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
- The standards subscription details returned by the operation.public GetEnabledStandardsResult withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The standards subscription details returned by the operation.
standardsSubscriptions
- The standards subscription details returned by the operation.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.