@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)
Marshalls this structured data using the given  
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.