7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/model/LookupAttributeKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 m_attributeKeyHasBeenSet =
true;
44 m_attributeKey = value;
62 template <
typename AttributeValueT = Aws::String>
64 m_attributeValueHasBeenSet =
true;
65 m_attributeValue = std::forward<AttributeValueT>(value);
67 template <
typename AttributeValueT = Aws::String>
77 bool m_attributeKeyHasBeenSet =
false;
78 bool m_attributeValueHasBeenSet =
false;
LookupAttribute & WithAttributeKey(LookupAttributeKey value)
const Aws::String & GetAttributeValue() const
AWS_CLOUDTRAIL_API LookupAttribute()=default
bool AttributeKeyHasBeenSet() const
AWS_CLOUDTRAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeValueHasBeenSet() const
LookupAttribute & WithAttributeValue(AttributeValueT &&value)
void SetAttributeKey(LookupAttributeKey value)
AWS_CLOUDTRAIL_API LookupAttribute(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDTRAIL_API LookupAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeValue(AttributeValueT &&value)
LookupAttributeKey GetAttributeKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue