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