@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchArrayProperties extends Object implements Serializable, Cloneable, StructuredPojo
The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.
Constructor and Description |
---|
BatchArrayProperties() |
Modifier and Type | Method and Description |
---|---|
BatchArrayProperties |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of the array, if this is an array batch job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(Integer size)
The size of the array, if this is an array batch job.
|
String |
toString()
Returns a string representation of this object.
|
BatchArrayProperties |
withSize(Integer size)
The size of the array, if this is an array batch job.
|
public void setSize(Integer size)
The size of the array, if this is an array batch job.
size
- The size of the array, if this is an array batch job.public Integer getSize()
The size of the array, if this is an array batch job.
public BatchArrayProperties withSize(Integer size)
The size of the array, if this is an array batch job.
size
- The size of the array, if this is an array batch job.public String toString()
toString
in class Object
Object.toString()
public BatchArrayProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.