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