@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 |
getClientToken()
The client token that uniquely identifies the request.
|
String |
getLifecyclePolicyArn()
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token that uniquely identifies the request.
|
void |
setLifecyclePolicyArn(String lifecyclePolicyArn)
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLifecyclePolicyResult |
withClientToken(String clientToken)
The client token that uniquely identifies the request.
|
CreateLifecyclePolicyResult |
withLifecyclePolicyArn(String lifecyclePolicyArn)
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public String getClientToken()
The client token that uniquely identifies the request.
public CreateLifecyclePolicyResult withClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public void setLifecyclePolicyArn(String lifecyclePolicyArn)
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
lifecyclePolicyArn
- The Amazon Resource Name (ARN) of the lifecycle policy that the request created.public String getLifecyclePolicyArn()
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
public CreateLifecyclePolicyResult withLifecyclePolicyArn(String lifecyclePolicyArn)
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
lifecyclePolicyArn
- The Amazon Resource Name (ARN) of the lifecycle policy that the request created.public String toString()
toString
in class Object
Object.toString()
public CreateLifecyclePolicyResult clone()