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