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