7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/DeploymentLifecycleHookAction.h>
40 template <
typename ServiceDeploymentArnT = Aws::String>
42 m_serviceDeploymentArnHasBeenSet =
true;
43 m_serviceDeploymentArn = std::forward<ServiceDeploymentArnT>(value);
45 template <
typename ServiceDeploymentArnT = Aws::String>
62 template <
typename HookIdT = Aws::String>
64 m_hookIdHasBeenSet =
true;
65 m_hookId = std::forward<HookIdT>(value);
67 template <
typename HookIdT = Aws::String>
85 m_actionHasBeenSet =
true;
99 bool m_serviceDeploymentArnHasBeenSet =
false;
100 bool m_hookIdHasBeenSet =
false;
101 bool m_actionHasBeenSet =
false;
void SetHookId(HookIdT &&value)
ContinueServiceDeploymentRequest & WithAction(DeploymentLifecycleHookAction value)
AWS_ECS_API ContinueServiceDeploymentRequest()=default
ContinueServiceDeploymentRequest & WithHookId(HookIdT &&value)
void SetServiceDeploymentArn(ServiceDeploymentArnT &&value)
void SetAction(DeploymentLifecycleHookAction value)
AWS_ECS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeploymentLifecycleHookAction GetAction() const
bool ActionHasBeenSet() const
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetServiceDeploymentArn() const
ContinueServiceDeploymentRequest & WithServiceDeploymentArn(ServiceDeploymentArnT &&value)
bool ServiceDeploymentArnHasBeenSet() const
bool HookIdHasBeenSet() const
const Aws::String & GetHookId() const
DeploymentLifecycleHookAction
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String