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