Class CfnAnnotationStoreMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnAnnotationStoreMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnnotationStoreMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnnotationStoreMixinProps
@Stability(Stable)
@Internal
public static final class CfnAnnotationStoreMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnnotationStoreMixinProps
An implementation for
CfnAnnotationStoreMixinProps-
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.omics.CfnAnnotationStoreMixinProps
CfnAnnotationStoreMixinProps.Builder, CfnAnnotationStoreMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnnotationStoreMixinProps.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 StringA description for the store.final StringgetName()The name of the Annotation Store.final ObjectThe genome reference for the store's annotations.final ObjectThe store's server-side encryption (SSE) settings.final StringThe annotation file format of the store.final ObjectFile parsing options for the annotation store.getTags()Tags for the store.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 theCfnAnnotationStoreMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAnnotationStoreMixinPropsA description for the store.- Specified by:
getDescriptionin interfaceCfnAnnotationStoreMixinProps- See Also:
-
getName
Description copied from interface:CfnAnnotationStoreMixinPropsThe name of the Annotation Store.- Specified by:
getNamein interfaceCfnAnnotationStoreMixinProps- See Also:
-
getReference
Description copied from interface:CfnAnnotationStoreMixinPropsThe genome reference for the store's annotations.Returns union: either
IResolvableorCfnAnnotationStorePropsMixin.ReferenceItemProperty- Specified by:
getReferencein interfaceCfnAnnotationStoreMixinProps- See Also:
-
getSseConfig
Description copied from interface:CfnAnnotationStoreMixinPropsThe store's server-side encryption (SSE) settings.Returns union: either
IResolvableorCfnAnnotationStorePropsMixin.SseConfigProperty- Specified by:
getSseConfigin interfaceCfnAnnotationStoreMixinProps- See Also:
-
getStoreFormat
Description copied from interface:CfnAnnotationStoreMixinPropsThe annotation file format of the store.- Specified by:
getStoreFormatin interfaceCfnAnnotationStoreMixinProps- See Also:
-
getStoreOptions
Description copied from interface:CfnAnnotationStoreMixinPropsFile parsing options for the annotation store.Returns union: either
IResolvableorCfnAnnotationStorePropsMixin.StoreOptionsProperty- Specified by:
getStoreOptionsin interfaceCfnAnnotationStoreMixinProps- See Also:
-
getTags
Description copied from interface:CfnAnnotationStoreMixinPropsTags for the store.- Specified by:
getTagsin interfaceCfnAnnotationStoreMixinProps- 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()
-