@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnabledControlsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnabledControlsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnabledControlsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
How many results to return per API call.
|
String |
getNextToken()
The token to continue the list from a previous API call with the same parameters.
|
String |
getTargetIdentifier()
The ARN of the organizational unit.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
How many results to return per API call.
|
void |
setNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
void |
setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
String |
toString()
Returns a string representation of this object.
|
ListEnabledControlsRequest |
withMaxResults(Integer maxResults)
How many results to return per API call.
|
ListEnabledControlsRequest |
withNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
ListEnabledControlsRequest |
withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
How many results to return per API call.
maxResults - How many results to return per API call.public Integer getMaxResults()
How many results to return per API call.
public ListEnabledControlsRequest withMaxResults(Integer maxResults)
How many results to return per API call.
maxResults - How many results to return per API call.public void setNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
nextToken - The token to continue the list from a previous API call with the same parameters.public String getNextToken()
The token to continue the list from a previous API call with the same parameters.
public ListEnabledControlsRequest withNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
nextToken - The token to continue the list from a previous API call with the same parameters.public void setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier - The ARN of the organizational unit.public String getTargetIdentifier()
The ARN of the organizational unit.
public ListEnabledControlsRequest withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier - The ARN of the organizational unit.public String toString()
toString in class ObjectObject.toString()public ListEnabledControlsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.