@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Hardware specifications for the service that you want recommendations for.
| Constructor and Description |
|---|
ServiceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
ServiceSpecification |
clone() |
boolean |
equals(Object obj) |
EC2Specification |
getEC2Specification()
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEC2Specification(EC2Specification eC2Specification)
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
|
String |
toString()
Returns a string representation of this object.
|
ServiceSpecification |
withEC2Specification(EC2Specification eC2Specification)
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
|
public void setEC2Specification(EC2Specification eC2Specification)
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
eC2Specification - The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.public EC2Specification getEC2Specification()
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
public ServiceSpecification withEC2Specification(EC2Specification eC2Specification)
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
eC2Specification - The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.public String toString()
toString in class ObjectObject.toString()public ServiceSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.