7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
41 template <
typename EventTimestampT = Aws::Utils::DateTime>
43 m_eventTimestampHasBeenSet =
true;
44 m_eventTimestamp = std::forward<EventTimestampT>(value);
46 template <
typename EventTimestampT = Aws::Utils::DateTime>
59 template <
typename PrincipalT = Aws::String>
61 m_principalHasBeenSet =
true;
62 m_principal = std::forward<PrincipalT>(value);
64 template <
typename PrincipalT = Aws::String>
77 template <
typename ActionT = Aws::String>
79 m_actionHasBeenSet =
true;
80 m_action = std::forward<ActionT>(value);
82 template <
typename ActionT = Aws::String>
95 template <
typename MessageT = Aws::String>
97 m_messageHasBeenSet =
true;
98 m_message = std::forward<MessageT>(value);
100 template <
typename MessageT = Aws::String>
114 bool m_eventTimestampHasBeenSet =
false;
115 bool m_principalHasBeenSet =
false;
116 bool m_actionHasBeenSet =
false;
117 bool m_messageHasBeenSet =
false;
AWS_SECURITYIR_API CaseEditItem()=default
const Aws::String & GetMessage() const
AWS_SECURITYIR_API CaseEditItem(Aws::Utils::Json::JsonView jsonValue)
void SetAction(ActionT &&value)
void SetPrincipal(PrincipalT &&value)
bool ActionHasBeenSet() const
CaseEditItem & WithEventTimestamp(EventTimestampT &&value)
bool MessageHasBeenSet() const
bool EventTimestampHasBeenSet() const
CaseEditItem & WithMessage(MessageT &&value)
AWS_SECURITYIR_API CaseEditItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetEventTimestamp() const
bool PrincipalHasBeenSet() const
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
CaseEditItem & WithAction(ActionT &&value)
const Aws::String & GetPrincipal() const
CaseEditItem & WithPrincipal(PrincipalT &&value)
void SetEventTimestamp(EventTimestampT &&value)
const Aws::String & GetAction() const
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue