Class CfnStreamingImageProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.nimblestudio.CfnStreamingImageProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamingImageProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStreamingImageProps
@Stability(Stable)
@Internal
public static final class CfnStreamingImageProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamingImageProps
An implementation for
CfnStreamingImageProps
-
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.nimblestudio.CfnStreamingImageProps
CfnStreamingImageProps.Builder, CfnStreamingImageProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStreamingImageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamingImageProps.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 human-readable description of the streaming image.final String
The ID of an EC2 machine image with which to create the streaming image.final String
getName()
A friendly name for a streaming image resource.final String
The unique identifier for a studio resource.getTags()
An array of key-value pairs to apply to this resource.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 theCfnStreamingImageProps.Builder
.
-
-
Method Details
-
getEc2ImageId
Description copied from interface:CfnStreamingImageProps
The ID of an EC2 machine image with which to create the streaming image.- Specified by:
getEc2ImageId
in interfaceCfnStreamingImageProps
-
getName
Description copied from interface:CfnStreamingImageProps
A friendly name for a streaming image resource.- Specified by:
getName
in interfaceCfnStreamingImageProps
-
getStudioId
Description copied from interface:CfnStreamingImageProps
The unique identifier for a studio resource.In Nimble Studio , all other resources are contained in a studio resource.
- Specified by:
getStudioId
in interfaceCfnStreamingImageProps
-
getDescription
Description copied from interface:CfnStreamingImageProps
A human-readable description of the streaming image.- Specified by:
getDescription
in interfaceCfnStreamingImageProps
-
getTags
Description copied from interface:CfnStreamingImageProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnStreamingImageProps
-
$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()
-