/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the GetResourceConfigHistory action.See
* Also:
AWS
* API Reference
The resource type.
*/ inline const ResourceType& GetResourceType() const{ return m_resourceType; } /** *The resource type.
*/ inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } /** *The resource type.
*/ inline void SetResourceType(const ResourceType& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; } /** *The resource type.
*/ inline void SetResourceType(ResourceType&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); } /** *The resource type.
*/ inline GetResourceConfigHistoryRequest& WithResourceType(const ResourceType& value) { SetResourceType(value); return *this;} /** *The resource type.
*/ inline GetResourceConfigHistoryRequest& WithResourceType(ResourceType&& value) { SetResourceType(std::move(value)); return *this;} /** *The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The ID of the resource (for example., sg-xxxxxx
).
The time stamp that indicates a later time. If not specified, current time is * taken.
*/ inline const Aws::Utils::DateTime& GetLaterTime() const{ return m_laterTime; } /** *The time stamp that indicates a later time. If not specified, current time is * taken.
*/ inline bool LaterTimeHasBeenSet() const { return m_laterTimeHasBeenSet; } /** *The time stamp that indicates a later time. If not specified, current time is * taken.
*/ inline void SetLaterTime(const Aws::Utils::DateTime& value) { m_laterTimeHasBeenSet = true; m_laterTime = value; } /** *The time stamp that indicates a later time. If not specified, current time is * taken.
*/ inline void SetLaterTime(Aws::Utils::DateTime&& value) { m_laterTimeHasBeenSet = true; m_laterTime = std::move(value); } /** *The time stamp that indicates a later time. If not specified, current time is * taken.
*/ inline GetResourceConfigHistoryRequest& WithLaterTime(const Aws::Utils::DateTime& value) { SetLaterTime(value); return *this;} /** *The time stamp that indicates a later time. If not specified, current time is * taken.
*/ inline GetResourceConfigHistoryRequest& WithLaterTime(Aws::Utils::DateTime&& value) { SetLaterTime(std::move(value)); return *this;} /** *The time stamp that indicates an earlier time. If not specified, the action * returns paginated results that contain configuration items that start when the * first configuration item was recorded.
*/ inline const Aws::Utils::DateTime& GetEarlierTime() const{ return m_earlierTime; } /** *The time stamp that indicates an earlier time. If not specified, the action * returns paginated results that contain configuration items that start when the * first configuration item was recorded.
*/ inline bool EarlierTimeHasBeenSet() const { return m_earlierTimeHasBeenSet; } /** *The time stamp that indicates an earlier time. If not specified, the action * returns paginated results that contain configuration items that start when the * first configuration item was recorded.
*/ inline void SetEarlierTime(const Aws::Utils::DateTime& value) { m_earlierTimeHasBeenSet = true; m_earlierTime = value; } /** *The time stamp that indicates an earlier time. If not specified, the action * returns paginated results that contain configuration items that start when the * first configuration item was recorded.
*/ inline void SetEarlierTime(Aws::Utils::DateTime&& value) { m_earlierTimeHasBeenSet = true; m_earlierTime = std::move(value); } /** *The time stamp that indicates an earlier time. If not specified, the action * returns paginated results that contain configuration items that start when the * first configuration item was recorded.
*/ inline GetResourceConfigHistoryRequest& WithEarlierTime(const Aws::Utils::DateTime& value) { SetEarlierTime(value); return *this;} /** *The time stamp that indicates an earlier time. If not specified, the action * returns paginated results that contain configuration items that start when the * first configuration item was recorded.
*/ inline GetResourceConfigHistoryRequest& WithEarlierTime(Aws::Utils::DateTime&& value) { SetEarlierTime(std::move(value)); return *this;} /** *The chronological order for configuration items listed. By default, the * results are listed in reverse chronological order.
*/ inline const ChronologicalOrder& GetChronologicalOrder() const{ return m_chronologicalOrder; } /** *The chronological order for configuration items listed. By default, the * results are listed in reverse chronological order.
*/ inline bool ChronologicalOrderHasBeenSet() const { return m_chronologicalOrderHasBeenSet; } /** *The chronological order for configuration items listed. By default, the * results are listed in reverse chronological order.
*/ inline void SetChronologicalOrder(const ChronologicalOrder& value) { m_chronologicalOrderHasBeenSet = true; m_chronologicalOrder = value; } /** *The chronological order for configuration items listed. By default, the * results are listed in reverse chronological order.
*/ inline void SetChronologicalOrder(ChronologicalOrder&& value) { m_chronologicalOrderHasBeenSet = true; m_chronologicalOrder = std::move(value); } /** *The chronological order for configuration items listed. By default, the * results are listed in reverse chronological order.
*/ inline GetResourceConfigHistoryRequest& WithChronologicalOrder(const ChronologicalOrder& value) { SetChronologicalOrder(value); return *this;} /** *The chronological order for configuration items listed. By default, the * results are listed in reverse chronological order.
*/ inline GetResourceConfigHistoryRequest& WithChronologicalOrder(ChronologicalOrder&& value) { SetChronologicalOrder(std::move(value)); return *this;} /** *The maximum number of configuration items returned on each page. The default * is 10. You cannot specify a number greater than 100. If you specify 0, Config * uses the default.
*/ inline int GetLimit() const{ return m_limit; } /** *The maximum number of configuration items returned on each page. The default * is 10. You cannot specify a number greater than 100. If you specify 0, Config * uses the default.
*/ inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; } /** *The maximum number of configuration items returned on each page. The default * is 10. You cannot specify a number greater than 100. If you specify 0, Config * uses the default.
*/ inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } /** *The maximum number of configuration items returned on each page. The default * is 10. You cannot specify a number greater than 100. If you specify 0, Config * uses the default.
*/ inline GetResourceConfigHistoryRequest& WithLimit(int value) { SetLimit(value); return *this;} /** *The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.
The nextToken
string returned on a previous page that you use to
* get the next page of results in a paginated response.