@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MembershipQueryComputePaymentConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the payment responsibilities accepted by the collaboration member for query compute costs.
| Constructor and Description |
|---|
MembershipQueryComputePaymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
MembershipQueryComputePaymentConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsResponsible()
Indicates whether the collaboration member has accepted to pay for query compute costs (
TRUE) or has
not accepted to pay for query compute costs (FALSE). |
int |
hashCode() |
Boolean |
isResponsible()
Indicates whether the collaboration member has accepted to pay for query compute costs (
TRUE) or has
not accepted to pay for query compute costs (FALSE). |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIsResponsible(Boolean isResponsible)
Indicates whether the collaboration member has accepted to pay for query compute costs (
TRUE) or has
not accepted to pay for query compute costs (FALSE). |
String |
toString()
Returns a string representation of this object.
|
MembershipQueryComputePaymentConfig |
withIsResponsible(Boolean isResponsible)
Indicates whether the collaboration member has accepted to pay for query compute costs (
TRUE) or has
not accepted to pay for query compute costs (FALSE). |
public void setIsResponsible(Boolean isResponsible)
Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE) or has
not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
isResponsible - Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE)
or has not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
public Boolean getIsResponsible()
Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE) or has
not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
TRUE
) or has not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
public MembershipQueryComputePaymentConfig withIsResponsible(Boolean isResponsible)
Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE) or has
not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
isResponsible - Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE)
or has not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
public Boolean isResponsible()
Indicates whether the collaboration member has accepted to pay for query compute costs (TRUE) or has
not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
TRUE
) or has not accepted to pay for query compute costs (FALSE).
If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer.
An error message is returned for the following reasons:
If you set the value to FALSE but you are responsible to pay for query compute costs.
If you set the value to TRUE but you are not responsible to pay for query compute costs.
public String toString()
toString in class ObjectObject.toString()public MembershipQueryComputePaymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.