@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 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, X-Ray tracing is enabled. | 
int | 
hashCode()  | 
Boolean | 
isEnabled()
 When set to  
true, X-Ray tracing is enabled. | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)  | 
void | 
setEnabled(Boolean enabled)
 When set to  
true, X-Ray tracing is enabled. | 
String | 
toString()
Returns a string representation of this object. 
 | 
TracingConfiguration | 
withEnabled(Boolean enabled)
 When set to  
true, X-Ray tracing is enabled. | 
public void setEnabled(Boolean enabled)
 When set to true, X-Ray tracing is enabled.
 
enabled - When set to true, X-Ray tracing is enabled.public Boolean getEnabled()
 When set to true, X-Ray tracing is enabled.
 
true, X-Ray tracing is enabled.public TracingConfiguration withEnabled(Boolean enabled)
 When set to true, X-Ray tracing is enabled.
 
enabled - When set to true, X-Ray tracing is enabled.public Boolean isEnabled()
 When set to true, X-Ray tracing is enabled.
 
true, X-Ray tracing is enabled.public String toString()
toString in class ObjectObject.toString()public TracingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.