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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.nimblestudio.CfnStreamingImageProps
CfnStreamingImageProps.Builder, CfnStreamingImageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStreamingImageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamingImageProps.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 human-readable description of the streaming image.final StringThe ID of an EC2 machine image with which to create the streaming image.final StringgetName()A friendly name for a streaming image resource.final StringThe unique identifier for a studio resource.getTags()An array of key-value pairs to apply to this resource.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 theCfnStreamingImageProps.Builder.
-
-
Method Details
-
getEc2ImageId
Description copied from interface:CfnStreamingImagePropsThe ID of an EC2 machine image with which to create the streaming image.- Specified by:
getEc2ImageIdin interfaceCfnStreamingImageProps
-
getName
Description copied from interface:CfnStreamingImagePropsA friendly name for a streaming image resource.- Specified by:
getNamein interfaceCfnStreamingImageProps
-
getStudioId
Description copied from interface:CfnStreamingImagePropsThe unique identifier for a studio resource.In Nimble Studio , all other resources are contained in a studio resource.
- Specified by:
getStudioIdin interfaceCfnStreamingImageProps
-
getDescription
Description copied from interface:CfnStreamingImagePropsA human-readable description of the streaming image.- Specified by:
getDescriptionin interfaceCfnStreamingImageProps
-
getTags
Description copied from interface:CfnStreamingImagePropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStreamingImageProps
-
$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()
-