@Generated(value="software.amazon.awssdk:codegen") public final class LifecycleRuleAndOperator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LifecycleRuleAndOperator.Builder,LifecycleRuleAndOperator>
The container for the Outposts bucket lifecycle rule and operator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LifecycleRuleAndOperator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleRuleAndOperator.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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).
|
String |
prefix()
Prefix identifying one or more objects to which the rule applies.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LifecycleRuleAndOperator.Builder> |
serializableBuilderClass() |
List<S3Tag> |
tags()
All of these tags must exist in the object's tag set in order for the rule to apply.
|
LifecycleRuleAndOperator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String prefix()
Prefix identifying one or more objects to which the rule applies.
public final boolean hasTags()
public final List<S3Tag> tags()
All of these tags must exist in the object's tag set in order for the rule to apply.
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 LifecycleRuleAndOperator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LifecycleRuleAndOperator.Builder,LifecycleRuleAndOperator>public static LifecycleRuleAndOperator.Builder builder()
public static Class<? extends LifecycleRuleAndOperator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.