7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-sap/SsmSap_EXPORTS.h>
11#include <aws/ssm-sap/model/OperationStatus.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename TypeT = Aws::String>
64 m_typeHasBeenSet =
true;
65 m_type = std::forward<TypeT>(value);
67 template <
typename TypeT = Aws::String>
69 SetType(std::forward<TypeT>(value));
81 m_statusHasBeenSet =
true;
96 template <
typename StatusMessageT = Aws::String>
98 m_statusMessageHasBeenSet =
true;
99 m_statusMessage = std::forward<StatusMessageT>(value);
101 template <
typename StatusMessageT = Aws::String>
114 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
116 m_propertiesHasBeenSet =
true;
117 m_properties = std::forward<PropertiesT>(value);
119 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
124 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
126 m_propertiesHasBeenSet =
true;
127 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
138 template <
typename ResourceTypeT = Aws::String>
140 m_resourceTypeHasBeenSet =
true;
141 m_resourceType = std::forward<ResourceTypeT>(value);
143 template <
typename ResourceTypeT = Aws::String>
156 template <
typename ResourceIdT = Aws::String>
158 m_resourceIdHasBeenSet =
true;
159 m_resourceId = std::forward<ResourceIdT>(value);
161 template <
typename ResourceIdT = Aws::String>
174 template <
typename ResourceArnT = Aws::String>
176 m_resourceArnHasBeenSet =
true;
177 m_resourceArn = std::forward<ResourceArnT>(value);
179 template <
typename ResourceArnT = Aws::String>
192 template <
typename StartTimeT = Aws::Utils::DateTime>
194 m_startTimeHasBeenSet =
true;
195 m_startTime = std::forward<StartTimeT>(value);
197 template <
typename StartTimeT = Aws::Utils::DateTime>
210 template <
typename EndTimeT = Aws::Utils::DateTime>
212 m_endTimeHasBeenSet =
true;
213 m_endTime = std::forward<EndTimeT>(value);
215 template <
typename EndTimeT = Aws::Utils::DateTime>
228 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
230 m_lastUpdatedTimeHasBeenSet =
true;
231 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
233 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
261 bool m_idHasBeenSet =
false;
262 bool m_typeHasBeenSet =
false;
263 bool m_statusHasBeenSet =
false;
264 bool m_statusMessageHasBeenSet =
false;
265 bool m_propertiesHasBeenSet =
false;
266 bool m_resourceTypeHasBeenSet =
false;
267 bool m_resourceIdHasBeenSet =
false;
268 bool m_resourceArnHasBeenSet =
false;
269 bool m_startTimeHasBeenSet =
false;
270 bool m_endTimeHasBeenSet =
false;
271 bool m_lastUpdatedTimeHasBeenSet =
false;
const Aws::String & GetResourceArn() const
void SetResourceArn(ResourceArnT &&value)
bool ResourceIdHasBeenSet() const
bool PropertiesHasBeenSet() const
bool TypeHasBeenSet() const
bool ResourceTypeHasBeenSet() const
void SetStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetResourceType(ResourceTypeT &&value)
Operation & WithId(IdT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetStatusMessage() const
OperationStatus GetStatus() const
Operation & WithResourceType(ResourceTypeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
Operation & WithType(TypeT &&value)
bool StatusMessageHasBeenSet() const
const Aws::String & GetId() const
Operation & WithStartTime(StartTimeT &&value)
void SetType(TypeT &&value)
Operation & WithEndTime(EndTimeT &&value)
AWS_SSMSAP_API Operation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceId() const
bool StartTimeHasBeenSet() const
void SetProperties(PropertiesT &&value)
bool IdHasBeenSet() const
void SetStatusMessage(StatusMessageT &&value)
Operation & WithLastUpdatedTime(LastUpdatedTimeT &&value)
Operation & WithResourceId(ResourceIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool StatusHasBeenSet() const
Operation & WithProperties(PropertiesT &&value)
bool EndTimeHasBeenSet() const
Operation & WithStatusMessage(StatusMessageT &&value)
void SetStatus(OperationStatus value)
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
Operation & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
AWS_SSMSAP_API Operation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetType() const
Operation & WithStatus(OperationStatus value)
void SetEndTime(EndTimeT &&value)
bool ResourceArnHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
AWS_SSMSAP_API Operation()=default
bool LastUpdatedTimeHasBeenSet() const
Operation & WithResourceArn(ResourceArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue