Class CfnCollaboration.QueryComputePaymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnCollaboration.QueryComputePaymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCollaboration.QueryComputePaymentConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollaboration.QueryComputePaymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCollaboration.QueryComputePaymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollaboration.QueryComputePaymentConfigProperty
An implementation for
CfnCollaboration.QueryComputePaymentConfigProperty
-
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.CfnCollaboration.QueryComputePaymentConfigProperty
CfnCollaboration.QueryComputePaymentConfigProperty.Builder, CfnCollaboration.QueryComputePaymentConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCollaboration.QueryComputePaymentConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (TRUE
) or has not configured the collaboration member to pay for query compute costs (FALSE
).final int
hashCode()
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 theCfnCollaboration.QueryComputePaymentConfigProperty.Builder
.
-
-
Method Details
-
getIsResponsible
Description copied from interface:CfnCollaboration.QueryComputePaymentConfigProperty
Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (TRUE
) or has not configured the collaboration member to pay for query compute costs (FALSE
).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUE
value for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSE
value for the member who can query.- Specified by:
getIsResponsible
in interfaceCfnCollaboration.QueryComputePaymentConfigProperty
- See Also:
-
$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()
-