public class ListTargetsForPolicyRequest extends AmazonWebServiceRequest implements java.io.Serializable
List targets for the specified policy.
| Constructor and Description |
|---|
ListTargetsForPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
A marker used to get the next set of results.
|
java.lang.Integer |
getPageSize()
The maximum number of results to return at one time.
|
java.lang.String |
getPolicyName()
The policy name.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
A marker used to get the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
|
void |
setPolicyName(java.lang.String policyName)
The policy name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTargetsForPolicyRequest |
withMarker(java.lang.String marker)
A marker used to get the next set of results.
|
ListTargetsForPolicyRequest |
withPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
|
ListTargetsForPolicyRequest |
withPolicyName(java.lang.String policyName)
The policy name.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getPolicyName()
The policy name.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
The policy name.
public void setPolicyName(java.lang.String policyName)
The policy name.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
policyName - The policy name.
public ListTargetsForPolicyRequest withPolicyName(java.lang.String policyName)
The policy name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
policyName - The policy name.
public java.lang.String getMarker()
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
A marker used to get the next set of results.
public void setMarker(java.lang.String marker)
A marker used to get the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker - A marker used to get the next set of results.
public ListTargetsForPolicyRequest withMarker(java.lang.String marker)
A marker used to get the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker - A marker used to get the next set of results.
public java.lang.Integer getPageSize()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time.
public void setPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
pageSize - The maximum number of results to return at one time.
public ListTargetsForPolicyRequest withPageSize(java.lang.Integer pageSize)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
pageSize - The maximum number of results to return at one time.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.