@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) |
EnabledControlFilter |
getFilter()
An input filter for the
ListCEnabledControls API that lets you select the types of control
operations to view. |
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 |
setFilter(EnabledControlFilter filter)
An input filter for the
ListCEnabledControls API that lets you select the types of control
operations to view. |
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 |
withFilter(EnabledControlFilter filter)
An input filter for the
ListCEnabledControls API that lets you select the types of control
operations to view. |
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 setFilter(EnabledControlFilter filter)
An input filter for the ListCEnabledControls API that lets you select the types of control
operations to view.
filter - An input filter for the ListCEnabledControls API that lets you select the types of control
operations to view.public EnabledControlFilter getFilter()
An input filter for the ListCEnabledControls API that lets you select the types of control
operations to view.
ListCEnabledControls API that lets you select the types of control
operations to view.public ListEnabledControlsRequest withFilter(EnabledControlFilter filter)
An input filter for the ListCEnabledControls API that lets you select the types of control
operations to view.
filter - An input filter for the ListCEnabledControls API that lets you select the types of control
operations to view.public 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. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier - The ARN of the organizational unit. For information on how to find the targetIdentifier, see
the overview page.public String getTargetIdentifier()
The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier, see
the overview
page.public ListEnabledControlsRequest withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier - The ARN of the organizational unit. For information on how to find the targetIdentifier, see
the overview page.public String toString()
toString in class ObjectObject.toString()public ListEnabledControlsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.