Class MatchObjectSize
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.MatchObjectSize
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MatchObjectSize.Builder,MatchObjectSize>
@Generated("software.amazon.awssdk:codegen") public final class MatchObjectSize extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchObjectSize.Builder,MatchObjectSize>
A filter condition that specifies the object size range of included objects in bytes. Only integers are supported.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMatchObjectSize.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatchObjectSize.Builderbuilder()LongbytesGreaterThan()Specifies the minimum object size in Bytes.LongbytesLessThan()Specifies the maximum object size in Bytes.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MatchObjectSize.Builder>serializableBuilderClass()MatchObjectSize.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bytesGreaterThan
public final Long bytesGreaterThan()
Specifies the minimum object size in Bytes. The value must be a positive number, greater than 0 and less than 5 TB.
- Returns:
- Specifies the minimum object size in Bytes. The value must be a positive number, greater than 0 and less than 5 TB.
-
bytesLessThan
public final Long bytesLessThan()
Specifies the maximum object size in Bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.
- Returns:
- Specifies the maximum object size in Bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.
-
toBuilder
public MatchObjectSize.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MatchObjectSize.Builder,MatchObjectSize>
-
builder
public static MatchObjectSize.Builder builder()
-
serializableBuilderClass
public static Class<? extends MatchObjectSize.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-