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