@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TelemetryConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TelemetryConfiguration() |
Modifier and Type | Method and Description |
---|---|
TelemetryConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSyncStatus()
Synchronization status of the device reported configuration with the desired configuration.
|
String |
getTelemetry()
Configure telemetry to be on or off.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigurationSyncStatus(String configurationSyncStatus)
Synchronization status of the device reported configuration with the desired configuration.
|
void |
setTelemetry(String telemetry)
Configure telemetry to be on or off.
|
String |
toString()
Returns a string representation of this object.
|
TelemetryConfiguration |
withConfigurationSyncStatus(ConfigurationSyncStatus configurationSyncStatus)
Synchronization status of the device reported configuration with the desired configuration.
|
TelemetryConfiguration |
withConfigurationSyncStatus(String configurationSyncStatus)
Synchronization status of the device reported configuration with the desired configuration.
|
TelemetryConfiguration |
withTelemetry(String telemetry)
Configure telemetry to be on or off.
|
TelemetryConfiguration |
withTelemetry(Telemetry telemetry)
Configure telemetry to be on or off.
|
public void setConfigurationSyncStatus(String configurationSyncStatus)
configurationSyncStatus
- Synchronization status of the device reported configuration with the desired configuration.ConfigurationSyncStatus
public String getConfigurationSyncStatus()
ConfigurationSyncStatus
public TelemetryConfiguration withConfigurationSyncStatus(String configurationSyncStatus)
configurationSyncStatus
- Synchronization status of the device reported configuration with the desired configuration.ConfigurationSyncStatus
public TelemetryConfiguration withConfigurationSyncStatus(ConfigurationSyncStatus configurationSyncStatus)
configurationSyncStatus
- Synchronization status of the device reported configuration with the desired configuration.ConfigurationSyncStatus
public void setTelemetry(String telemetry)
telemetry
- Configure telemetry to be on or off.Telemetry
public String getTelemetry()
Telemetry
public TelemetryConfiguration withTelemetry(String telemetry)
telemetry
- Configure telemetry to be on or off.Telemetry
public TelemetryConfiguration withTelemetry(Telemetry telemetry)
telemetry
- Configure telemetry to be on or off.Telemetry
public String toString()
toString
in class Object
Object.toString()
public TelemetryConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.