Class CfnHubMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHubMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHubMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHubMixinProps
@Stability(Stable)
@Internal
public static final class CfnHubMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHubMixinProps
An implementation for
CfnHubMixinProps-
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.sagemaker.CfnHubMixinProps
CfnHubMixinProps.Builder, CfnHubMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHubMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHubMixinProps.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 of the hub.final StringThe display name of the hub.final StringThe name of the hub.The searchable keywords for the hub.final ObjectThe Amazon S3 storage configuration for the hub.getTags()Tags to associate with the hub.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 theCfnHubMixinProps.Builder.
-
-
Method Details
-
getHubDescription
Description copied from interface:CfnHubMixinPropsA description of the hub.- Specified by:
getHubDescriptionin interfaceCfnHubMixinProps- See Also:
-
getHubDisplayName
Description copied from interface:CfnHubMixinPropsThe display name of the hub.- Specified by:
getHubDisplayNamein interfaceCfnHubMixinProps- See Also:
-
getHubName
Description copied from interface:CfnHubMixinPropsThe name of the hub.- Specified by:
getHubNamein interfaceCfnHubMixinProps- See Also:
-
getHubSearchKeywords
Description copied from interface:CfnHubMixinPropsThe searchable keywords for the hub.- Specified by:
getHubSearchKeywordsin interfaceCfnHubMixinProps- See Also:
-
getS3StorageConfig
Description copied from interface:CfnHubMixinPropsThe Amazon S3 storage configuration for the hub.Returns union: either
IResolvableorCfnHubPropsMixin.S3StorageConfigProperty- Specified by:
getS3StorageConfigin interfaceCfnHubMixinProps- See Also:
-
getTags
Description copied from interface:CfnHubMixinPropsTags to associate with the hub.- Specified by:
getTagsin interfaceCfnHubMixinProps- 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()
-