@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLifecyclePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLifecyclePolicyResult() |
Modifier and Type | Method and Description |
---|---|
CreateLifecyclePolicyResult |
clone() |
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.
|
CreateLifecyclePolicyResult |
withPolicyId(String policyId)
The identifier of the lifecycle policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 CreateLifecyclePolicyResult withPolicyId(String policyId)
The identifier of the lifecycle policy.
policyId
- The identifier of the lifecycle policy.public String toString()
toString
in class Object
Object.toString()
public CreateLifecyclePolicyResult clone()