@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) |
String |
getLifecyclePolicy()
The object lifecycle policy that is assigned to the container.
|
int |
hashCode() |
void |
setLifecyclePolicy(String lifecyclePolicy)
The object lifecycle policy that is assigned to the container.
|
String |
toString()
Returns a string representation of this object.
|
GetLifecyclePolicyResult |
withLifecyclePolicy(String lifecyclePolicy)
The object lifecycle policy that is assigned to the container.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLifecyclePolicy(String lifecyclePolicy)
The object lifecycle policy that is assigned to the container.
lifecyclePolicy
- The object lifecycle policy that is assigned to the container.public String getLifecyclePolicy()
The object lifecycle policy that is assigned to the container.
public GetLifecyclePolicyResult withLifecyclePolicy(String lifecyclePolicy)
The object lifecycle policy that is assigned to the container.
lifecyclePolicy
- The object lifecycle policy that is assigned to the container.public String toString()
toString
in class Object
Object.toString()
public GetLifecyclePolicyResult clone()