@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PaymentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the collaboration member's payment responsibilities set by the collaboration creator.
| Constructor and Description |
|---|
PaymentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PaymentConfiguration |
clone() |
boolean |
equals(Object obj) |
QueryComputePaymentConfig |
getQueryCompute()
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setQueryCompute(QueryComputePaymentConfig queryCompute)
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
|
String |
toString()
Returns a string representation of this object.
|
PaymentConfiguration |
withQueryCompute(QueryComputePaymentConfig queryCompute)
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
|
public void setQueryCompute(QueryComputePaymentConfig queryCompute)
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
queryCompute - The collaboration member's payment responsibilities set by the collaboration creator for query compute
costs.public QueryComputePaymentConfig getQueryCompute()
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
public PaymentConfiguration withQueryCompute(QueryComputePaymentConfig queryCompute)
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
queryCompute - The collaboration member's payment responsibilities set by the collaboration creator for query compute
costs.public String toString()
toString in class ObjectObject.toString()public PaymentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.