7#include <aws/mpa/MPA_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/mpa/model/IdentityStatus.h>
48 template<
typename ApproverIdT = Aws::String>
49 void SetApproverId(ApproverIdT&& value) { m_approverIdHasBeenSet =
true; m_approverId = std::forward<ApproverIdT>(value); }
50 template<
typename ApproverIdT = Aws::String>
60 template<
typename ResponseTimeT = Aws::Utils::DateTime>
61 void SetResponseTime(ResponseTimeT&& value) { m_responseTimeHasBeenSet =
true; m_responseTime = std::forward<ResponseTimeT>(value); }
62 template<
typename ResponseTimeT = Aws::Utils::DateTime>
72 template<
typename PrimaryIdentityIdT = Aws::String>
73 void SetPrimaryIdentityId(PrimaryIdentityIdT&& value) { m_primaryIdentityIdHasBeenSet =
true; m_primaryIdentityId = std::forward<PrimaryIdentityIdT>(value); }
74 template<
typename PrimaryIdentityIdT = Aws::String>
85 template<
typename PrimaryIdentitySourceArnT = Aws::String>
86 void SetPrimaryIdentitySourceArn(PrimaryIdentitySourceArnT&& value) { m_primaryIdentitySourceArnHasBeenSet =
true; m_primaryIdentitySourceArn = std::forward<PrimaryIdentitySourceArnT>(value); }
87 template<
typename PrimaryIdentitySourceArnT = Aws::String>
105 bool m_approverIdHasBeenSet =
false;
108 bool m_responseTimeHasBeenSet =
false;
111 bool m_primaryIdentityIdHasBeenSet =
false;
114 bool m_primaryIdentitySourceArnHasBeenSet =
false;
117 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