Class CfnMembership.MembershipJobComputePaymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipJobComputePaymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMembership.MembershipJobComputePaymentConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembership.MembershipJobComputePaymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnMembership.MembershipJobComputePaymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembership.MembershipJobComputePaymentConfigProperty
An implementation for
CfnMembership.MembershipJobComputePaymentConfigProperty-
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.CfnMembership.MembershipJobComputePaymentConfigProperty
CfnMembership.MembershipJobComputePaymentConfigProperty.Builder, CfnMembership.MembershipJobComputePaymentConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMembership.MembershipJobComputePaymentConfigProperty.Builder.protectedJsii$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.MembershipJobComputePaymentConfigProperty.Builder.
-
-
Method Details
-
getIsResponsible
Description copied from interface:CfnMembership.MembershipJobComputePaymentConfigPropertyIndicates whether the collaboration member has accepted to pay for job compute costs (TRUE) or has not accepted to pay for query and job compute costs (FALSE).There is only one member who pays for queries and jobs.
An error message is returned for the following reasons:
- If you set the value to
FALSEbut you are responsible to pay for query and job compute costs. - If you set the value to
TRUEbut you are not responsible to pay for query and job compute costs.
Returns union: either
BooleanorIResolvable- Specified by:
getIsResponsiblein interfaceCfnMembership.MembershipJobComputePaymentConfigProperty- See Also:
- If you set the value to
-
$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()
-