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