@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupportTerm extends Object implements Serializable, Cloneable, StructuredPojo
Defines the customer support available for the acceptors when they purchase the software.
| Constructor and Description |
|---|
SupportTerm() |
| Modifier and Type | Method and Description |
|---|---|
SupportTerm |
clone() |
boolean |
equals(Object obj) |
String |
getRefundPolicy()
Free-text field about the refund policy description that will be shown to customers as is on the website and
console.
|
String |
getType()
Category of the term being updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRefundPolicy(String refundPolicy)
Free-text field about the refund policy description that will be shown to customers as is on the website and
console.
|
void |
setType(String type)
Category of the term being updated.
|
String |
toString()
Returns a string representation of this object.
|
SupportTerm |
withRefundPolicy(String refundPolicy)
Free-text field about the refund policy description that will be shown to customers as is on the website and
console.
|
SupportTerm |
withType(String type)
Category of the term being updated.
|
public void setRefundPolicy(String refundPolicy)
Free-text field about the refund policy description that will be shown to customers as is on the website and console.
refundPolicy - Free-text field about the refund policy description that will be shown to customers as is on the website
and console.public String getRefundPolicy()
Free-text field about the refund policy description that will be shown to customers as is on the website and console.
public SupportTerm withRefundPolicy(String refundPolicy)
Free-text field about the refund policy description that will be shown to customers as is on the website and console.
refundPolicy - Free-text field about the refund policy description that will be shown to customers as is on the website
and console.public void setType(String type)
Category of the term being updated.
type - Category of the term being updated.public String getType()
Category of the term being updated.
public SupportTerm withType(String type)
Category of the term being updated.
type - Category of the term being updated.public String toString()
toString in class ObjectObject.toString()public SupportTerm clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.