7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/Workforce.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename WorkforceT = Workforce>
44 m_workforceHasBeenSet =
true;
45 m_workforce = std::forward<WorkforceT>(value);
47 template <
typename WorkforceT = Workforce>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_workforceHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
DescribeWorkforceResult & WithRequestId(RequestIdT &&value)
void SetWorkforce(WorkforceT &&value)
AWS_SAGEMAKER_API DescribeWorkforceResult()=default
DescribeWorkforceResult & WithWorkforce(WorkforceT &&value)
const Workforce & GetWorkforce() const
AWS_SAGEMAKER_API DescribeWorkforceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_SAGEMAKER_API DescribeWorkforceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue