7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/model/LookupAttributeKey.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename AttributeValueT = Aws::String>
63 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
64 template<
typename AttributeValueT = Aws::String>
70 bool m_attributeKeyHasBeenSet =
false;
73 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