7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
41 template <
typename AttributeNameT = Aws::String>
43 m_attributeNameHasBeenSet =
true;
44 m_attributeName = std::forward<AttributeNameT>(value);
46 template <
typename AttributeNameT = Aws::String>
59 template <
typename AttributeValueT = Aws::String>
61 m_attributeValueHasBeenSet =
true;
62 m_attributeValue = std::forward<AttributeValueT>(value);
64 template <
typename AttributeValueT = Aws::String>
74 bool m_attributeNameHasBeenSet =
false;
75 bool m_attributeValueHasBeenSet =
false;
bool AttributeNameHasBeenSet() const
HttpEndpointCommonAttribute & WithAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeValue() const
const Aws::String & GetAttributeName() const
bool AttributeValueHasBeenSet() const
void SetAttributeValue(AttributeValueT &&value)
AWS_FIREHOSE_API HttpEndpointCommonAttribute(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API HttpEndpointCommonAttribute()=default
void SetAttributeName(AttributeNameT &&value)
HttpEndpointCommonAttribute & WithAttributeValue(AttributeValueT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API HttpEndpointCommonAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue