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