@Generated(value="software.amazon.awssdk:codegen") public final class ArrayPropertiesDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArrayPropertiesDetail.Builder,ArrayPropertiesDetail>
An object representing the array properties of a job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArrayPropertiesDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ArrayPropertiesDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasStatusSummary()
Returns true if the StatusSummary property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
Integer |
index()
The job index within the array that's associated with this job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArrayPropertiesDetail.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the array job.
|
Map<String,Integer> |
statusSummary()
A summary of the number of array job children in each available job status.
|
ArrayPropertiesDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasStatusSummary()
public final Map<String,Integer> statusSummary()
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStatusSummary() to see if a value was sent in this field.
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 array job children.
public ArrayPropertiesDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArrayPropertiesDetail.Builder,ArrayPropertiesDetail>public static ArrayPropertiesDetail.Builder builder()
public static Class<? extends ArrayPropertiesDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.