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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnCollaboration.MemberSpecificationProperty
CfnCollaboration.MemberSpecificationProperty.Builder, CfnCollaboration.MemberSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCollaboration.MemberSpecificationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The identifier used to reference members of the collaboration.final String
The member's display name.The abilities granted to the collaboration member.final Object
The ML abilities granted to the collaboration member.final Object
The collaboration member's payment responsibilities set by the collaboration creator.final int
hashCode()
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.MemberSpecificationProperty
The identifier used to reference members of the collaboration.Currently only supports AWS account ID.
- Specified by:
getAccountId
in interfaceCfnCollaboration.MemberSpecificationProperty
- See Also:
-
getDisplayName
Description copied from interface:CfnCollaboration.MemberSpecificationProperty
The member's display name.- Specified by:
getDisplayName
in interfaceCfnCollaboration.MemberSpecificationProperty
- See Also:
-
getMemberAbilities
Description copied from interface:CfnCollaboration.MemberSpecificationProperty
The abilities granted to the collaboration member.Allowed Values :
CAN_QUERY
|CAN_RECEIVE_RESULTS
- Specified by:
getMemberAbilities
in interfaceCfnCollaboration.MemberSpecificationProperty
- See Also:
-
getMlMemberAbilities
Description copied from interface:CfnCollaboration.MemberSpecificationProperty
The ML abilities granted to the collaboration member.- Specified by:
getMlMemberAbilities
in interfaceCfnCollaboration.MemberSpecificationProperty
- See Also:
-
getPaymentConfiguration
Description copied from interface:CfnCollaboration.MemberSpecificationProperty
The collaboration member's payment responsibilities set by the collaboration creator.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
- Specified by:
getPaymentConfiguration
in interfaceCfnCollaboration.MemberSpecificationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-