@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 Object
Object.toString()
public PaymentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.