7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename RegionNameT = Aws::String>
60 void SetRegionName(RegionNameT&& value) { m_regionNameHasBeenSet =
true; m_regionName = std::forward<RegionNameT>(value); }
61 template<
typename RegionNameT = Aws::String>
71 template<
typename SourceAccountPoolIdT = Aws::String>
72 void SetSourceAccountPoolId(SourceAccountPoolIdT&& value) { m_sourceAccountPoolIdHasBeenSet =
true; m_sourceAccountPoolId = std::forward<SourceAccountPoolIdT>(value); }
73 template<
typename SourceAccountPoolIdT = Aws::String>
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_regionNameHasBeenSet =
false;
85 bool m_sourceAccountPoolIdHasBeenSet =
false;
EnvironmentResolvedAccount & WithSourceAccountPoolId(SourceAccountPoolIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSourceAccountPoolId() const
const Aws::String & GetRegionName() const
void SetRegionName(RegionNameT &&value)
bool SourceAccountPoolIdHasBeenSet() const
AWS_DATAZONE_API EnvironmentResolvedAccount()=default
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool RegionNameHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
EnvironmentResolvedAccount & WithAwsAccountId(AwsAccountIdT &&value)
AWS_DATAZONE_API EnvironmentResolvedAccount(Aws::Utils::Json::JsonView jsonValue)
void SetSourceAccountPoolId(SourceAccountPoolIdT &&value)
EnvironmentResolvedAccount & WithRegionName(RegionNameT &&value)
AWS_DATAZONE_API EnvironmentResolvedAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue