Class AssociatePackageRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.opensearch.transform.AssociatePackageRequestMarshaller
- All Implemented Interfaces:
- Marshaller<AssociatePackageRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class AssociatePackageRequestMarshaller
extends Object
implements Marshaller<AssociatePackageRequest>
AssociatePackageRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionAssociatePackageRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(AssociatePackageRequest associatePackageRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
AssociatePackageRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<AssociatePackageRequest>
- Parameters:
- associatePackageRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-