Class UpdateTraceSegmentDestinationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.xray.transform.UpdateTraceSegmentDestinationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateTraceSegmentDestinationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateTraceSegmentDestinationRequest>- Parameters:
updateTraceSegmentDestinationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-