@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.ConfigurationSyncStatuspublic String getConfigurationSyncStatus()
ConfigurationSyncStatuspublic TelemetryConfiguration withConfigurationSyncStatus(String configurationSyncStatus)
configurationSyncStatus - Synchronization status of the device reported configuration with the desired configuration.ConfigurationSyncStatuspublic TelemetryConfiguration withConfigurationSyncStatus(ConfigurationSyncStatus configurationSyncStatus)
configurationSyncStatus - Synchronization status of the device reported configuration with the desired configuration.ConfigurationSyncStatuspublic void setTelemetry(String telemetry)
telemetry - Configure telemetry to be on or off.Telemetrypublic String getTelemetry()
Telemetrypublic TelemetryConfiguration withTelemetry(String telemetry)
telemetry - Configure telemetry to be on or off.Telemetrypublic TelemetryConfiguration withTelemetry(Telemetry telemetry)
telemetry - Configure telemetry to be on or off.Telemetrypublic String toString()
toString in class ObjectObject.toString()public TelemetryConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.