7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
10#include <aws/guardduty/model/AssociationMode.h>
43 template <
typename AssociationIdT = Aws::String>
45 m_associationIdHasBeenSet =
true;
46 m_associationId = std::forward<AssociationIdT>(value);
48 template <
typename AssociationIdT = Aws::String>
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename RuleIdT = Aws::String>
81 m_ruleIdHasBeenSet =
true;
82 m_ruleId = std::forward<RuleIdT>(value);
84 template <
typename RuleIdT = Aws::String>
99 m_modeHasBeenSet =
true;
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 template <
typename UpdatedAtT = Aws::Utils::DateTime>
134 m_updatedAtHasBeenSet =
true;
135 m_updatedAt = std::forward<UpdatedAtT>(value);
137 template <
typename UpdatedAtT = Aws::Utils::DateTime>
150 template <
typename ExpiresAtT = Aws::Utils::DateTime>
152 m_expiresAtHasBeenSet =
true;
153 m_expiresAt = std::forward<ExpiresAtT>(value);
155 template <
typename ExpiresAtT = Aws::Utils::DateTime>
175 bool m_associationIdHasBeenSet =
false;
176 bool m_arnHasBeenSet =
false;
177 bool m_ruleIdHasBeenSet =
false;
178 bool m_modeHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
180 bool m_updatedAtHasBeenSet =
false;
181 bool m_expiresAtHasBeenSet =
false;
AssociationSummary & WithArn(ArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_GUARDDUTY_API AssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
void SetExpiresAt(ExpiresAtT &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAssociationId(AssociationIdT &&value)
AssociationSummary & WithUpdatedAt(UpdatedAtT &&value)
bool RuleIdHasBeenSet() const
AssociationSummary & WithExpiresAt(ExpiresAtT &&value)
void SetRuleId(RuleIdT &&value)
AssociationSummary & WithCreatedAt(CreatedAtT &&value)
AWS_GUARDDUTY_API AssociationSummary()=default
AssociationSummary & WithAssociationId(AssociationIdT &&value)
AssociationSummary & WithRuleId(RuleIdT &&value)
const Aws::String & GetAssociationId() const
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
bool ModeHasBeenSet() const
AssociationMode GetMode() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_GUARDDUTY_API AssociationSummary(Aws::Utils::Json::JsonView jsonValue)
bool ExpiresAtHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetMode(AssociationMode value)
AssociationSummary & WithMode(AssociationMode value)
const Aws::String & GetRuleId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool AssociationIdHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetExpiresAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue