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