@Generated(value="software.amazon.awssdk:codegen") public final class BucketCriteriaAdditionalProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BucketCriteriaAdditionalProperties.Builder,BucketCriteriaAdditionalProperties>
Specifies the operator to use in an attribute-based condition that filters the results of a query for information about S3 buckets.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BucketCriteriaAdditionalProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BucketCriteriaAdditionalProperties.Builder |
builder() |
List<String> |
eq()
An equal to condition to apply to a specified attribute value for buckets.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Long |
gt()
A greater than condition to apply to a specified attribute value for buckets.
|
Long |
gte()
A greater than or equal to condition to apply to a specified attribute value for buckets.
|
boolean |
hasEq()
Returns true if the Eq 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 |
hasNeq()
Returns true if the Neq property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Long |
lt()
A less than condition to apply to a specified attribute value for buckets.
|
Long |
lte()
A less than or equal to condition to apply to a specified attribute value for buckets.
|
List<String> |
neq()
A not equal to condition to apply to a specified attribute value for buckets.
|
String |
prefix()
The prefix of the buckets to include in the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BucketCriteriaAdditionalProperties.Builder> |
serializableBuilderClass() |
BucketCriteriaAdditionalProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasEq()
public List<String> eq()
An equal to condition to apply to a specified attribute value for buckets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEq() to see if a value was sent in this field.
public Long gt()
A greater than condition to apply to a specified attribute value for buckets.
public Long gte()
A greater than or equal to condition to apply to a specified attribute value for buckets.
public Long lt()
A less than condition to apply to a specified attribute value for buckets.
public Long lte()
A less than or equal to condition to apply to a specified attribute value for buckets.
public boolean hasNeq()
public List<String> neq()
A not equal to condition to apply to a specified attribute value for buckets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNeq() to see if a value was sent in this field.
public String prefix()
The prefix of the buckets to include in the results.
public BucketCriteriaAdditionalProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BucketCriteriaAdditionalProperties.Builder,BucketCriteriaAdditionalProperties>public static BucketCriteriaAdditionalProperties.Builder builder()
public static Class<? extends BucketCriteriaAdditionalProperties.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.