@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArrayPropertiesSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the array properties of a job.
Constructor and Description |
---|
ArrayPropertiesSummary() |
Modifier and Type | Method and Description |
---|---|
ArrayPropertiesSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getIndex()
The job index within the array that is associated with this job.
|
Integer |
getSize()
The size of the array job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIndex(Integer index)
The job index within the array that is associated with this job.
|
void |
setSize(Integer size)
The size of the array job.
|
String |
toString()
Returns a string representation of this object.
|
ArrayPropertiesSummary |
withIndex(Integer index)
The job index within the array that is associated with this job.
|
ArrayPropertiesSummary |
withSize(Integer size)
The size of the array job.
|
public void setSize(Integer size)
The size of the array job. This parameter is returned for parent array jobs.
size
- The size of the array job. This parameter is returned for parent array jobs.public Integer getSize()
The size of the array job. This parameter is returned for parent array jobs.
public ArrayPropertiesSummary withSize(Integer size)
The size of the array job. This parameter is returned for parent array jobs.
size
- The size of the array job. This parameter is returned for parent array jobs.public void setIndex(Integer index)
The job index within the array that is associated with this job. This parameter is returned for children of array jobs.
index
- The job index within the array that is associated with this job. This parameter is returned for children
of array jobs.public Integer getIndex()
The job index within the array that is associated with this job. This parameter is returned for children of array jobs.
public ArrayPropertiesSummary withIndex(Integer index)
The job index within the array that is associated with this job. This parameter is returned for children of array jobs.
index
- The job index within the array that is associated with this job. This parameter is returned for children
of array jobs.public String toString()
toString
in class Object
Object.toString()
public ArrayPropertiesSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.