7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/Target.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename WindowIdT = Aws::String>
39 m_windowIdHasBeenSet =
true;
40 m_windowId = std::forward<WindowIdT>(value);
42 template <
typename WindowIdT = Aws::String>
54 template <
typename WindowTargetIdT = Aws::String>
56 m_windowTargetIdHasBeenSet =
true;
57 m_windowTargetId = std::forward<WindowTargetIdT>(value);
59 template <
typename WindowTargetIdT = Aws::String>
71 template <
typename TargetsT = Aws::Vector<Target>>
73 m_targetsHasBeenSet =
true;
74 m_targets = std::forward<TargetsT>(value);
76 template <
typename TargetsT = Aws::Vector<Target>>
81 template <
typename TargetsT = Target>
83 m_targetsHasBeenSet =
true;
84 m_targets.emplace_back(std::forward<TargetsT>(value));
94 template <
typename OwnerInformationT = Aws::String>
96 m_ownerInformationHasBeenSet =
true;
97 m_ownerInformation = std::forward<OwnerInformationT>(value);
99 template <
typename OwnerInformationT = Aws::String>
111 template <
typename NameT = Aws::String>
113 m_nameHasBeenSet =
true;
114 m_name = std::forward<NameT>(value);
116 template <
typename NameT = Aws::String>
118 SetName(std::forward<NameT>(value));
128 template <
typename DescriptionT = Aws::String>
130 m_descriptionHasBeenSet =
true;
131 m_description = std::forward<DescriptionT>(value);
133 template <
typename DescriptionT = Aws::String>
143 template <
typename RequestIdT = Aws::String>
145 m_requestIdHasBeenSet =
true;
146 m_requestId = std::forward<RequestIdT>(value);
148 template <
typename RequestIdT = Aws::String>
171 bool m_windowIdHasBeenSet =
false;
172 bool m_windowTargetIdHasBeenSet =
false;
173 bool m_targetsHasBeenSet =
false;
174 bool m_ownerInformationHasBeenSet =
false;
175 bool m_nameHasBeenSet =
false;
176 bool m_descriptionHasBeenSet =
false;
177 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetWindowId() const
const Aws::String & GetWindowTargetId() const
void SetName(NameT &&value)
void SetWindowTargetId(WindowTargetIdT &&value)
UpdateMaintenanceWindowTargetResult & WithWindowId(WindowIdT &&value)
const Aws::String & GetRequestId() const
void SetTargets(TargetsT &&value)
UpdateMaintenanceWindowTargetResult & WithWindowTargetId(WindowTargetIdT &&value)
AWS_SSM_API UpdateMaintenanceWindowTargetResult()=default
const Aws::String & GetName() const
UpdateMaintenanceWindowTargetResult & WithName(NameT &&value)
void SetWindowId(WindowIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateMaintenanceWindowTargetResult & WithTargets(TargetsT &&value)
UpdateMaintenanceWindowTargetResult & AddTargets(TargetsT &&value)
UpdateMaintenanceWindowTargetResult & WithOwnerInformation(OwnerInformationT &&value)
AWS_SSM_API UpdateMaintenanceWindowTargetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOwnerInformation(OwnerInformationT &&value)
const Aws::String & GetDescription() const
UpdateMaintenanceWindowTargetResult & WithRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Target > & GetTargets() const
AWS_SSM_API UpdateMaintenanceWindowTargetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMaintenanceWindowTargetResult & WithDescription(DescriptionT &&value)
const Aws::String & GetOwnerInformation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue