@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EcsPropertiesDetail extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the details for the Amazon ECS resources of a job.
| Constructor and Description |
|---|
EcsPropertiesDetail() |
| Modifier and Type | Method and Description |
|---|---|
EcsPropertiesDetail |
clone() |
boolean |
equals(Object obj) |
List<EcsTaskDetails> |
getTaskProperties()
The properties for the Amazon ECS task definition of a job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTaskProperties(Collection<EcsTaskDetails> taskProperties)
The properties for the Amazon ECS task definition of a job.
|
String |
toString()
Returns a string representation of this object.
|
EcsPropertiesDetail |
withTaskProperties(Collection<EcsTaskDetails> taskProperties)
The properties for the Amazon ECS task definition of a job.
|
EcsPropertiesDetail |
withTaskProperties(EcsTaskDetails... taskProperties)
The properties for the Amazon ECS task definition of a job.
|
public List<EcsTaskDetails> getTaskProperties()
The properties for the Amazon ECS task definition of a job.
public void setTaskProperties(Collection<EcsTaskDetails> taskProperties)
The properties for the Amazon ECS task definition of a job.
taskProperties - The properties for the Amazon ECS task definition of a job.public EcsPropertiesDetail withTaskProperties(EcsTaskDetails... taskProperties)
The properties for the Amazon ECS task definition of a job.
NOTE: This method appends the values to the existing list (if any). Use
setTaskProperties(java.util.Collection) or withTaskProperties(java.util.Collection) if you want
to override the existing values.
taskProperties - The properties for the Amazon ECS task definition of a job.public EcsPropertiesDetail withTaskProperties(Collection<EcsTaskDetails> taskProperties)
The properties for the Amazon ECS task definition of a job.
taskProperties - The properties for the Amazon ECS task definition of a job.public String toString()
toString in class ObjectObject.toString()public EcsPropertiesDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.