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