/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { namespace AutoScaling { namespace Model { /** */ class DescribeScalingActivitiesRequest : public AutoScalingRequest { public: AWS_AUTOSCALING_API DescribeScalingActivitiesRequest(); // 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 "DescribeScalingActivities"; } AWS_AUTOSCALING_API Aws::String SerializePayload() const override; protected: AWS_AUTOSCALING_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override; public: /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline const Aws::Vector& GetActivityIds() const{ return m_activityIds; } /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline bool ActivityIdsHasBeenSet() const { return m_activityIdsHasBeenSet; } /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline void SetActivityIds(const Aws::Vector& value) { m_activityIdsHasBeenSet = true; m_activityIds = value; } /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline void SetActivityIds(Aws::Vector&& value) { m_activityIdsHasBeenSet = true; m_activityIds = std::move(value); } /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline DescribeScalingActivitiesRequest& WithActivityIds(const Aws::Vector& value) { SetActivityIds(value); return *this;} /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline DescribeScalingActivitiesRequest& WithActivityIds(Aws::Vector&& value) { SetActivityIds(std::move(value)); return *this;} /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline DescribeScalingActivitiesRequest& AddActivityIds(const Aws::String& value) { m_activityIdsHasBeenSet = true; m_activityIds.push_back(value); return *this; } /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline DescribeScalingActivitiesRequest& AddActivityIds(Aws::String&& value) { m_activityIdsHasBeenSet = true; m_activityIds.push_back(std::move(value)); return *this; } /** *

The activity IDs of the desired scaling activities. If you omit this * property, all activities for the past six weeks are described. If unknown * activities are requested, they are ignored with no error. If you specify an Auto * Scaling group, the results are limited to that group.

Array Members: * Maximum number of 50 IDs.

*/ inline DescribeScalingActivitiesRequest& AddActivityIds(const char* value) { m_activityIdsHasBeenSet = true; m_activityIds.push_back(value); return *this; } /** *

The name of the Auto Scaling group.

*/ inline const Aws::String& GetAutoScalingGroupName() const{ return m_autoScalingGroupName; } /** *

The name of the Auto Scaling group.

*/ inline bool AutoScalingGroupNameHasBeenSet() const { return m_autoScalingGroupNameHasBeenSet; } /** *

The name of the Auto Scaling group.

*/ inline void SetAutoScalingGroupName(const Aws::String& value) { m_autoScalingGroupNameHasBeenSet = true; m_autoScalingGroupName = value; } /** *

The name of the Auto Scaling group.

*/ inline void SetAutoScalingGroupName(Aws::String&& value) { m_autoScalingGroupNameHasBeenSet = true; m_autoScalingGroupName = std::move(value); } /** *

The name of the Auto Scaling group.

*/ inline void SetAutoScalingGroupName(const char* value) { m_autoScalingGroupNameHasBeenSet = true; m_autoScalingGroupName.assign(value); } /** *

The name of the Auto Scaling group.

*/ inline DescribeScalingActivitiesRequest& WithAutoScalingGroupName(const Aws::String& value) { SetAutoScalingGroupName(value); return *this;} /** *

The name of the Auto Scaling group.

*/ inline DescribeScalingActivitiesRequest& WithAutoScalingGroupName(Aws::String&& value) { SetAutoScalingGroupName(std::move(value)); return *this;} /** *

The name of the Auto Scaling group.

*/ inline DescribeScalingActivitiesRequest& WithAutoScalingGroupName(const char* value) { SetAutoScalingGroupName(value); return *this;} /** *

Indicates whether to include scaling activity from deleted Auto Scaling * groups.

*/ inline bool GetIncludeDeletedGroups() const{ return m_includeDeletedGroups; } /** *

Indicates whether to include scaling activity from deleted Auto Scaling * groups.

*/ inline bool IncludeDeletedGroupsHasBeenSet() const { return m_includeDeletedGroupsHasBeenSet; } /** *

Indicates whether to include scaling activity from deleted Auto Scaling * groups.

*/ inline void SetIncludeDeletedGroups(bool value) { m_includeDeletedGroupsHasBeenSet = true; m_includeDeletedGroups = value; } /** *

Indicates whether to include scaling activity from deleted Auto Scaling * groups.

*/ inline DescribeScalingActivitiesRequest& WithIncludeDeletedGroups(bool value) { SetIncludeDeletedGroups(value); return *this;} /** *

The maximum number of items to return with this call. The default value is * 100 and the maximum value is 100.

*/ inline int GetMaxRecords() const{ return m_maxRecords; } /** *

The maximum number of items to return with this call. The default value is * 100 and the maximum value is 100.

*/ inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; } /** *

The maximum number of items to return with this call. The default value is * 100 and the maximum value is 100.

*/ inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; } /** *

The maximum number of items to return with this call. The default value is * 100 and the maximum value is 100.

*/ inline DescribeScalingActivitiesRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;} /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline DescribeScalingActivitiesRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline DescribeScalingActivitiesRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *

The token for the next set of items to return. (You received this token from * a previous call.)

*/ inline DescribeScalingActivitiesRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector m_activityIds; bool m_activityIdsHasBeenSet = false; Aws::String m_autoScalingGroupName; bool m_autoScalingGroupNameHasBeenSet = false; bool m_includeDeletedGroups; bool m_includeDeletedGroupsHasBeenSet = false; int m_maxRecords; bool m_maxRecordsHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; }; } // namespace Model } // namespace AutoScaling } // namespace Aws