7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename WindowIdT = Aws::String>
41 void SetWindowId(WindowIdT&& value) { m_windowIdHasBeenSet =
true; m_windowId = std::forward<WindowIdT>(value); }
42 template<
typename WindowIdT = Aws::String>
51 template<
typename WindowTaskIdT = Aws::String>
52 void SetWindowTaskId(WindowTaskIdT&& value) { m_windowTaskIdHasBeenSet =
true; m_windowTaskId = std::forward<WindowTaskIdT>(value); }
53 template<
typename WindowTaskIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_windowIdHasBeenSet =
false;
71 bool m_windowTaskIdHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetWindowTaskId(WindowTaskIdT &&value)
DeregisterTaskFromMaintenanceWindowResult & WithRequestId(RequestIdT &&value)
void SetWindowId(WindowIdT &&value)
DeregisterTaskFromMaintenanceWindowResult & WithWindowId(WindowIdT &&value)
DeregisterTaskFromMaintenanceWindowResult & WithWindowTaskId(WindowTaskIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetWindowTaskId() const
const Aws::String & GetRequestId() const
AWS_SSM_API DeregisterTaskFromMaintenanceWindowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSM_API DeregisterTaskFromMaintenanceWindowResult()=default
AWS_SSM_API DeregisterTaskFromMaintenanceWindowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetWindowId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue