7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/OpsItemIdentity.h>
43 template <
typename OpsItemIdT = Aws::String>
45 m_opsItemIdHasBeenSet =
true;
46 m_opsItemId = std::forward<OpsItemIdT>(value);
48 template <
typename OpsItemIdT = Aws::String>
61 template <
typename EventIdT = Aws::String>
63 m_eventIdHasBeenSet =
true;
64 m_eventId = std::forward<EventIdT>(value);
66 template <
typename EventIdT = Aws::String>
79 template <
typename SourceT = Aws::String>
81 m_sourceHasBeenSet =
true;
82 m_source = std::forward<SourceT>(value);
84 template <
typename SourceT = Aws::String>
97 template <
typename DetailTypeT = Aws::String>
99 m_detailTypeHasBeenSet =
true;
100 m_detailType = std::forward<DetailTypeT>(value);
102 template <
typename DetailTypeT = Aws::String>
115 template <
typename DetailT = Aws::String>
117 m_detailHasBeenSet =
true;
118 m_detail = std::forward<DetailT>(value);
120 template <
typename DetailT = Aws::String>
133 template <
typename CreatedByT = OpsItemIdentity>
135 m_createdByHasBeenSet =
true;
136 m_createdBy = std::forward<CreatedByT>(value);
138 template <
typename CreatedByT = OpsItemIdentity>
151 template <
typename CreatedTimeT = Aws::Utils::DateTime>
153 m_createdTimeHasBeenSet =
true;
154 m_createdTime = std::forward<CreatedTimeT>(value);
156 template <
typename CreatedTimeT = Aws::Utils::DateTime>
176 bool m_opsItemIdHasBeenSet =
false;
177 bool m_eventIdHasBeenSet =
false;
178 bool m_sourceHasBeenSet =
false;
179 bool m_detailTypeHasBeenSet =
false;
180 bool m_detailHasBeenSet =
false;
181 bool m_createdByHasBeenSet =
false;
182 bool m_createdTimeHasBeenSet =
false;
const Aws::String & GetDetail() const
OpsItemEventSummary & WithCreatedBy(CreatedByT &&value)
OpsItemEventSummary & WithEventId(EventIdT &&value)
bool DetailHasBeenSet() const
const Aws::String & GetSource() const
OpsItemEventSummary & WithSource(SourceT &&value)
void SetCreatedBy(CreatedByT &&value)
AWS_SSM_API OpsItemEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedByHasBeenSet() const
bool DetailTypeHasBeenSet() const
void SetEventId(EventIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool SourceHasBeenSet() const
const Aws::String & GetDetailType() const
bool CreatedTimeHasBeenSet() const
OpsItemEventSummary & WithOpsItemId(OpsItemIdT &&value)
void SetDetailType(DetailTypeT &&value)
const OpsItemIdentity & GetCreatedBy() const
AWS_SSM_API OpsItemEventSummary()=default
OpsItemEventSummary & WithDetail(DetailT &&value)
void SetDetail(DetailT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetEventId() const
OpsItemEventSummary & WithDetailType(DetailTypeT &&value)
OpsItemEventSummary & WithCreatedTime(CreatedTimeT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOpsItemId(OpsItemIdT &&value)
const Aws::String & GetOpsItemId() const
bool OpsItemIdHasBeenSet() const
void SetSource(SourceT &&value)
bool EventIdHasBeenSet() const
AWS_SSM_API OpsItemEventSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue