Class CfnCollaborationPropsMixin.PaymentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnCollaborationPropsMixin.PaymentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCollaborationPropsMixin.PaymentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollaborationPropsMixin.PaymentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCollaborationPropsMixin.PaymentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollaborationPropsMixin.PaymentConfigurationProperty
An implementation for
CfnCollaborationPropsMixin.PaymentConfigurationProperty-
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.cfnpropertymixins.services.cleanrooms.CfnCollaborationPropsMixin.PaymentConfigurationProperty
CfnCollaborationPropsMixin.PaymentConfigurationProperty.Builder, CfnCollaborationPropsMixin.PaymentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollaborationPropsMixin.PaymentConfigurationProperty.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 ObjectThe compute configuration for the job.final ObjectAn object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.final ObjectThe collaboration member's payment responsibilities set by the collaboration creator for query compute costs.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 theCfnCollaborationPropsMixin.PaymentConfigurationProperty.Builder.
-
-
Method Details
-
getJobCompute
Description copied from interface:CfnCollaborationPropsMixin.PaymentConfigurationPropertyThe compute configuration for the job.Returns union: either
IResolvableorCfnCollaborationPropsMixin.JobComputePaymentConfigProperty- Specified by:
getJobComputein interfaceCfnCollaborationPropsMixin.PaymentConfigurationProperty- See Also:
-
getMachineLearning
Description copied from interface:CfnCollaborationPropsMixin.PaymentConfigurationPropertyAn object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.Returns union: either
IResolvableorCfnCollaborationPropsMixin.MLPaymentConfigProperty- Specified by:
getMachineLearningin interfaceCfnCollaborationPropsMixin.PaymentConfigurationProperty- See Also:
-
getQueryCompute
Description copied from interface:CfnCollaborationPropsMixin.PaymentConfigurationPropertyThe collaboration member's payment responsibilities set by the collaboration creator for query compute costs.Returns union: either
IResolvableorCfnCollaborationPropsMixin.QueryComputePaymentConfigProperty- Specified by:
getQueryComputein interfaceCfnCollaborationPropsMixin.PaymentConfigurationProperty- 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()
-