@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArrayProperties extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an Batch array job.
Constructor and Description |
---|
ArrayProperties() |
Modifier and Type | Method and Description |
---|---|
ArrayProperties |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of the array job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(Integer size)
The size of the array job.
|
String |
toString()
Returns a string representation of this object.
|
ArrayProperties |
withSize(Integer size)
The size of the array job.
|
public void setSize(Integer size)
The size of the array job.
size
- The size of the array job.public Integer getSize()
The size of the array job.
public ArrayProperties withSize(Integer size)
The size of the array job.
size
- The size of the array job.public String toString()
toString
in class Object
Object.toString()
public ArrayProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.