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