7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/HostConfiguration.h>
10#include <aws/deadline/model/LogConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename LogT = LogConfiguration>
38 m_logHasBeenSet =
true;
39 m_log = std::forward<LogT>(value);
41 template <
typename LogT = LogConfiguration>
43 SetLog(std::forward<LogT>(value));
54 template <
typename HostConfigurationT = HostConfiguration>
56 m_hostConfigurationHasBeenSet =
true;
57 m_hostConfiguration = std::forward<HostConfigurationT>(value);
59 template <
typename HostConfigurationT = HostConfiguration>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
86 bool m_logHasBeenSet =
false;
87 bool m_hostConfigurationHasBeenSet =
false;
88 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
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