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