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