7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetEventDataStoreArn(
const char* value) { m_eventDataStoreArnHasBeenSet =
true; m_eventDataStoreArn.assign(value); }
66 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
74 bool m_eventDataStoreArnHasBeenSet =
false;
77 bool m_nameHasBeenSet =
false;
EventDataStore & WithEventDataStoreArn(const char *value)
AWS_CLOUDTRAIL_API EventDataStore(Aws::Utils::Json::JsonView jsonValue)
EventDataStore & WithName(const Aws::String &value)
AWS_CLOUDTRAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEventDataStoreArn() const
const Aws::String & GetName() const
void SetEventDataStoreArn(Aws::String &&value)
AWS_CLOUDTRAIL_API EventDataStore & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
EventDataStore & WithEventDataStoreArn(const Aws::String &value)
EventDataStore & WithName(const char *value)
void SetName(const char *value)
void SetEventDataStoreArn(const char *value)
AWS_CLOUDTRAIL_API EventDataStore()
void SetName(Aws::String &&value)
bool EventDataStoreArnHasBeenSet() const
void SetEventDataStoreArn(const Aws::String &value)
EventDataStore & WithEventDataStoreArn(Aws::String &&value)
EventDataStore & WithName(Aws::String &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue