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