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