7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/LogConfiguration.h>
9#include <aws/deadline/model/HostConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename LogT = LogConfiguration>
43 void SetLog(LogT&& value) { m_logHasBeenSet =
true; m_log = std::forward<LogT>(value); }
44 template<
typename LogT = LogConfiguration>
54 template<
typename HostConfigurationT = HostConfiguration>
55 void SetHostConfiguration(HostConfigurationT&& value) { m_hostConfigurationHasBeenSet =
true; m_hostConfiguration = std::forward<HostConfigurationT>(value); }
56 template<
typename HostConfigurationT = HostConfiguration>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_logHasBeenSet =
false;
74 bool m_hostConfigurationHasBeenSet =
false;
77 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