@Generated(value="software.amazon.awssdk:codegen") public final class Exclude extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Exclude.Builder,Exclude>
A container for what Amazon S3 Storage Lens will exclude.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Exclude.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
buckets()
A container for the S3 Storage Lens bucket excludes.
|
static Exclude.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBuckets()
Returns true if the Buckets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasRegions()
Returns true if the Regions property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
regions()
A container for the S3 Storage Lens Region excludes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Exclude.Builder> |
serializableBuilderClass() |
Exclude.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasBuckets()
public final List<String> buckets()
A container for the S3 Storage Lens bucket excludes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBuckets() to see if a value was sent in this field.
public final boolean hasRegions()
public final List<String> regions()
A container for the S3 Storage Lens Region excludes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRegions() to see if a value was sent in this field.
public Exclude.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Exclude.Builder,Exclude>public static Exclude.Builder builder()
public static Class<? extends Exclude.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.