Class GetTraceSegmentDestinationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.xray.transform.GetTraceSegmentDestinationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetTraceSegmentDestinationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetTraceSegmentDestinationRequest>
- Parameters:
getTraceSegmentDestinationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-