@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) |
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 Object
Object.toString()
public ServiceSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.