@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EcsServiceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The ECS service configuration used for recommendations.
| Constructor and Description | 
|---|
EcsServiceConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
EcsServiceConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
ComputeConfiguration | 
getCompute()
 Details about the compute configuration. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCompute(ComputeConfiguration compute)
 Details about the compute configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
EcsServiceConfiguration | 
withCompute(ComputeConfiguration compute)
 Details about the compute configuration. 
 | 
public void setCompute(ComputeConfiguration compute)
Details about the compute configuration.
compute - Details about the compute configuration.public ComputeConfiguration getCompute()
Details about the compute configuration.
public EcsServiceConfiguration withCompute(ComputeConfiguration compute)
Details about the compute configuration.
compute - Details about the compute configuration.public String toString()
toString in class ObjectObject.toString()public EcsServiceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.