7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AwsAccountIdT = Aws::String>
47 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
48 template<
typename AwsAccountIdT = Aws::String>
58 template<
typename AwsAccountIdPathT = Aws::String>
59 void SetAwsAccountIdPath(AwsAccountIdPathT&& value) { m_awsAccountIdPathHasBeenSet =
true; m_awsAccountIdPath = std::forward<AwsAccountIdPathT>(value); }
60 template<
typename AwsAccountIdPathT = Aws::String>
66 bool m_awsAccountIdHasBeenSet =
false;
69 bool m_awsAccountIdPathHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_DATAZONE_API AwsAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsAccount & WithAwsAccountIdPath(AwsAccountIdPathT &&value)
AWS_DATAZONE_API AwsAccount(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API AwsAccount()=default
bool AwsAccountIdPathHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AwsAccount & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
const Aws::String & GetAwsAccountIdPath() const
void SetAwsAccountIdPath(AwsAccountIdPathT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue