@Generated(value="software.amazon.awssdk:codegen") public final class CreateLifecyclePolicyRequest extends DlmRequest implements ToCopyableBuilder<CreateLifecyclePolicyRequest.Builder,CreateLifecyclePolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLifecyclePolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLifecyclePolicyRequest.Builder |
builder() |
String |
description()
A description of the lifecycle policy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
PolicyDetails |
policyDetails()
The configuration details of the lifecycle policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLifecyclePolicyRequest.Builder> |
serializableBuilderClass() |
SettablePolicyStateValues |
state()
The desired activation state of the lifecycle policy after creation.
|
String |
stateAsString()
The desired activation state of the lifecycle policy after creation.
|
Map<String,String> |
tags()
The tags to apply to the lifecycle policy during creation.
|
CreateLifecyclePolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
public String description()
A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.
public SettablePolicyStateValues state()
The desired activation state of the lifecycle policy after creation.
If the service returns an enum value that is not available in the current SDK version, state will return
SettablePolicyStateValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
SettablePolicyStateValuespublic String stateAsString()
The desired activation state of the lifecycle policy after creation.
If the service returns an enum value that is not available in the current SDK version, state will return
SettablePolicyStateValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
SettablePolicyStateValuespublic PolicyDetails policyDetails()
The configuration details of the lifecycle policy.
public boolean hasTags()
public Map<String,String> tags()
The tags to apply to the lifecycle policy during creation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateLifecyclePolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLifecyclePolicyRequest.Builder,CreateLifecyclePolicyRequest>toBuilder in class DlmRequestpublic static CreateLifecyclePolicyRequest.Builder builder()
public static Class<? extends CreateLifecyclePolicyRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.