7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ScopeT = Aws::String>
43 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
44 template<
typename ScopeT = Aws::String>
53 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
54 void SetAuthorizedTargets(AuthorizedTargetsT&& value) { m_authorizedTargetsHasBeenSet =
true; m_authorizedTargets = std::forward<AuthorizedTargetsT>(value); }
55 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
57 template<
typename AuthorizedTargetsT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_scopeHasBeenSet =
false;
75 bool m_authorizedTargetsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
GetApplicationAccessScopeResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetScope(ScopeT &&value)
AWS_SSOADMIN_API GetApplicationAccessScopeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationAccessScopeResult & WithScope(ScopeT &&value)
void SetAuthorizedTargets(AuthorizedTargetsT &&value)
AWS_SSOADMIN_API GetApplicationAccessScopeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSOADMIN_API GetApplicationAccessScopeResult()=default
GetApplicationAccessScopeResult & AddAuthorizedTargets(AuthorizedTargetsT &&value)
GetApplicationAccessScopeResult & WithAuthorizedTargets(AuthorizedTargetsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
const Aws::String & GetScope() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue