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