7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/model/LookupAttributeKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetAttributeValue(
const char* value) { m_attributeValueHasBeenSet =
true; m_attributeValue.assign(value); }
74 bool m_attributeKeyHasBeenSet =
false;
77 bool m_attributeValueHasBeenSet =
false;
void SetAttributeValue(const char *value)
LookupAttribute & WithAttributeKey(const LookupAttributeKey &value)
void SetAttributeValue(Aws::String &&value)
LookupAttribute & WithAttributeValue(const Aws::String &value)
LookupAttribute & WithAttributeKey(LookupAttributeKey &&value)
const Aws::String & GetAttributeValue() const
void SetAttributeKey(const LookupAttributeKey &value)
bool AttributeKeyHasBeenSet() const
AWS_CLOUDTRAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeValueHasBeenSet() const
LookupAttribute & WithAttributeValue(const char *value)
AWS_CLOUDTRAIL_API LookupAttribute()
LookupAttribute & WithAttributeValue(Aws::String &&value)
AWS_CLOUDTRAIL_API LookupAttribute(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDTRAIL_API LookupAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeValue(const Aws::String &value)
void SetAttributeKey(LookupAttributeKey &&value)
const LookupAttributeKey & GetAttributeKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue