@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.Telemetry
public String getTelemetry()
Telemetry
public TelemetryConfigurationUpdate withTelemetry(String telemetry)
telemetry
- Configure telemetry to be on or off.Telemetry
public TelemetryConfigurationUpdate withTelemetry(Telemetry telemetry)
telemetry
- Configure telemetry to be on or off.Telemetry
public String toString()
toString
in class Object
Object.toString()
public TelemetryConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.