Class CfnCollaboration.JobComputePaymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnCollaboration.JobComputePaymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCollaboration.JobComputePaymentConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollaboration.JobComputePaymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCollaboration.JobComputePaymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollaboration.JobComputePaymentConfigProperty
An implementation for
CfnCollaboration.JobComputePaymentConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnCollaboration.JobComputePaymentConfigProperty
CfnCollaboration.JobComputePaymentConfigProperty.Builder, CfnCollaboration.JobComputePaymentConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollaboration.JobComputePaymentConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectIndicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).final inthashCode()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.JobComputePaymentConfigProperty.Builder.
-
-
Method Details
-
getIsResponsible
Description copied from interface:CfnCollaboration.JobComputePaymentConfigPropertyIndicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.Returns union: either
BooleanorIResolvable- Specified by:
getIsResponsiblein interfaceCfnCollaboration.JobComputePaymentConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-