@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCommonControlsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCommonControlsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCommonControlsResult |
clone() |
boolean |
equals(Object obj) |
List<CommonControlSummary> |
getCommonControls()
The list of common controls that the
ListCommonControls API returns. |
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the
ListCommonControls API returns. |
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCommonControlsResult |
withCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the
ListCommonControls API returns. |
ListCommonControlsResult |
withCommonControls(CommonControlSummary... commonControls)
The list of common controls that the
ListCommonControls API returns. |
ListCommonControlsResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CommonControlSummary> getCommonControls()
The list of common controls that the ListCommonControls API returns.
ListCommonControls API returns.public void setCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the ListCommonControls API returns.
commonControls - The list of common controls that the ListCommonControls API returns.public ListCommonControlsResult withCommonControls(CommonControlSummary... commonControls)
The list of common controls that the ListCommonControls API returns.
NOTE: This method appends the values to the existing list (if any). Use
setCommonControls(java.util.Collection) or withCommonControls(java.util.Collection) if you want
to override the existing values.
commonControls - The list of common controls that the ListCommonControls API returns.public ListCommonControlsResult withCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the ListCommonControls API returns.
commonControls - The list of common controls that the ListCommonControls API returns.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListCommonControlsResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String toString()
toString in class ObjectObject.toString()public ListCommonControlsResult clone()