@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ByolPricingTerm extends Object implements Serializable, Cloneable, StructuredPojo
Enables you and your customers to move your existing agreements to AWS Marketplace. The customer won't be charged for product usage in AWS Marketplace because they already paid for the product outside of AWS Marketplace.
| Constructor and Description |
|---|
ByolPricingTerm() |
| Modifier and Type | Method and Description |
|---|---|
ByolPricingTerm |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Type of the term being updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type)
Type of the term being updated.
|
String |
toString()
Returns a string representation of this object.
|
ByolPricingTerm |
withType(String type)
Type of the term being updated.
|
public void setType(String type)
Type of the term being updated.
type - Type of the term being updated.public String getType()
Type of the term being updated.
public ByolPricingTerm withType(String type)
Type of the term being updated.
type - Type of the term being updated.public String toString()
toString in class ObjectObject.toString()public ByolPricingTerm clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.