Class CfnCollaboration.MemberSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnCollaboration.MemberSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCollaboration.MemberSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollaboration.MemberSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnCollaboration.MemberSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollaboration.MemberSpecificationProperty
An implementation for
CfnCollaboration.MemberSpecificationProperty-
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.MemberSpecificationProperty
CfnCollaboration.MemberSpecificationProperty.Builder, CfnCollaboration.MemberSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollaboration.MemberSpecificationProperty.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 StringThe identifier used to reference members of the collaboration.final StringThe member's display name.The abilities granted to the collaboration member.final ObjectThe ML abilities granted to the collaboration member.final ObjectThe collaboration member's payment responsibilities set by the collaboration creator.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.MemberSpecificationProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnCollaboration.MemberSpecificationPropertyThe identifier used to reference members of the collaboration.Currently only supports AWS account ID.
- Specified by:
getAccountIdin interfaceCfnCollaboration.MemberSpecificationProperty- See Also:
-
getDisplayName
Description copied from interface:CfnCollaboration.MemberSpecificationPropertyThe member's display name.- Specified by:
getDisplayNamein interfaceCfnCollaboration.MemberSpecificationProperty- See Also:
-
getMemberAbilities
Description copied from interface:CfnCollaboration.MemberSpecificationPropertyThe abilities granted to the collaboration member.Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- Specified by:
getMemberAbilitiesin interfaceCfnCollaboration.MemberSpecificationProperty- See Also:
-
getMlMemberAbilities
Description copied from interface:CfnCollaboration.MemberSpecificationPropertyThe ML abilities granted to the collaboration member.Returns union: either
IResolvableorCfnCollaboration.MLMemberAbilitiesProperty- Specified by:
getMlMemberAbilitiesin interfaceCfnCollaboration.MemberSpecificationProperty- See Also:
-
getPaymentConfiguration
Description copied from interface:CfnCollaboration.MemberSpecificationPropertyThe collaboration member's payment responsibilities set by the collaboration creator.If the collaboration creator hasn't speciļ¬ed anyone as the member paying for query compute costs, then the member who can query is the default payer.
Returns union: either
IResolvableorCfnCollaboration.PaymentConfigurationProperty- Specified by:
getPaymentConfigurationin interfaceCfnCollaboration.MemberSpecificationProperty- 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()
-