7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename AwsAccountIdPathT = Aws::String>
60 m_awsAccountIdPathHasBeenSet =
true;
61 m_awsAccountIdPath = std::forward<AwsAccountIdPathT>(value);
63 template <
typename AwsAccountIdPathT = Aws::String>
73 bool m_awsAccountIdHasBeenSet =
false;
74 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