@Generated(value="software.amazon.awssdk:codegen") public final class ArrayPropertiesSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
An object that represents the array properties of a job.
Modifier and Type | Class and Description |
---|---|
static interface |
ArrayPropertiesSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static ArrayPropertiesSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
index()
The job index within the array that's associated with this job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArrayPropertiesSummary.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the array job.
|
ArrayPropertiesSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer size()
The size of the array job. This parameter is returned for parent array jobs.
public final Integer index()
The job index within the array that's associated with this job. This parameter is returned for children of array jobs.
public ArrayPropertiesSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
public static ArrayPropertiesSummary.Builder builder()
public static Class<? extends ArrayPropertiesSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.