Class GetTraceSegmentDestinationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.xray.transform.GetTraceSegmentDestinationRequestMarshaller
- All Implemented Interfaces:
 Marshaller<GetTraceSegmentDestinationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetTraceSegmentDestinationRequestMarshaller
extends Object
implements Marshaller<GetTraceSegmentDestinationRequest>
GetTraceSegmentDestinationRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionGetTraceSegmentDestinationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetTraceSegmentDestinationRequest getTraceSegmentDestinationRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
GetTraceSegmentDestinationRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(GetTraceSegmentDestinationRequest getTraceSegmentDestinationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetTraceSegmentDestinationRequest>- Parameters:
 getTraceSegmentDestinationRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -