@Stability(value=Stable) @Internal public static final class CfnStudioComponentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStudioComponentProps
CfnStudioComponentProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnStudioComponentProps.Builder, CfnStudioComponentProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String name,
String studioId,
String type,
Object configuration,
String description,
List<String> ec2SecurityGroupIds,
Object initializationScripts,
Object scriptParameters,
String subtype,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
CfnStudioComponentProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getConfiguration()
`AWS::NimbleStudio::StudioComponent.Configuration`.
|
String |
getDescription()
`AWS::NimbleStudio::StudioComponent.Description`.
|
List<String> |
getEc2SecurityGroupIds()
`AWS::NimbleStudio::StudioComponent.Ec2SecurityGroupIds`.
|
Object |
getInitializationScripts()
`AWS::NimbleStudio::StudioComponent.InitializationScripts`.
|
String |
getName()
`AWS::NimbleStudio::StudioComponent.Name`.
|
Object |
getScriptParameters()
`AWS::NimbleStudio::StudioComponent.ScriptParameters`.
|
String |
getStudioId()
`AWS::NimbleStudio::StudioComponent.StudioId`.
|
String |
getSubtype()
`AWS::NimbleStudio::StudioComponent.Subtype`.
|
Map<String,String> |
getTags()
`AWS::NimbleStudio::StudioComponent.Tags`.
|
String |
getType()
`AWS::NimbleStudio::StudioComponent.Type`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String name, String studioId, String type, Object configuration, String description, List<String> ec2SecurityGroupIds, Object initializationScripts, Object scriptParameters, String subtype, Map<String,String> tags)
CfnStudioComponentProps.Builder
.public final String getName()
CfnStudioComponentProps
getName
in interface CfnStudioComponentProps
public final String getStudioId()
CfnStudioComponentProps
getStudioId
in interface CfnStudioComponentProps
public final String getType()
CfnStudioComponentProps
getType
in interface CfnStudioComponentProps
public final Object getConfiguration()
CfnStudioComponentProps
getConfiguration
in interface CfnStudioComponentProps
public final String getDescription()
CfnStudioComponentProps
getDescription
in interface CfnStudioComponentProps
public final List<String> getEc2SecurityGroupIds()
CfnStudioComponentProps
getEc2SecurityGroupIds
in interface CfnStudioComponentProps
public final Object getInitializationScripts()
CfnStudioComponentProps
getInitializationScripts
in interface CfnStudioComponentProps
public final Object getScriptParameters()
CfnStudioComponentProps
getScriptParameters
in interface CfnStudioComponentProps
public final String getSubtype()
CfnStudioComponentProps
getSubtype
in interface CfnStudioComponentProps
public final Map<String,String> getTags()
CfnStudioComponentProps
getTags
in interface CfnStudioComponentProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.