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