@Generated(value="software.amazon.awssdk:codegen") public final class ArrayPropertiesSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
An object representing 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) |
<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 ArrayPropertiesSummary.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the array job.
|
ArrayPropertiesSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
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 children of array jobs.
public ArrayPropertiesSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
public static ArrayPropertiesSummary.Builder builder()
public static Class<? extends ArrayPropertiesSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.