7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
10#include <aws/outposts/model/AWSServiceName.h>
44 template <
typename InstancesT = Aws::Vector<Aws::String>>
46 m_instancesHasBeenSet =
true;
47 m_instances = std::forward<InstancesT>(value);
49 template <
typename InstancesT = Aws::Vector<Aws::String>>
54 template <
typename InstancesT = Aws::String>
56 m_instancesHasBeenSet =
true;
57 m_instances.emplace_back(std::forward<InstancesT>(value));
68 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
70 m_accountIdsHasBeenSet =
true;
71 m_accountIds = std::forward<AccountIdsT>(value);
73 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
78 template <
typename AccountIdsT = Aws::String>
80 m_accountIdsHasBeenSet =
true;
81 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
93 template <
typename ServicesT = Aws::Vector<AWSServiceName>>
95 m_servicesHasBeenSet =
true;
96 m_services = std::forward<ServicesT>(value);
98 template <
typename ServicesT = Aws::Vector<AWSServiceName>>
104 m_servicesHasBeenSet =
true;
105 m_services.push_back(value);
115 bool m_instancesHasBeenSet =
false;
116 bool m_accountIdsHasBeenSet =
false;
117 bool m_servicesHasBeenSet =
false;
const Aws::Vector< AWSServiceName > & GetServices() const
const Aws::Vector< Aws::String > & GetInstances() const
bool ServicesHasBeenSet() const
InstancesToExclude & WithServices(ServicesT &&value)
AWS_OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool InstancesHasBeenSet() const
bool AccountIdsHasBeenSet() const
InstancesToExclude & AddServices(AWSServiceName value)
AWS_OUTPOSTS_API InstancesToExclude(Aws::Utils::Json::JsonView jsonValue)
InstancesToExclude & WithAccountIds(AccountIdsT &&value)
InstancesToExclude & AddInstances(InstancesT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
AWS_OUTPOSTS_API InstancesToExclude()=default
void SetServices(ServicesT &&value)
void SetAccountIds(AccountIdsT &&value)
InstancesToExclude & AddAccountIds(AccountIdsT &&value)
AWS_OUTPOSTS_API InstancesToExclude & operator=(Aws::Utils::Json::JsonView jsonValue)
InstancesToExclude & WithInstances(InstancesT &&value)
void SetInstances(InstancesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue