Class CfnMembership.MembershipQueryComputePaymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipQueryComputePaymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMembership.MembershipQueryComputePaymentConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembership.MembershipQueryComputePaymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnMembership.MembershipQueryComputePaymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembership.MembershipQueryComputePaymentConfigProperty
An implementation for
CfnMembership.MembershipQueryComputePaymentConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipQueryComputePaymentConfigProperty
CfnMembership.MembershipQueryComputePaymentConfigProperty.Builder, CfnMembership.MembershipQueryComputePaymentConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMembership.MembershipQueryComputePaymentConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMembership.MembershipQueryComputePaymentConfigProperty.Builder
.
-
-
Method Details
-
getIsResponsible
Description copied from interface:CfnMembership.MembershipQueryComputePaymentConfigProperty
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.
- Specified by:
getIsResponsible
in interfaceCfnMembership.MembershipQueryComputePaymentConfigProperty
- See Also:
- If you set the value to
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-