@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttachedPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAttachedPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The token to retrieve the next set of results.
|
Integer |
getPageSize()
The maximum number of results to be returned per request.
|
Boolean |
getRecursive()
When true, recursively list attached policies.
|
String |
getTarget()
The group for which the policies will be listed.
|
int |
hashCode() |
Boolean |
isRecursive()
When true, recursively list attached policies.
|
void |
setMarker(String marker)
The token to retrieve the next set of results.
|
void |
setPageSize(Integer pageSize)
The maximum number of results to be returned per request.
|
void |
setRecursive(Boolean recursive)
When true, recursively list attached policies.
|
void |
setTarget(String target)
The group for which the policies will be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListAttachedPoliciesRequest |
withMarker(String marker)
The token to retrieve the next set of results.
|
ListAttachedPoliciesRequest |
withPageSize(Integer pageSize)
The maximum number of results to be returned per request.
|
ListAttachedPoliciesRequest |
withRecursive(Boolean recursive)
When true, recursively list attached policies.
|
ListAttachedPoliciesRequest |
withTarget(String target)
The group for which the policies will be listed.
|
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 setTarget(String target)
The group for which the policies will be listed.
target - The group for which the policies will be listed.public String getTarget()
The group for which the policies will be listed.
public ListAttachedPoliciesRequest withTarget(String target)
The group for which the policies will be listed.
target - The group for which the policies will be listed.public void setRecursive(Boolean recursive)
When true, recursively list attached policies.
recursive - When true, recursively list attached policies.public Boolean getRecursive()
When true, recursively list attached policies.
public ListAttachedPoliciesRequest withRecursive(Boolean recursive)
When true, recursively list attached policies.
recursive - When true, recursively list attached policies.public Boolean isRecursive()
When true, recursively list attached policies.
public void setMarker(String marker)
The token to retrieve the next set of results.
marker - The token to retrieve the next set of results.public String getMarker()
The token to retrieve the next set of results.
public ListAttachedPoliciesRequest withMarker(String marker)
The token to retrieve the next set of results.
marker - The token to retrieve the next set of results.public void setPageSize(Integer pageSize)
The maximum number of results to be returned per request.
pageSize - The maximum number of results to be returned per request.public Integer getPageSize()
The maximum number of results to be returned per request.
public ListAttachedPoliciesRequest withPageSize(Integer pageSize)
The maximum number of results to be returned per request.
pageSize - The maximum number of results to be returned per request.public String toString()
toString in class ObjectObject.toString()public ListAttachedPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.