@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsStepFunctionStateMachineTracingConfigurationDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies whether X-Ray tracing is enabled.
Constructor and Description |
---|
AwsStepFunctionStateMachineTracingConfigurationDetails() |
Modifier and Type | Method and Description |
---|---|
AwsStepFunctionStateMachineTracingConfigurationDetails |
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
When set to true, X-Ray tracing is enabled.
|
String |
toString()
Returns a string representation of this object.
|
AwsStepFunctionStateMachineTracingConfigurationDetails |
withEnabled(Boolean enabled)
When set to true, X-Ray tracing is enabled.
|
public AwsStepFunctionStateMachineTracingConfigurationDetails()
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.
public AwsStepFunctionStateMachineTracingConfigurationDetails 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.
public String toString()
toString
in class Object
Object.toString()
public AwsStepFunctionStateMachineTracingConfigurationDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.