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