7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename AwsAccountIdT = Aws::String>
43 m_awsAccountIdHasBeenSet =
true;
44 m_awsAccountId = std::forward<AwsAccountIdT>(value);
46 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename SupportedRegionsT = Aws::Vector<Aws::String>>
61 m_supportedRegionsHasBeenSet =
true;
62 m_supportedRegions = std::forward<SupportedRegionsT>(value);
64 template <
typename SupportedRegionsT = Aws::Vector<Aws::String>>
69 template <
typename SupportedRegionsT = Aws::String>
71 m_supportedRegionsHasBeenSet =
true;
72 m_supportedRegions.emplace_back(std::forward<SupportedRegionsT>(value));
83 template <
typename AwsAccountNameT = Aws::String>
85 m_awsAccountNameHasBeenSet =
true;
86 m_awsAccountName = std::forward<AwsAccountNameT>(value);
88 template <
typename AwsAccountNameT = Aws::String>
100 bool m_awsAccountIdHasBeenSet =
false;
101 bool m_supportedRegionsHasBeenSet =
false;
102 bool m_awsAccountNameHasBeenSet =
false;
bool SupportedRegionsHasBeenSet() const
AWS_DATAZONE_API AccountInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAwsAccountId() const
AccountInfo & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_DATAZONE_API AccountInfo()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AccountInfo & WithSupportedRegions(SupportedRegionsT &&value)
bool AwsAccountNameHasBeenSet() const
AWS_DATAZONE_API AccountInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAwsAccountName() const
void SetAwsAccountId(AwsAccountIdT &&value)
AccountInfo & AddSupportedRegions(SupportedRegionsT &&value)
void SetAwsAccountName(AwsAccountNameT &&value)
const Aws::Vector< Aws::String > & GetSupportedRegions() const
AccountInfo & WithAwsAccountName(AwsAccountNameT &&value)
void SetSupportedRegions(SupportedRegionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue