Class RecordLength
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.RecordLength
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecordLength.Builder,RecordLength>
@Generated("software.amazon.awssdk:codegen") public final class RecordLength extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecordLength.Builder,RecordLength>
The length of the records in the data set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecordLength.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordLength.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integermax()The maximum record length.Integermin()The minimum record length of a record.List<SdkField<?>>sdkFields()static Class<? extends RecordLength.Builder>serializableBuilderClass()RecordLength.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
-
max
public final Integer max()
The maximum record length. In case of fixed, both minimum and maximum are the same.
- Returns:
- The maximum record length. In case of fixed, both minimum and maximum are the same.
-
min
public final Integer min()
The minimum record length of a record.
- Returns:
- The minimum record length of a record.
-
toBuilder
public RecordLength.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecordLength.Builder,RecordLength>
-
builder
public static RecordLength.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecordLength.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.
-
-