7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/sso-admin/SSOAdminRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename ScopeT = Aws::String>
46 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
47 template<
typename ScopeT = Aws::String>
58 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
59 void SetAuthorizedTargets(AuthorizedTargetsT&& value) { m_authorizedTargetsHasBeenSet =
true; m_authorizedTargets = std::forward<AuthorizedTargetsT>(value); }
60 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
62 template<
typename AuthorizedTargetsT = Aws::String>
73 template<
typename ApplicationArnT = Aws::String>
74 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
75 template<
typename ApplicationArnT = Aws::String>
81 bool m_scopeHasBeenSet =
false;
84 bool m_authorizedTargetsHasBeenSet =
false;
87 bool m_applicationArnHasBeenSet =
false;
bool ApplicationArnHasBeenSet() const
const Aws::String & GetScope() const
PutApplicationAccessScopeRequest & WithApplicationArn(ApplicationArnT &&value)
bool ScopeHasBeenSet() const
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
const Aws::String & GetApplicationArn() const
AWS_SSOADMIN_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutApplicationAccessScopeRequest & WithScope(ScopeT &&value)
AWS_SSOADMIN_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetScope(ScopeT &&value)
PutApplicationAccessScopeRequest & WithAuthorizedTargets(AuthorizedTargetsT &&value)
bool AuthorizedTargetsHasBeenSet() const
PutApplicationAccessScopeRequest & AddAuthorizedTargets(AuthorizedTargetsT &&value)
void SetAuthorizedTargets(AuthorizedTargetsT &&value)
void SetApplicationArn(ApplicationArnT &&value)
AWS_SSOADMIN_API PutApplicationAccessScopeRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector