7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connectcases/model/AuditEventFieldValueUnion.h>
49 inline void SetEventFieldId(
const char* value) { m_eventFieldIdHasBeenSet =
true; m_eventFieldId.assign(value); }
81 bool m_eventFieldIdHasBeenSet =
false;
84 bool m_newValueHasBeenSet =
false;
87 bool m_oldValueHasBeenSet =
false;
AuditEventField & WithOldValue(const AuditEventFieldValueUnion &value)
AWS_CONNECTCASES_API AuditEventField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventFieldIdHasBeenSet() const
AuditEventField & WithOldValue(AuditEventFieldValueUnion &&value)
const Aws::String & GetEventFieldId() const
const AuditEventFieldValueUnion & GetNewValue() const
AuditEventField & WithNewValue(const AuditEventFieldValueUnion &value)
AWS_CONNECTCASES_API AuditEventField()
const AuditEventFieldValueUnion & GetOldValue() const
void SetNewValue(AuditEventFieldValueUnion &&value)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOldValue(const AuditEventFieldValueUnion &value)
AuditEventField & WithEventFieldId(const Aws::String &value)
AuditEventField & WithEventFieldId(const char *value)
AuditEventField & WithEventFieldId(Aws::String &&value)
bool OldValueHasBeenSet() const
void SetOldValue(AuditEventFieldValueUnion &&value)
void SetEventFieldId(Aws::String &&value)
AuditEventField & WithNewValue(AuditEventFieldValueUnion &&value)
void SetEventFieldId(const char *value)
void SetNewValue(const AuditEventFieldValueUnion &value)
AWS_CONNECTCASES_API AuditEventField(Aws::Utils::Json::JsonView jsonValue)
bool NewValueHasBeenSet() const
void SetEventFieldId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue