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