Class ListVpcEndpointsForDomainRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.elasticsearch.transform.ListVpcEndpointsForDomainRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListVpcEndpointsForDomainRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListVpcEndpointsForDomainRequestMarshaller
extends Object
implements Marshaller<ListVpcEndpointsForDomainRequest>
ListVpcEndpointsForDomainRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListVpcEndpointsForDomainRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListVpcEndpointsForDomainRequest listVpcEndpointsForDomainRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListVpcEndpointsForDomainRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ListVpcEndpointsForDomainRequest listVpcEndpointsForDomainRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListVpcEndpointsForDomainRequest>
- Parameters:
- listVpcEndpointsForDomainRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-