7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/OpsItemIdentity.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename OpsItemIdT = Aws::String>
50 void SetOpsItemId(OpsItemIdT&& value) { m_opsItemIdHasBeenSet =
true; m_opsItemId = std::forward<OpsItemIdT>(value); }
51 template<
typename OpsItemIdT = Aws::String>
61 template<
typename EventIdT = Aws::String>
62 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
63 template<
typename EventIdT = Aws::String>
73 template<
typename SourceT = Aws::String>
74 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
75 template<
typename SourceT = Aws::String>
85 template<
typename DetailTypeT = Aws::String>
86 void SetDetailType(DetailTypeT&& value) { m_detailTypeHasBeenSet =
true; m_detailType = std::forward<DetailTypeT>(value); }
87 template<
typename DetailTypeT = Aws::String>
97 template<
typename DetailT = Aws::String>
98 void SetDetail(DetailT&& value) { m_detailHasBeenSet =
true; m_detail = std::forward<DetailT>(value); }
99 template<
typename DetailT = Aws::String>
109 template<
typename CreatedByT = OpsItemIdentity>
110 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
111 template<
typename CreatedByT = OpsItemIdentity>
121 template<
typename CreatedTimeT = Aws::Utils::DateTime>
122 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
123 template<
typename CreatedTimeT = Aws::Utils::DateTime>
129 bool m_opsItemIdHasBeenSet =
false;
132 bool m_eventIdHasBeenSet =
false;
135 bool m_sourceHasBeenSet =
false;
138 bool m_detailTypeHasBeenSet =
false;
141 bool m_detailHasBeenSet =
false;
144 bool m_createdByHasBeenSet =
false;
147 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