7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
10#include <aws/deadline/model/HostConfiguration.h>
11#include <aws/deadline/model/LogConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename LogT = LogConfiguration>
39 m_logHasBeenSet =
true;
40 m_log = std::forward<LogT>(value);
42 template <
typename LogT = LogConfiguration>
44 SetLog(std::forward<LogT>(value));
55 template <
typename HostConfigurationT = HostConfiguration>
57 m_hostConfigurationHasBeenSet =
true;
58 m_hostConfiguration = std::forward<HostConfigurationT>(value);
60 template <
typename HostConfigurationT = HostConfiguration>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_logHasBeenSet =
false;
91 bool m_hostConfigurationHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
UpdateWorkerResult & WithLog(LogT &&value)
void SetLog(LogT &&value)
void SetHostConfiguration(HostConfigurationT &&value)
UpdateWorkerResult & WithRequestId(RequestIdT &&value)
AWS_DEADLINE_API UpdateWorkerResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
UpdateWorkerResult & WithHostConfiguration(HostConfigurationT &&value)
AWS_DEADLINE_API UpdateWorkerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const HostConfiguration & GetHostConfiguration() const
const LogConfiguration & GetLog() const
const Aws::String & GetRequestId() const
AWS_DEADLINE_API UpdateWorkerResult(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