7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/sso-admin/model/PrincipalType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
54 template<
typename PrincipalIdT = Aws::String>
55 void SetPrincipalId(PrincipalIdT&& value) { m_principalIdHasBeenSet =
true; m_principalId = std::forward<PrincipalIdT>(value); }
56 template<
typename PrincipalIdT = Aws::String>
68 template<
typename ApplicationArnT = Aws::String>
69 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
70 template<
typename ApplicationArnT = Aws::String>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_principalTypeHasBeenSet =
false;
88 bool m_principalIdHasBeenSet =
false;
91 bool m_applicationArnHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
DescribeApplicationAssignmentResult & WithRequestId(RequestIdT &&value)
void SetPrincipalId(PrincipalIdT &&value)
DescribeApplicationAssignmentResult & WithPrincipalType(PrincipalType value)
const Aws::String & GetApplicationArn() const
const Aws::String & GetPrincipalId() const
AWS_SSOADMIN_API DescribeApplicationAssignmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplicationArn(ApplicationArnT &&value)
DescribeApplicationAssignmentResult & WithPrincipalId(PrincipalIdT &&value)
AWS_SSOADMIN_API DescribeApplicationAssignmentResult()=default
const Aws::String & GetRequestId() const
DescribeApplicationAssignmentResult & WithApplicationArn(ApplicationArnT &&value)
PrincipalType GetPrincipalType() const
AWS_SSOADMIN_API DescribeApplicationAssignmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetPrincipalType(PrincipalType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue