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