@Generated(value="software.amazon.awssdk:codegen") public final class TracingConfigResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
The function's AWS X-Ray tracing configuration.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | TracingConfigResponse.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static TracingConfigResponse.Builder | builder() | 
| boolean | equals(Object obj) | 
| boolean | equalsBySdkFields(Object obj) | 
| <T> Optional<T> | getValueForField(String fieldName,
                Class<T> clazz) | 
| int | hashCode() | 
| TracingMode | mode()
 The tracing mode. | 
| String | modeAsString()
 The tracing mode. | 
| List<SdkField<?>> | sdkFields() | 
| static Class<? extends TracingConfigResponse.Builder> | serializableBuilderClass() | 
| TracingConfigResponse.Builder | toBuilder() | 
| String | toString()Returns a string representation of this object. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic TracingMode mode()
The tracing mode.
 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().
 
TracingModepublic String modeAsString()
The tracing mode.
 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().
 
TracingModepublic TracingConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>public static TracingConfigResponse.Builder builder()
public static Class<? extends TracingConfigResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.