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