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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.omics.CfnAnnotationStoreProps
CfnAnnotationStoreProps.Builder, CfnAnnotationStoreProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnnotationStoreProps.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
A description for the store.final String
getName()
The name of the Annotation Store.final Object
The genome reference for the store's annotations.final Object
The store's server-side encryption (SSE) settings.final String
The annotation file format of the store.final Object
File parsing options for the annotation store.getTags()
Tags for the store.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 theCfnAnnotationStoreProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnAnnotationStoreProps
The name of the Annotation Store.- Specified by:
getName
in interfaceCfnAnnotationStoreProps
- See Also:
-
getStoreFormat
Description copied from interface:CfnAnnotationStoreProps
The annotation file format of the store.- Specified by:
getStoreFormat
in interfaceCfnAnnotationStoreProps
- See Also:
-
getDescription
Description copied from interface:CfnAnnotationStoreProps
A description for the store.- Specified by:
getDescription
in interfaceCfnAnnotationStoreProps
- See Also:
-
getReference
Description copied from interface:CfnAnnotationStoreProps
The genome reference for the store's annotations.- Specified by:
getReference
in interfaceCfnAnnotationStoreProps
- See Also:
-
getSseConfig
Description copied from interface:CfnAnnotationStoreProps
The store's server-side encryption (SSE) settings.- Specified by:
getSseConfig
in interfaceCfnAnnotationStoreProps
- See Also:
-
getStoreOptions
Description copied from interface:CfnAnnotationStoreProps
File parsing options for the annotation store.- Specified by:
getStoreOptions
in interfaceCfnAnnotationStoreProps
- See Also:
-
getTags
Description copied from interface:CfnAnnotationStoreProps
Tags for the store.- Specified by:
getTags
in interfaceCfnAnnotationStoreProps
- 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()
-