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