@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TracingConfigResponse extends Object implements Serializable, Cloneable, StructuredPojo
Parent object of the tracing information associated with your Lambda function.
Constructor and Description |
---|
TracingConfigResponse() |
Modifier and Type | Method and Description |
---|---|
TracingConfigResponse |
clone() |
boolean |
equals(Object obj) |
String |
getMode()
The tracing mode associated with your Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMode(String mode)
The tracing mode associated with your Lambda function.
|
void |
setMode(TracingMode mode)
The tracing mode associated with your Lambda function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TracingConfigResponse |
withMode(String mode)
The tracing mode associated with your Lambda function.
|
TracingConfigResponse |
withMode(TracingMode mode)
The tracing mode associated with your Lambda function.
|
public void setMode(String mode)
The tracing mode associated with your Lambda function.
mode
- The tracing mode associated with your Lambda function.TracingMode
public String getMode()
The tracing mode associated with your Lambda function.
TracingMode
public TracingConfigResponse withMode(String mode)
The tracing mode associated with your Lambda function.
mode
- The tracing mode associated with your Lambda function.TracingMode
public void setMode(TracingMode mode)
The tracing mode associated with your Lambda function.
mode
- The tracing mode associated with your Lambda function.TracingMode
public TracingConfigResponse withMode(TracingMode mode)
The tracing mode associated with your Lambda function.
mode
- The tracing mode associated with your Lambda function.TracingMode
public String toString()
toString
in class Object
Object.toString()
public TracingConfigResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.