public static final class CfnStreamingImageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamingImageProps
CfnStreamingImageProps
CfnStreamingImageProps.Builder, CfnStreamingImageProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
A human-readable description of the streaming image.
|
java.lang.String |
getEc2ImageId()
The ID of an EC2 machine image with which to create the streaming image.
|
java.lang.String |
getName()
A friendly name for a streaming image resource.
|
java.lang.String |
getStudioId()
The unique identifier for a studio resource.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
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.public final java.lang.String getEc2ImageId()
CfnStreamingImageProps
getEc2ImageId
in interface CfnStreamingImageProps
public final java.lang.String getName()
CfnStreamingImageProps
getName
in interface CfnStreamingImageProps
public final java.lang.String getStudioId()
CfnStreamingImageProps
In Nimble Studio , all other resources are contained in a studio resource.
getStudioId
in interface CfnStreamingImageProps
public final java.lang.String getDescription()
CfnStreamingImageProps
getDescription
in interface CfnStreamingImageProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnStreamingImageProps
For more information, see Tag .
getTags
in interface CfnStreamingImageProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()