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