7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/devops-guru/DevOpsGuruRequest.h>
11#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
41 template <
typename FromTimeT = Aws::Utils::DateTime>
43 m_fromTimeHasBeenSet =
true;
44 m_fromTime = std::forward<FromTimeT>(value);
46 template <
typename FromTimeT = Aws::Utils::DateTime>
61 template <
typename ToTimeT = Aws::Utils::DateTime>
63 m_toTimeHasBeenSet =
true;
64 m_toTime = std::forward<ToTimeT>(value);
66 template <
typename ToTimeT = Aws::Utils::DateTime>
79 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
81 m_accountIdsHasBeenSet =
true;
82 m_accountIds = std::forward<AccountIdsT>(value);
84 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
89 template <
typename AccountIdsT = Aws::String>
91 m_accountIdsHasBeenSet =
true;
92 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
103 template <
typename OrganizationalUnitIdsT = Aws::Vector<Aws::String>>
105 m_organizationalUnitIdsHasBeenSet =
true;
106 m_organizationalUnitIds = std::forward<OrganizationalUnitIdsT>(value);
108 template <
typename OrganizationalUnitIdsT = Aws::Vector<Aws::String>>
113 template <
typename OrganizationalUnitIdsT = Aws::String>
115 m_organizationalUnitIdsHasBeenSet =
true;
116 m_organizationalUnitIds.emplace_back(std::forward<OrganizationalUnitIdsT>(value));
122 bool m_fromTimeHasBeenSet =
false;
125 bool m_toTimeHasBeenSet =
false;
128 bool m_accountIdsHasBeenSet =
false;
131 bool m_organizationalUnitIdsHasBeenSet =
false;
DescribeOrganizationOverviewRequest & WithFromTime(FromTimeT &&value)
bool ToTimeHasBeenSet() const
bool AccountIdsHasBeenSet() const
const Aws::Utils::DateTime & GetFromTime() const
const Aws::Utils::DateTime & GetToTime() const
DescribeOrganizationOverviewRequest & WithAccountIds(AccountIdsT &&value)
DescribeOrganizationOverviewRequest & AddOrganizationalUnitIds(OrganizationalUnitIdsT &&value)
bool FromTimeHasBeenSet() const
const Aws::Vector< Aws::String > & GetOrganizationalUnitIds() const
DescribeOrganizationOverviewRequest & WithToTime(ToTimeT &&value)
virtual const char * GetServiceRequestName() const override
void SetFromTime(FromTimeT &&value)
DescribeOrganizationOverviewRequest & WithOrganizationalUnitIds(OrganizationalUnitIdsT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
void SetOrganizationalUnitIds(OrganizationalUnitIdsT &&value)
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
DescribeOrganizationOverviewRequest & AddAccountIds(AccountIdsT &&value)
AWS_DEVOPSGURU_API DescribeOrganizationOverviewRequest()=default
void SetToTime(ToTimeT &&value)
bool OrganizationalUnitIdsHasBeenSet() const
void SetAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector