7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeguruprofiler/model/UserFeedback.h>
23namespace CodeGuruProfiler
66 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
67 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
102 bool m_endTimeHasBeenSet =
false;
105 bool m_idHasBeenSet =
false;
108 bool m_startTimeHasBeenSet =
false;
111 bool m_userFeedbackHasBeenSet =
false;
AnomalyInstance & WithId(const Aws::String &value)
AWS_CODEGURUPROFILER_API AnomalyInstance & operator=(Aws::Utils::Json::JsonView jsonValue)
AnomalyInstance & WithId(Aws::String &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(const char *value)
bool UserFeedbackHasBeenSet() const
AnomalyInstance & WithEndTime(Aws::Utils::DateTime &&value)
bool IdHasBeenSet() const
AnomalyInstance & WithStartTime(const Aws::Utils::DateTime &value)
void SetUserFeedback(UserFeedback &&value)
AWS_CODEGURUPROFILER_API AnomalyInstance(Aws::Utils::Json::JsonView jsonValue)
AnomalyInstance & WithUserFeedback(UserFeedback &&value)
AnomalyInstance & WithStartTime(Aws::Utils::DateTime &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
void SetUserFeedback(const UserFeedback &value)
AWS_CODEGURUPROFILER_API AnomalyInstance()
bool EndTimeHasBeenSet() const
const Aws::String & GetId() const
void SetStartTime(const Aws::Utils::DateTime &value)
void SetId(Aws::String &&value)
void SetEndTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetEndTime() const
const UserFeedback & GetUserFeedback() const
void SetId(const Aws::String &value)
AnomalyInstance & WithId(const char *value)
void SetStartTime(Aws::Utils::DateTime &&value)
bool StartTimeHasBeenSet() const
AnomalyInstance & WithUserFeedback(const UserFeedback &value)
AnomalyInstance & WithEndTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue