@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
index()
The job index within the array that is 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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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.
public Integer size()
The size of the array job. This parameter is returned for parent array jobs.
public Integer index()
The job index within the array that is associated with this job. This parameter is returned for array job children.
public ArrayPropertiesDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ArrayPropertiesDetail.Builder,ArrayPropertiesDetail>
public static ArrayPropertiesDetail.Builder builder()
public static Class<? extends ArrayPropertiesDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.