@Stability(value=Stable) @Internal public static final class CfnStreamingImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamingImageProps
CfnStreamingImageProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnStreamingImageProps.Builder, CfnStreamingImageProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnStreamingImageProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStreamingImageProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
A human-readable description of the streaming image.
|
String |
getEc2ImageId()
The ID of an EC2 machine image with which to create the streaming image.
|
String |
getName()
A friendly name for a streaming image resource.
|
String |
getStudioId()
The unique identifier for a studio resource.
|
Map<String,String> |
getTags()
An array of key-value pairs to apply to this resource.
|
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(CfnStreamingImageProps.Builder builder)
CfnStreamingImageProps.Builder
.public final String getEc2ImageId()
CfnStreamingImageProps
getEc2ImageId
in interface CfnStreamingImageProps
public final String getName()
CfnStreamingImageProps
getName
in interface CfnStreamingImageProps
public final String getStudioId()
CfnStreamingImageProps
In Nimble Studio , all other resources are contained in a studio resource.
getStudioId
in interface CfnStreamingImageProps
public final String getDescription()
CfnStreamingImageProps
getDescription
in interface CfnStreamingImageProps
public final Map<String,String> getTags()
CfnStreamingImageProps
For more information, see Tag .
getTags
in interface CfnStreamingImageProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.