public class ListPolicyVersionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the ListPolicyVersions operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
policyName
The policy name.
|
NOOP
Constructor and Description |
---|
ListPolicyVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPolicyVersionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPolicyName()
The policy name.
|
int |
hashCode() |
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.
|
ListPolicyVersionsRequest |
withPolicyName(java.lang.String policyName)
The policy name.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPolicyName(java.lang.String policyName)
The policy name.
policyName
- The policy name.public java.lang.String getPolicyName()
The policy name.
public ListPolicyVersionsRequest withPolicyName(java.lang.String policyName)
The policy name.
policyName
- The policy name.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListPolicyVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()