@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLifecyclePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetLifecyclePolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetLifecyclePolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPolicyId()
The identifier of the lifecycle policy.
|
int |
hashCode() |
void |
setPolicyId(String policyId)
The identifier of the lifecycle policy.
|
String |
toString()
Returns a string representation of this object.
|
GetLifecyclePolicyRequest |
withPolicyId(String policyId)
The identifier of the lifecycle policy.
|
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, withSdkRequestTimeoutpublic void setPolicyId(String policyId)
The identifier of the lifecycle policy.
policyId - The identifier of the lifecycle policy.public String getPolicyId()
The identifier of the lifecycle policy.
public GetLifecyclePolicyRequest withPolicyId(String policyId)
The identifier of the lifecycle policy.
policyId - The identifier of the lifecycle policy.public String toString()
toString in class ObjectObject.toString()public GetLifecyclePolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()