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