public class GetPolicyVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPolicyVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetPolicyVersionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getPolicyArn() |
String |
getVersionId()
Identifies the policy version to retrieve.
|
int |
hashCode() |
void |
setPolicyArn(String policyArn) |
void |
setVersionId(String versionId)
Identifies the policy version to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPolicyVersionRequest |
withPolicyArn(String policyArn) |
GetPolicyVersionRequest |
withVersionId(String versionId)
Identifies the policy version to retrieve.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPolicyArn(String policyArn)
policyArn
- public String getPolicyArn()
public GetPolicyVersionRequest withPolicyArn(String policyArn)
policyArn
- public void setVersionId(String versionId)
Identifies the policy version to retrieve.
versionId
- Identifies the policy version to retrieve.public String getVersionId()
Identifies the policy version to retrieve.
public GetPolicyVersionRequest withVersionId(String versionId)
Identifies the policy version to retrieve.
versionId
- Identifies the policy version to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetPolicyVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.