public static final class CfnDeviceFleetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeviceFleetProps
CfnDeviceFleetProps
CfnDeviceFleetProps.Builder, CfnDeviceFleetProps.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 description of the fleet.
|
java.lang.String |
getDeviceFleetName()
Name of the device fleet.
|
java.lang.Object |
getOutputConfig()
The output configuration for storing sample data collected by the fleet.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs that contain metadata to help you categorize and organize your device fleets.
|
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 getDeviceFleetName()
CfnDeviceFleetProps
getDeviceFleetName
in interface CfnDeviceFleetProps
public final java.lang.Object getOutputConfig()
CfnDeviceFleetProps
getOutputConfig
in interface CfnDeviceFleetProps
public final java.lang.String getRoleArn()
CfnDeviceFleetProps
getRoleArn
in interface CfnDeviceFleetProps
public final java.lang.String getDescription()
CfnDeviceFleetProps
getDescription
in interface CfnDeviceFleetProps
public final java.util.List<CfnTag> getTags()
CfnDeviceFleetProps
Each tag consists of a key and a value, both of which you define.
getTags
in interface CfnDeviceFleetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()