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