7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
58 template <
typename PrincipalIdT = Aws::String>
60 m_principalIdHasBeenSet =
true;
61 m_principalId = std::forward<PrincipalIdT>(value);
63 template <
typename PrincipalIdT = Aws::String>
76 template <
typename SessionNameT = Aws::String>
78 m_sessionNameHasBeenSet =
true;
79 m_sessionName = std::forward<SessionNameT>(value);
81 template <
typename SessionNameT = Aws::String>
96 template <
typename GroupProfileIdT = Aws::String>
98 m_groupProfileIdHasBeenSet =
true;
99 m_groupProfileId = std::forward<GroupProfileIdT>(value);
101 template <
typename GroupProfileIdT = Aws::String>
115 bool m_arnHasBeenSet =
false;
116 bool m_principalIdHasBeenSet =
false;
117 bool m_sessionNameHasBeenSet =
false;
118 bool m_groupProfileIdHasBeenSet =
false;
bool SessionNameHasBeenSet() const
void SetSessionName(SessionNameT &&value)
IamUserProfileDetails & WithGroupProfileId(GroupProfileIdT &&value)
void SetPrincipalId(PrincipalIdT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
AWS_DATAZONE_API IamUserProfileDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrincipalIdHasBeenSet() const
AWS_DATAZONE_API IamUserProfileDetails()=default
void SetArn(ArnT &&value)
IamUserProfileDetails & WithArn(ArnT &&value)
const Aws::String & GetGroupProfileId() const
const Aws::String & GetPrincipalId() const
AWS_DATAZONE_API IamUserProfileDetails(Aws::Utils::Json::JsonView jsonValue)
IamUserProfileDetails & WithPrincipalId(PrincipalIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupProfileIdHasBeenSet() const
void SetGroupProfileId(GroupProfileIdT &&value)
IamUserProfileDetails & WithSessionName(SessionNameT &&value)
const Aws::String & GetSessionName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue