7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
42 template <
typename ActionNameT = Aws::String>
44 m_actionNameHasBeenSet =
true;
45 m_actionName = std::forward<ActionNameT>(value);
47 template <
typename ActionNameT = Aws::String>
60 template <
typename ActionArnT = Aws::String>
62 m_actionArnHasBeenSet =
true;
63 m_actionArn = std::forward<ActionArnT>(value);
65 template <
typename ActionArnT = Aws::String>
78 template <
typename CreationDateT = Aws::Utils::DateTime>
80 m_creationDateHasBeenSet =
true;
81 m_creationDate = std::forward<CreationDateT>(value);
83 template <
typename CreationDateT = Aws::Utils::DateTime>
95 bool m_actionNameHasBeenSet =
false;
96 bool m_actionArnHasBeenSet =
false;
97 bool m_creationDateHasBeenSet =
false;
bool ActionArnHasBeenSet() const
void SetCreationDate(CreationDateT &&value)
MitigationActionIdentifier & WithCreationDate(CreationDateT &&value)
MitigationActionIdentifier & WithActionName(ActionNameT &&value)
bool CreationDateHasBeenSet() const
const Aws::String & GetActionName() const
AWS_IOT_API MitigationActionIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActionNameHasBeenSet() const
AWS_IOT_API MitigationActionIdentifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationDate() const
void SetActionArn(ActionArnT &&value)
const Aws::String & GetActionArn() const
MitigationActionIdentifier & WithActionArn(ActionArnT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetActionName(ActionNameT &&value)
AWS_IOT_API MitigationActionIdentifier()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue