7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/Workforce.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
46 template<
typename WorkforceT = Workforce>
47 void SetWorkforce(WorkforceT&& value) { m_workforceHasBeenSet =
true; m_workforce = std::forward<WorkforceT>(value); }
48 template<
typename WorkforceT = Workforce>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_workforceHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API UpdateWorkforceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateWorkforceResult & WithWorkforce(WorkforceT &&value)
const Workforce & GetWorkforce() const
UpdateWorkforceResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API UpdateWorkforceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API UpdateWorkforceResult()=default
void SetWorkforce(WorkforceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue