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