7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
10#include <aws/security-ir/model/UsefulnessRating.h>
47 m_usefulnessHasBeenSet =
true;
64 template <
typename CommentT = Aws::String>
66 m_commentHasBeenSet =
true;
67 m_comment = std::forward<CommentT>(value);
69 template <
typename CommentT = Aws::String>
83 template <
typename SubmittedAtT = Aws::Utils::DateTime>
85 m_submittedAtHasBeenSet =
true;
86 m_submittedAt = std::forward<SubmittedAtT>(value);
88 template <
typename SubmittedAtT = Aws::Utils::DateTime>
100 bool m_usefulnessHasBeenSet =
false;
101 bool m_commentHasBeenSet =
false;
102 bool m_submittedAtHasBeenSet =
false;
void SetSubmittedAt(SubmittedAtT &&value)
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
bool CommentHasBeenSet() const
InvestigationFeedback & WithUsefulness(UsefulnessRating value)
InvestigationFeedback & WithSubmittedAt(SubmittedAtT &&value)
void SetComment(CommentT &&value)
const Aws::Utils::DateTime & GetSubmittedAt() const
UsefulnessRating GetUsefulness() const
bool SubmittedAtHasBeenSet() const
void SetUsefulness(UsefulnessRating value)
bool UsefulnessHasBeenSet() const
AWS_SECURITYIR_API InvestigationFeedback & operator=(Aws::Utils::Json::JsonView jsonValue)
InvestigationFeedback & WithComment(CommentT &&value)
AWS_SECURITYIR_API InvestigationFeedback(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComment() const
AWS_SECURITYIR_API InvestigationFeedback()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue