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