7#include <aws/core/utils/DateTime.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/MemberDefinition.h>
12#include <aws/sagemaker/model/NotificationConfiguration.h>
13#include <aws/sagemaker/model/WorkerAccessConfiguration.h>
45 template <
typename WorkteamNameT = Aws::String>
47 m_workteamNameHasBeenSet =
true;
48 m_workteamName = std::forward<WorkteamNameT>(value);
50 template <
typename WorkteamNameT = Aws::String>
68 template <
typename MemberDefinitionsT = Aws::Vector<MemberDefinition>>
70 m_memberDefinitionsHasBeenSet =
true;
71 m_memberDefinitions = std::forward<MemberDefinitionsT>(value);
73 template <
typename MemberDefinitionsT = Aws::Vector<MemberDefinition>>
78 template <
typename MemberDefinitionsT = MemberDefinition>
80 m_memberDefinitionsHasBeenSet =
true;
81 m_memberDefinitions.emplace_back(std::forward<MemberDefinitionsT>(value));
92 template <
typename WorkteamArnT = Aws::String>
94 m_workteamArnHasBeenSet =
true;
95 m_workteamArn = std::forward<WorkteamArnT>(value);
97 template <
typename WorkteamArnT = Aws::String>
110 template <
typename WorkforceArnT = Aws::String>
112 m_workforceArnHasBeenSet =
true;
113 m_workforceArn = std::forward<WorkforceArnT>(value);
115 template <
typename WorkforceArnT = Aws::String>
128 template <
typename ProductListingIdsT = Aws::Vector<Aws::String>>
130 m_productListingIdsHasBeenSet =
true;
131 m_productListingIds = std::forward<ProductListingIdsT>(value);
133 template <
typename ProductListingIdsT = Aws::Vector<Aws::String>>
138 template <
typename ProductListingIdsT = Aws::String>
140 m_productListingIdsHasBeenSet =
true;
141 m_productListingIds.emplace_back(std::forward<ProductListingIdsT>(value));
152 template <
typename DescriptionT = Aws::String>
154 m_descriptionHasBeenSet =
true;
155 m_description = std::forward<DescriptionT>(value);
157 template <
typename DescriptionT = Aws::String>
171 template <
typename SubDomainT = Aws::String>
173 m_subDomainHasBeenSet =
true;
174 m_subDomain = std::forward<SubDomainT>(value);
176 template <
typename SubDomainT = Aws::String>
189 template <
typename CreateDateT = Aws::Utils::DateTime>
191 m_createDateHasBeenSet =
true;
192 m_createDate = std::forward<CreateDateT>(value);
194 template <
typename CreateDateT = Aws::Utils::DateTime>
207 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
209 m_lastUpdatedDateHasBeenSet =
true;
210 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
212 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
226 template <
typename NotificationConfigurationT = NotificationConfiguration>
228 m_notificationConfigurationHasBeenSet =
true;
229 m_notificationConfiguration = std::forward<NotificationConfigurationT>(value);
231 template <
typename NotificationConfigurationT = NotificationConfiguration>
245 template <
typename WorkerAccessConfigurationT = WorkerAccessConfiguration>
247 m_workerAccessConfigurationHasBeenSet =
true;
248 m_workerAccessConfiguration = std::forward<WorkerAccessConfigurationT>(value);
250 template <
typename WorkerAccessConfigurationT = WorkerAccessConfiguration>
275 NotificationConfiguration m_notificationConfiguration;
277 WorkerAccessConfiguration m_workerAccessConfiguration;
278 bool m_workteamNameHasBeenSet =
false;
279 bool m_memberDefinitionsHasBeenSet =
false;
280 bool m_workteamArnHasBeenSet =
false;
281 bool m_workforceArnHasBeenSet =
false;
282 bool m_productListingIdsHasBeenSet =
false;
283 bool m_descriptionHasBeenSet =
false;
284 bool m_subDomainHasBeenSet =
false;
285 bool m_createDateHasBeenSet =
false;
286 bool m_lastUpdatedDateHasBeenSet =
false;
287 bool m_notificationConfigurationHasBeenSet =
false;
288 bool m_workerAccessConfigurationHasBeenSet =
false;
void SetWorkteamName(WorkteamNameT &&value)
Workteam & AddProductListingIds(ProductListingIdsT &&value)
Workteam & WithWorkforceArn(WorkforceArnT &&value)
void SetNotificationConfiguration(NotificationConfigurationT &&value)
Workteam & WithLastUpdatedDate(LastUpdatedDateT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
bool WorkteamNameHasBeenSet() const
const NotificationConfiguration & GetNotificationConfiguration() const
Workteam & WithProductListingIds(ProductListingIdsT &&value)
bool SubDomainHasBeenSet() const
bool WorkteamArnHasBeenSet() const
bool WorkerAccessConfigurationHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Workteam & WithSubDomain(SubDomainT &&value)
Workteam & WithWorkerAccessConfiguration(WorkerAccessConfigurationT &&value)
Workteam & WithNotificationConfiguration(NotificationConfigurationT &&value)
const Aws::String & GetWorkforceArn() const
Workteam & WithDescription(DescriptionT &&value)
AWS_SAGEMAKER_API Workteam(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
bool ProductListingIdsHasBeenSet() const
Workteam & AddMemberDefinitions(MemberDefinitionsT &&value)
bool WorkforceArnHasBeenSet() const
Workteam & WithCreateDate(CreateDateT &&value)
void SetCreateDate(CreateDateT &&value)
const Aws::Vector< MemberDefinition > & GetMemberDefinitions() const
bool NotificationConfigurationHasBeenSet() const
void SetProductListingIds(ProductListingIdsT &&value)
const Aws::String & GetWorkteamName() const
void SetSubDomain(SubDomainT &&value)
bool DescriptionHasBeenSet() const
Workteam & WithWorkteamArn(WorkteamArnT &&value)
AWS_SAGEMAKER_API Workteam()=default
void SetMemberDefinitions(MemberDefinitionsT &&value)
AWS_SAGEMAKER_API Workteam & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreateDate() const
const Aws::String & GetSubDomain() const
bool CreateDateHasBeenSet() const
const Aws::Vector< Aws::String > & GetProductListingIds() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetWorkteamArn() const
void SetWorkforceArn(WorkforceArnT &&value)
Workteam & WithMemberDefinitions(MemberDefinitionsT &&value)
void SetWorkerAccessConfiguration(WorkerAccessConfigurationT &&value)
bool MemberDefinitionsHasBeenSet() const
bool LastUpdatedDateHasBeenSet() const
void SetWorkteamArn(WorkteamArnT &&value)
const Aws::String & GetDescription() const
const WorkerAccessConfiguration & GetWorkerAccessConfiguration() const
Workteam & WithWorkteamName(WorkteamNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue