7#include <aws/dynamodbstreams/DynamoDBStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodbstreams/model/OperationType.h>
10#include <aws/dynamodbstreams/model/StreamRecord.h>
11#include <aws/dynamodbstreams/model/Identity.h>
24namespace DynamoDBStreams
53 inline void SetEventID(
const char* value) { m_eventIDHasBeenSet =
true; m_eventID.assign(value); }
88 inline void SetEventVersion(
const char* value) { m_eventVersionHasBeenSet =
true; m_eventVersion.assign(value); }
103 inline void SetEventSource(
const char* value) { m_eventSourceHasBeenSet =
true; m_eventSource.assign(value); }
117 inline void SetAwsRegion(
const char* value) { m_awsRegionHasBeenSet =
true; m_awsRegion.assign(value); }
153 bool m_eventIDHasBeenSet =
false;
156 bool m_eventNameHasBeenSet =
false;
159 bool m_eventVersionHasBeenSet =
false;
162 bool m_eventSourceHasBeenSet =
false;
165 bool m_awsRegionHasBeenSet =
false;
168 bool m_dynamodbHasBeenSet =
false;
171 bool m_userIdentityHasBeenSet =
false;
void SetAwsRegion(const Aws::String &value)
void SetEventVersion(Aws::String &&value)
Record & WithEventVersion(const char *value)
void SetEventSource(const char *value)
bool EventVersionHasBeenSet() const
Record & WithAwsRegion(Aws::String &&value)
void SetEventID(const char *value)
Record & WithEventVersion(Aws::String &&value)
const OperationType & GetEventName() const
void SetEventSource(const Aws::String &value)
void SetEventVersion(const Aws::String &value)
void SetDynamodb(StreamRecord &&value)
void SetUserIdentity(const Identity &value)
bool EventSourceHasBeenSet() const
Record & WithEventName(OperationType &&value)
Record & WithEventSource(const Aws::String &value)
const Aws::String & GetAwsRegion() const
Record & WithEventID(Aws::String &&value)
void SetEventSource(Aws::String &&value)
const Aws::String & GetEventSource() const
void SetEventID(Aws::String &&value)
Record & WithUserIdentity(const Identity &value)
Record & WithDynamodb(const StreamRecord &value)
const Identity & GetUserIdentity() const
bool EventIDHasBeenSet() const
bool AwsRegionHasBeenSet() const
Record & WithAwsRegion(const Aws::String &value)
AWS_DYNAMODBSTREAMS_API Record()
void SetAwsRegion(Aws::String &&value)
bool UserIdentityHasBeenSet() const
Record & WithEventName(const OperationType &value)
Record & WithEventSource(const char *value)
Record & WithEventID(const Aws::String &value)
bool DynamodbHasBeenSet() const
Record & WithEventSource(Aws::String &&value)
AWS_DYNAMODBSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDynamodb(const StreamRecord &value)
const Aws::String & GetEventVersion() const
const Aws::String & GetEventID() const
void SetEventName(const OperationType &value)
Record & WithEventVersion(const Aws::String &value)
const StreamRecord & GetDynamodb() const
AWS_DYNAMODBSTREAMS_API Record(Aws::Utils::Json::JsonView jsonValue)
Record & WithUserIdentity(Identity &&value)
bool EventNameHasBeenSet() const
void SetEventVersion(const char *value)
void SetUserIdentity(Identity &&value)
AWS_DYNAMODBSTREAMS_API Record & operator=(Aws::Utils::Json::JsonView jsonValue)
Record & WithAwsRegion(const char *value)
Record & WithDynamodb(StreamRecord &&value)
void SetAwsRegion(const char *value)
void SetEventName(OperationType &&value)
Record & WithEventID(const char *value)
void SetEventID(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue