7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/Workforce.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
40 template <
typename WorkforceT = Workforce>
42 m_workforceHasBeenSet =
true;
43 m_workforce = std::forward<WorkforceT>(value);
45 template <
typename WorkforceT = Workforce>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_workforceHasBeenSet =
false;
71 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