@Generated(value="software.amazon.awssdk:codegen") public final class ArrayProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArrayProperties.Builder,ArrayProperties>
An object that represents an Batch array job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArrayProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ArrayProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArrayProperties.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the array job.
|
ArrayProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer size()
The size of the array job.
public ArrayProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArrayProperties.Builder,ArrayProperties>public static ArrayProperties.Builder builder()
public static Class<? extends ArrayProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.