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