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