@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()
If there are more compliance standards control remaining in the results, then this is the pagination token to use
to request the next page of compliance standard controls.
|
int |
hashCode() |
void |
setControls(Collection<StandardsControl> controls)
A list of compliance standards controls.
|
void |
setNextToken(String nextToken)
If there are more compliance standards control remaining in the results, then this is the pagination token to use
to request the next page of compliance standard controls.
|
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)
If there are more compliance standards control remaining in the results, then this is the pagination token to use
to request the next page of compliance standard controls.
|
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)
If there are more compliance standards control remaining in the results, then this is the pagination token to use to request the next page of compliance standard controls.
nextToken - If there are more compliance standards control remaining in the results, then this is the pagination token
to use to request the next page of compliance standard controls.public String getNextToken()
If there are more compliance standards control remaining in the results, then this is the pagination token to use to request the next page of compliance standard controls.
public DescribeStandardsControlsResult withNextToken(String nextToken)
If there are more compliance standards control remaining in the results, then this is the pagination token to use to request the next page of compliance standard controls.
nextToken - If there are more compliance standards control remaining in the results, then this is the pagination token
to use to request the next page of compliance standard controls.public String toString()
toString in class ObjectObject.toString()public DescribeStandardsControlsResult clone()
Copyright © 2020. All rights reserved.