@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EC2Specification extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon EC2 hardware specifications that you want AWS to provide recommendations for.
Constructor and Description |
---|
EC2Specification() |
Modifier and Type | Method and Description |
---|---|
EC2Specification |
clone() |
boolean |
equals(Object obj) |
String |
getOfferingClass()
Whether you want a recommendation for standard or convertible reservations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOfferingClass(String offeringClass)
Whether you want a recommendation for standard or convertible reservations.
|
String |
toString()
Returns a string representation of this object.
|
EC2Specification |
withOfferingClass(OfferingClass offeringClass)
Whether you want a recommendation for standard or convertible reservations.
|
EC2Specification |
withOfferingClass(String offeringClass)
Whether you want a recommendation for standard or convertible reservations.
|
public void setOfferingClass(String offeringClass)
Whether you want a recommendation for standard or convertible reservations.
offeringClass
- Whether you want a recommendation for standard or convertible reservations.OfferingClass
public String getOfferingClass()
Whether you want a recommendation for standard or convertible reservations.
OfferingClass
public EC2Specification withOfferingClass(String offeringClass)
Whether you want a recommendation for standard or convertible reservations.
offeringClass
- Whether you want a recommendation for standard or convertible reservations.OfferingClass
public EC2Specification withOfferingClass(OfferingClass offeringClass)
Whether you want a recommendation for standard or convertible reservations.
offeringClass
- Whether you want a recommendation for standard or convertible reservations.OfferingClass
public String toString()
toString
in class Object
Object.toString()
public EC2Specification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.