@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLifecyclePolicyRequest extends DlmRequest implements ToCopyableBuilder<UpdateLifecyclePolicyRequest.Builder,UpdateLifecyclePolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLifecyclePolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLifecyclePolicyRequest.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() |
PolicyDetails |
policyDetails()
The configuration of the lifecycle policy.
|
String |
policyId()
The identifier of the lifecycle policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLifecyclePolicyRequest.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.
|
UpdateLifecyclePolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyId()
The identifier of the lifecycle policy.
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
public final 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 final 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 final String description()
A description of the lifecycle policy.
public final PolicyDetails policyDetails()
The configuration of the lifecycle policy. You cannot update the policy type or the resource type.
public UpdateLifecyclePolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLifecyclePolicyRequest.Builder,UpdateLifecyclePolicyRequest>toBuilder in class DlmRequestpublic static UpdateLifecyclePolicyRequest.Builder builder()
public static Class<? extends UpdateLifecyclePolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.