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>
48 template<
typename ScopeT = Aws::String>
49 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
50 template<
typename ScopeT = Aws::String>
60 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
61 void SetAuthorizedTargets(AuthorizedTargetsT&& value) { m_authorizedTargetsHasBeenSet =
true; m_authorizedTargets = std::forward<AuthorizedTargetsT>(value); }
62 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
64 template<
typename AuthorizedTargetsT = Aws::String>
65 ScopeDetails&
AddAuthorizedTargets(AuthorizedTargetsT&& value) { m_authorizedTargetsHasBeenSet =
true; m_authorizedTargets.emplace_back(std::forward<AuthorizedTargetsT>(value));
return *
this; }
70 bool m_scopeHasBeenSet =
false;
73 bool m_authorizedTargetsHasBeenSet =
false;
bool AuthorizedTargetsHasBeenSet() const
ScopeDetails & WithAuthorizedTargets(AuthorizedTargetsT &&value)
void SetAuthorizedTargets(AuthorizedTargetsT &&value)
ScopeDetails & AddAuthorizedTargets(AuthorizedTargetsT &&value)
AWS_SSOADMIN_API ScopeDetails()=default
void SetScope(ScopeT &&value)
const Aws::String & GetScope() const
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSOADMIN_API ScopeDetails(Aws::Utils::Json::JsonView jsonValue)
bool ScopeHasBeenSet() const
ScopeDetails & WithScope(ScopeT &&value)
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
AWS_SSOADMIN_API ScopeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue