@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLifecyclePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteLifecyclePolicyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteLifecyclePolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecyclePolicyArn()
The ARN of the lifecycle policy that was deleted.
|
int |
hashCode() |
void |
setLifecyclePolicyArn(String lifecyclePolicyArn)
The ARN of the lifecycle policy that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLifecyclePolicyResult |
withLifecyclePolicyArn(String lifecyclePolicyArn)
The ARN of the lifecycle policy that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLifecyclePolicyArn(String lifecyclePolicyArn)
The ARN of the lifecycle policy that was deleted.
lifecyclePolicyArn
- The ARN of the lifecycle policy that was deleted.public String getLifecyclePolicyArn()
The ARN of the lifecycle policy that was deleted.
public DeleteLifecyclePolicyResult withLifecyclePolicyArn(String lifecyclePolicyArn)
The ARN of the lifecycle policy that was deleted.
lifecyclePolicyArn
- The ARN of the lifecycle policy that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteLifecyclePolicyResult clone()