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