7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
55 bool m_arnHasBeenSet =
false;
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
AWS_DATAZONE_API IamUserProfileDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API IamUserProfileDetails()=default
void SetArn(ArnT &&value)
IamUserProfileDetails & WithArn(ArnT &&value)
AWS_DATAZONE_API IamUserProfileDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue