This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/EnableMetricsCollectionRequest.h

325 lines
16 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 EnableMetricsCollectionRequest : public AutoScalingRequest
{
public:
EnableMetricsCollectionRequest();
// 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 "EnableMetricsCollection"; }
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 EnableMetricsCollectionRequest& WithAutoScalingGroupName(const Aws::String& value) { SetAutoScalingGroupName(value); return *this;}
/**
* <p>The name of the Auto Scaling group.</p>
*/
inline EnableMetricsCollectionRequest& WithAutoScalingGroupName(Aws::String&& value) { SetAutoScalingGroupName(std::move(value)); return *this;}
/**
* <p>The name of the Auto Scaling group.</p>
*/
inline EnableMetricsCollectionRequest& WithAutoScalingGroupName(const char* value) { SetAutoScalingGroupName(value); return *this;}
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline const Aws::Vector<Aws::String>& GetMetrics() const{ return m_metrics; }
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline bool MetricsHasBeenSet() const { return m_metricsHasBeenSet; }
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline void SetMetrics(const Aws::Vector<Aws::String>& value) { m_metricsHasBeenSet = true; m_metrics = value; }
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline void SetMetrics(Aws::Vector<Aws::String>&& value) { m_metricsHasBeenSet = true; m_metrics = std::move(value); }
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline EnableMetricsCollectionRequest& WithMetrics(const Aws::Vector<Aws::String>& value) { SetMetrics(value); return *this;}
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline EnableMetricsCollectionRequest& WithMetrics(Aws::Vector<Aws::String>&& value) { SetMetrics(std::move(value)); return *this;}
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline EnableMetricsCollectionRequest& AddMetrics(const Aws::String& value) { m_metricsHasBeenSet = true; m_metrics.push_back(value); return *this; }
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline EnableMetricsCollectionRequest& AddMetrics(Aws::String&& value) { m_metricsHasBeenSet = true; m_metrics.push_back(std::move(value)); return *this; }
/**
* <p>Specifies which group-level metrics to start collecting. You can specify one
* or more of the following metrics:</p> <ul> <li> <p> <code>GroupMinSize</code>
* </p> </li> <li> <p> <code>GroupMaxSize</code> </p> </li> <li> <p>
* <code>GroupDesiredCapacity</code> </p> </li> <li> <p>
* <code>GroupInServiceInstances</code> </p> </li> <li> <p>
* <code>GroupPendingInstances</code> </p> </li> <li> <p>
* <code>GroupStandbyInstances</code> </p> </li> <li> <p>
* <code>GroupTerminatingInstances</code> </p> </li> <li> <p>
* <code>GroupTotalInstances</code> </p> </li> </ul> <p>The instance weighting
* feature supports the following additional metrics: </p> <ul> <li> <p>
* <code>GroupInServiceCapacity</code> </p> </li> <li> <p>
* <code>GroupPendingCapacity</code> </p> </li> <li> <p>
* <code>GroupStandbyCapacity</code> </p> </li> <li> <p>
* <code>GroupTerminatingCapacity</code> </p> </li> <li> <p>
* <code>GroupTotalCapacity</code> </p> </li> </ul> <p>If you omit this parameter,
* all metrics are enabled. </p>
*/
inline EnableMetricsCollectionRequest& AddMetrics(const char* value) { m_metricsHasBeenSet = true; m_metrics.push_back(value); return *this; }
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline const Aws::String& GetGranularity() const{ return m_granularity; }
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline bool GranularityHasBeenSet() const { return m_granularityHasBeenSet; }
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline void SetGranularity(const Aws::String& value) { m_granularityHasBeenSet = true; m_granularity = value; }
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline void SetGranularity(Aws::String&& value) { m_granularityHasBeenSet = true; m_granularity = std::move(value); }
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline void SetGranularity(const char* value) { m_granularityHasBeenSet = true; m_granularity.assign(value); }
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline EnableMetricsCollectionRequest& WithGranularity(const Aws::String& value) { SetGranularity(value); return *this;}
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline EnableMetricsCollectionRequest& WithGranularity(Aws::String&& value) { SetGranularity(std::move(value)); return *this;}
/**
* <p>The granularity to associate with the metrics to collect. The only valid
* value is <code>1Minute</code>.</p>
*/
inline EnableMetricsCollectionRequest& WithGranularity(const char* value) { SetGranularity(value); return *this;}
private:
Aws::String m_autoScalingGroupName;
bool m_autoScalingGroupNameHasBeenSet;
Aws::Vector<Aws::String> m_metrics;
bool m_metricsHasBeenSet;
Aws::String m_granularity;
bool m_granularityHasBeenSet;
};
} // namespace Model
} // namespace AutoScaling
} // namespace Aws