7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mpa/MPA_EXPORTS.h>
10#include <aws/mpa/model/IdentityStatus.h>
42 template <
typename ApproverIdT = Aws::String>
44 m_approverIdHasBeenSet =
true;
45 m_approverId = std::forward<ApproverIdT>(value);
47 template <
typename ApproverIdT = Aws::String>
60 template <
typename ResponseTimeT = Aws::Utils::DateTime>
62 m_responseTimeHasBeenSet =
true;
63 m_responseTime = std::forward<ResponseTimeT>(value);
65 template <
typename ResponseTimeT = Aws::Utils::DateTime>
78 template <
typename PrimaryIdentityIdT = Aws::String>
80 m_primaryIdentityIdHasBeenSet =
true;
81 m_primaryIdentityId = std::forward<PrimaryIdentityIdT>(value);
83 template <
typename PrimaryIdentityIdT = Aws::String>
97 template <
typename PrimaryIdentitySourceArnT = Aws::String>
99 m_primaryIdentitySourceArnHasBeenSet =
true;
100 m_primaryIdentitySourceArn = std::forward<PrimaryIdentitySourceArnT>(value);
102 template <
typename PrimaryIdentitySourceArnT = Aws::String>
118 m_primaryIdentityStatusHasBeenSet =
true;
119 m_primaryIdentityStatus = value;
136 bool m_approverIdHasBeenSet =
false;
137 bool m_responseTimeHasBeenSet =
false;
138 bool m_primaryIdentityIdHasBeenSet =
false;
139 bool m_primaryIdentitySourceArnHasBeenSet =
false;
140 bool m_primaryIdentityStatusHasBeenSet =
false;
AWS_MPA_API Aws::Utils::Json::JsonValue Jsonize() const
bool PrimaryIdentitySourceArnHasBeenSet() const
bool ApproverIdHasBeenSet() const
AWS_MPA_API GetApprovalTeamResponseApprover & operator=(Aws::Utils::Json::JsonView jsonValue)
GetApprovalTeamResponseApprover & WithApproverId(ApproverIdT &&value)
void SetApproverId(ApproverIdT &&value)
void SetPrimaryIdentityId(PrimaryIdentityIdT &&value)
const Aws::String & GetPrimaryIdentitySourceArn() const
const Aws::String & GetApproverId() const
void SetPrimaryIdentityStatus(IdentityStatus value)
AWS_MPA_API GetApprovalTeamResponseApprover()=default
const Aws::String & GetPrimaryIdentityId() const
GetApprovalTeamResponseApprover & WithPrimaryIdentitySourceArn(PrimaryIdentitySourceArnT &&value)
GetApprovalTeamResponseApprover & WithPrimaryIdentityId(PrimaryIdentityIdT &&value)
bool ResponseTimeHasBeenSet() const
IdentityStatus GetPrimaryIdentityStatus() const
GetApprovalTeamResponseApprover & WithResponseTime(ResponseTimeT &&value)
bool PrimaryIdentityIdHasBeenSet() const
void SetPrimaryIdentitySourceArn(PrimaryIdentitySourceArnT &&value)
AWS_MPA_API GetApprovalTeamResponseApprover(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetResponseTime() const
bool PrimaryIdentityStatusHasBeenSet() const
GetApprovalTeamResponseApprover & WithPrimaryIdentityStatus(IdentityStatus value)
void SetResponseTime(ResponseTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue