@Generated(value="software.amazon.awssdk:codegen") public class TracingConfigResponse extends Object implements StructuredPojo, ToCopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
Parent object of the tracing information associated with your Lambda function.
Modifier and Type | Class and Description |
---|---|
static interface |
TracingConfigResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static TracingConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
TracingMode |
mode()
The tracing mode associated with your Lambda function.
|
String |
modeAsString()
The tracing mode associated with your Lambda function.
|
static Class<? extends TracingConfigResponse.Builder> |
serializableBuilderClass() |
TracingConfigResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public TracingMode mode()
The tracing mode associated with your Lambda function.
If the service returns an enum value that is not available in the current SDK version, mode
will return
TracingMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modeAsString()
.
TracingMode
public String modeAsString()
The tracing mode associated with your Lambda function.
If the service returns an enum value that is not available in the current SDK version, mode
will return
TracingMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
modeAsString()
.
TracingMode
public TracingConfigResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
public static TracingConfigResponse.Builder builder()
public static Class<? extends TracingConfigResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.