Package services.cleanrooms
Class CfnMembershipProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
services.cleanrooms.CfnMembershipProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMembershipProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMembershipProps
@Stability(Stable)
@Internal
public static final class CfnMembershipProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMembershipProps
An implementation for
CfnMembershipProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface services.cleanrooms.CfnMembershipProps
CfnMembershipProps.Builder, CfnMembershipProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMembershipProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMembershipProps.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 unique ID for the associated collaboration.final ObjectThe default protected query result configuration as specified by the member who can receive results.final StringAn indicator as to whether query logging has been enabled or disabled for the collaboration.getTags()An optional label that you can assign to a resource when you create it.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 theCfnMembershipProps.Builder.
-
-
Method Details
-
getCollaborationIdentifier
Description copied from interface:CfnMembershipPropsThe unique ID for the associated collaboration.- Specified by:
getCollaborationIdentifierin interfaceCfnMembershipProps- See Also:
-
getQueryLogStatus
Description copied from interface:CfnMembershipPropsAn indicator as to whether query logging has been enabled or disabled for the collaboration.- Specified by:
getQueryLogStatusin interfaceCfnMembershipProps- See Also:
-
getDefaultResultConfiguration
Description copied from interface:CfnMembershipPropsThe default protected query result configuration as specified by the member who can receive results.- Specified by:
getDefaultResultConfigurationin interfaceCfnMembershipProps- See Also:
-
getTags
Description copied from interface:CfnMembershipPropsAn optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Specified by:
getTagsin interfaceCfnMembershipProps- 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()
-