@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStandardsControlsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeStandardsControlsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsControlsResult |
clone() |
boolean |
equals(Object obj) |
List<StandardsControl> |
getControls()
A list of compliance standards controls.
|
String |
getNextToken()
The pagination token to use to request the next page of results.
|
int |
hashCode() |
void |
setControls(Collection<StandardsControl> controls)
A list of compliance standards controls.
|
void |
setNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStandardsControlsResult |
withControls(Collection<StandardsControl> controls)
A list of compliance standards controls.
|
DescribeStandardsControlsResult |
withControls(StandardsControl... controls)
A list of compliance standards controls.
|
DescribeStandardsControlsResult |
withNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<StandardsControl> getControls()
A list of compliance standards controls.
public void setControls(Collection<StandardsControl> controls)
A list of compliance standards controls.
controls - A list of compliance standards controls.public DescribeStandardsControlsResult withControls(StandardsControl... controls)
A list of compliance standards controls.
NOTE: This method appends the values to the existing list (if any). Use
setControls(java.util.Collection) or withControls(java.util.Collection) if you want to override
the existing values.
controls - A list of compliance standards controls.public DescribeStandardsControlsResult withControls(Collection<StandardsControl> controls)
A list of compliance standards controls.
controls - A list of compliance standards controls.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 DescribeStandardsControlsResult 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 ObjectObject.toString()public DescribeStandardsControlsResult clone()
Copyright © 2020. All rights reserved.