@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArrayPropertiesSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents 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's associated with this job.
|
Integer |
getSize()
The size of the array job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndex(Integer index)
The job index within the array that's 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's 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's associated with this job. This parameter is returned for children of array jobs.
index
- The job index within the array that's associated with this job. This parameter is returned for children of
array jobs.public Integer getIndex()
The job index within the array that's 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's associated with this job. This parameter is returned for children of array jobs.
index
- The job index within the array that's 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.