Class CfnMembership.MembershipModelTrainingPaymentConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnMembership.MembershipModelTrainingPaymentConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMembership.MembershipModelTrainingPaymentConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembership.MembershipModelTrainingPaymentConfigProperty
@Stability(Stable)
@Internal
public static final class CfnMembership.MembershipModelTrainingPaymentConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembership.MembershipModelTrainingPaymentConfigProperty
An implementation for
CfnMembership.MembershipModelTrainingPaymentConfigProperty-
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.MembershipModelTrainingPaymentConfigProperty
CfnMembership.MembershipModelTrainingPaymentConfigProperty.Builder, CfnMembership.MembershipModelTrainingPaymentConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMembership.MembershipModelTrainingPaymentConfigProperty.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.MembershipModelTrainingPaymentConfigProperty.Builder.
-
-
Method Details
-
getIsResponsible
Description copied from interface:CfnMembership.MembershipModelTrainingPaymentConfigPropertyIndicates whether the collaboration member has accepted to pay for model training costs (TRUE) or has not accepted to pay for model training costs (FALSE).If the collaboration creator has not specified anyone to pay for model training 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
FALSEbut you are responsible to pay for model training costs. - If you set the value to
TRUEbut you are not responsible to pay for model training costs.
Returns union: either
BooleanorIResolvable- Specified by:
getIsResponsiblein interfaceCfnMembership.MembershipModelTrainingPaymentConfigProperty- 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()
-