@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTargetsForPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTargetsForPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
ListTargetsForPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
A marker used to get the next set of results.
|
Integer |
getPageSize()
The maximum number of results to return at one time.
|
String |
getPolicyName()
The policy name.
|
int |
hashCode() |
void |
setMarker(String marker)
A marker used to get the next set of results.
|
void |
setPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
void |
setPolicyName(String policyName)
The policy name.
|
String |
toString()
Returns a string representation of this object.
|
ListTargetsForPolicyRequest |
withMarker(String marker)
A marker used to get the next set of results.
|
ListTargetsForPolicyRequest |
withPageSize(Integer pageSize)
The maximum number of results to return at one time.
|
ListTargetsForPolicyRequest |
withPolicyName(String policyName)
The policy name.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setPolicyName(String policyName)
The policy name.
policyName
- The policy name.public String getPolicyName()
The policy name.
public ListTargetsForPolicyRequest withPolicyName(String policyName)
The policy name.
policyName
- The policy name.public void setMarker(String marker)
A marker used to get the next set of results.
marker
- A marker used to get the next set of results.public String getMarker()
A marker used to get the next set of results.
public ListTargetsForPolicyRequest withMarker(String marker)
A marker used to get the next set of results.
marker
- A marker used to get the next set of results.public void setPageSize(Integer pageSize)
The maximum number of results to return at one time.
pageSize
- The maximum number of results to return at one time.public Integer getPageSize()
The maximum number of results to return at one time.
public ListTargetsForPolicyRequest withPageSize(Integer pageSize)
The maximum number of results to return at one time.
pageSize
- The maximum number of results to return at one time.public String toString()
toString
in class Object
Object.toString()
public ListTargetsForPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()