201 lines
9.6 KiB
C++
201 lines
9.6 KiB
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <aws/autoscaling/AutoScaling_EXPORTS.h>
|
|
#include <aws/autoscaling/AutoScalingRequest.h>
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|
#include <aws/core/utils/memory/stl/AWSVector.h>
|
|
#include <utility>
|
|
|
|
namespace Aws
|
|
{
|
|
namespace AutoScaling
|
|
{
|
|
namespace Model
|
|
{
|
|
|
|
/**
|
|
*/
|
|
class AWS_AUTOSCALING_API SuspendProcessesRequest : public AutoScalingRequest
|
|
{
|
|
public:
|
|
SuspendProcessesRequest();
|
|
|
|
// Service request name is the Operation name which will send this request out,
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|
// so we can not get operation's name from response.
|
|
inline virtual const char* GetServiceRequestName() const override { return "SuspendProcesses"; }
|
|
|
|
Aws::String SerializePayload() const override;
|
|
|
|
protected:
|
|
void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
|
|
|
|
public:
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline const Aws::String& GetAutoScalingGroupName() const{ return m_autoScalingGroupName; }
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline bool AutoScalingGroupNameHasBeenSet() const { return m_autoScalingGroupNameHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline void SetAutoScalingGroupName(const Aws::String& value) { m_autoScalingGroupNameHasBeenSet = true; m_autoScalingGroupName = value; }
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline void SetAutoScalingGroupName(Aws::String&& value) { m_autoScalingGroupNameHasBeenSet = true; m_autoScalingGroupName = std::move(value); }
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline void SetAutoScalingGroupName(const char* value) { m_autoScalingGroupNameHasBeenSet = true; m_autoScalingGroupName.assign(value); }
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& WithAutoScalingGroupName(const Aws::String& value) { SetAutoScalingGroupName(value); return *this;}
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& WithAutoScalingGroupName(Aws::String&& value) { SetAutoScalingGroupName(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The name of the Auto Scaling group.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& WithAutoScalingGroupName(const char* value) { SetAutoScalingGroupName(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline const Aws::Vector<Aws::String>& GetScalingProcesses() const{ return m_scalingProcesses; }
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline bool ScalingProcessesHasBeenSet() const { return m_scalingProcessesHasBeenSet; }
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline void SetScalingProcesses(const Aws::Vector<Aws::String>& value) { m_scalingProcessesHasBeenSet = true; m_scalingProcesses = value; }
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline void SetScalingProcesses(Aws::Vector<Aws::String>&& value) { m_scalingProcessesHasBeenSet = true; m_scalingProcesses = std::move(value); }
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& WithScalingProcesses(const Aws::Vector<Aws::String>& value) { SetScalingProcesses(value); return *this;}
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& WithScalingProcesses(Aws::Vector<Aws::String>&& value) { SetScalingProcesses(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& AddScalingProcesses(const Aws::String& value) { m_scalingProcessesHasBeenSet = true; m_scalingProcesses.push_back(value); return *this; }
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& AddScalingProcesses(Aws::String&& value) { m_scalingProcessesHasBeenSet = true; m_scalingProcesses.push_back(std::move(value)); return *this; }
|
|
|
|
/**
|
|
* <p>One or more of the following processes:</p> <ul> <li> <p> <code>Launch</code>
|
|
* </p> </li> <li> <p> <code>Terminate</code> </p> </li> <li> <p>
|
|
* <code>AddToLoadBalancer</code> </p> </li> <li> <p>
|
|
* <code>AlarmNotification</code> </p> </li> <li> <p> <code>AZRebalance</code> </p>
|
|
* </li> <li> <p> <code>HealthCheck</code> </p> </li> <li> <p>
|
|
* <code>InstanceRefresh</code> </p> </li> <li> <p> <code>ReplaceUnhealthy</code>
|
|
* </p> </li> <li> <p> <code>ScheduledActions</code> </p> </li> </ul> <p>If you
|
|
* omit this parameter, all processes are specified.</p>
|
|
*/
|
|
inline SuspendProcessesRequest& AddScalingProcesses(const char* value) { m_scalingProcessesHasBeenSet = true; m_scalingProcesses.push_back(value); return *this; }
|
|
|
|
private:
|
|
|
|
Aws::String m_autoScalingGroupName;
|
|
bool m_autoScalingGroupNameHasBeenSet;
|
|
|
|
Aws::Vector<Aws::String> m_scalingProcesses;
|
|
bool m_scalingProcessesHasBeenSet;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace AutoScaling
|
|
} // namespace Aws
|