7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/RoleGroupAssignment.h>
45 template <
typename AdminUsersT = Aws::Vector<Aws::String>>
47 m_adminUsersHasBeenSet =
true;
48 m_adminUsers = std::forward<AdminUsersT>(value);
50 template <
typename AdminUsersT = Aws::Vector<Aws::String>>
55 template <
typename AdminUsersT = Aws::String>
57 m_adminUsersHasBeenSet =
true;
58 m_adminUsers.emplace_back(std::forward<AdminUsersT>(value));
71 template <
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
73 m_argumentsHasBeenSet =
true;
74 m_arguments = std::forward<ArgumentsT>(value);
76 template <
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
81 template <
typename ArgumentsKeyT = Aws::String,
typename ArgumentsValueT = Aws::String>
83 m_argumentsHasBeenSet =
true;
84 m_arguments.emplace(std::forward<ArgumentsKeyT>(key), std::forward<ArgumentsValueT>(value));
99 template <
typename As
signedGroupPatternsT = Aws::Vector<Aws::String>>
101 m_assignedGroupPatternsHasBeenSet =
true;
102 m_assignedGroupPatterns = std::forward<AssignedGroupPatternsT>(value);
104 template <
typename As
signedGroupPatternsT = Aws::Vector<Aws::String>>
109 template <
typename As
signedGroupPatternsT = Aws::String>
111 m_assignedGroupPatternsHasBeenSet =
true;
112 m_assignedGroupPatterns.emplace_back(std::forward<AssignedGroupPatternsT>(value));
128 template <
typename RoleGroupAssignmentsT = Aws::Vector<RoleGroupAssignment>>
130 m_roleGroupAssignmentsHasBeenSet =
true;
131 m_roleGroupAssignments = std::forward<RoleGroupAssignmentsT>(value);
133 template <
typename RoleGroupAssignmentsT = Aws::Vector<RoleGroupAssignment>>
138 template <
typename RoleGroupAssignmentsT = RoleGroupAssignment>
140 m_roleGroupAssignmentsHasBeenSet =
true;
141 m_roleGroupAssignments.emplace_back(std::forward<RoleGroupAssignmentsT>(value));
153 bool m_adminUsersHasBeenSet =
false;
154 bool m_argumentsHasBeenSet =
false;
155 bool m_assignedGroupPatternsHasBeenSet =
false;
156 bool m_roleGroupAssignmentsHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleGroupAssignments(RoleGroupAssignmentsT &&value)
void SetAssignedGroupPatterns(AssignedGroupPatternsT &&value)
bool AdminUsersHasBeenSet() const
AWS_SAGEMAKER_API PartnerAppConfig(Aws::Utils::Json::JsonView jsonValue)
bool ArgumentsHasBeenSet() const
const Aws::Vector< Aws::String > & GetAssignedGroupPatterns() const
PartnerAppConfig & AddRoleGroupAssignments(RoleGroupAssignmentsT &&value)
bool RoleGroupAssignmentsHasBeenSet() const
void SetAdminUsers(AdminUsersT &&value)
const Aws::Vector< RoleGroupAssignment > & GetRoleGroupAssignments() const
AWS_SAGEMAKER_API PartnerAppConfig()=default
PartnerAppConfig & AddArguments(ArgumentsKeyT &&key, ArgumentsValueT &&value)
PartnerAppConfig & AddAssignedGroupPatterns(AssignedGroupPatternsT &&value)
PartnerAppConfig & WithRoleGroupAssignments(RoleGroupAssignmentsT &&value)
bool AssignedGroupPatternsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetArguments() const
void SetArguments(ArgumentsT &&value)
PartnerAppConfig & WithArguments(ArgumentsT &&value)
PartnerAppConfig & AddAdminUsers(AdminUsersT &&value)
const Aws::Vector< Aws::String > & GetAdminUsers() const
PartnerAppConfig & WithAssignedGroupPatterns(AssignedGroupPatternsT &&value)
AWS_SAGEMAKER_API PartnerAppConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
PartnerAppConfig & WithAdminUsers(AdminUsersT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue