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