@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TracingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Selects whether or not the state machine's AWS X-Ray tracing is enabled. Default is false
Constructor and Description |
---|
TracingConfiguration() |
Modifier and Type | Method and Description |
---|---|
TracingConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
When set to
true , AWS X-Ray tracing is enabled. |
int |
hashCode() |
Boolean |
isEnabled()
When set to
true , AWS X-Ray tracing is enabled. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
When set to
true , AWS X-Ray tracing is enabled. |
String |
toString()
Returns a string representation of this object.
|
TracingConfiguration |
withEnabled(Boolean enabled)
When set to
true , AWS X-Ray tracing is enabled. |
public void setEnabled(Boolean enabled)
When set to true
, AWS X-Ray tracing is enabled.
enabled
- When set to true
, AWS X-Ray tracing is enabled.public Boolean getEnabled()
When set to true
, AWS X-Ray tracing is enabled.
true
, AWS X-Ray tracing is enabled.public TracingConfiguration withEnabled(Boolean enabled)
When set to true
, AWS X-Ray tracing is enabled.
enabled
- When set to true
, AWS X-Ray tracing is enabled.public Boolean isEnabled()
When set to true
, AWS X-Ray tracing is enabled.
true
, AWS X-Ray tracing is enabled.public String toString()
toString
in class Object
Object.toString()
public TracingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.