7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/AccountAttributeName.h>
46 m_dryRunHasBeenSet =
true;
61 template <
typename AttributeNamesT = Aws::Vector<AccountAttributeName>>
63 m_attributeNamesHasBeenSet =
true;
64 m_attributeNames = std::forward<AttributeNamesT>(value);
66 template <
typename AttributeNamesT = Aws::Vector<AccountAttributeName>>
72 m_attributeNamesHasBeenSet =
true;
73 m_attributeNames.push_back(value);
81 bool m_dryRunHasBeenSet =
false;
82 bool m_attributeNamesHasBeenSet =
false;
bool AttributeNamesHasBeenSet() const
const Aws::Vector< AccountAttributeName > & GetAttributeNames() const
void SetAttributeNames(AttributeNamesT &&value)
void SetDryRun(bool value)
DescribeAccountAttributesRequest & AddAttributeNames(AccountAttributeName value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
DescribeAccountAttributesRequest & WithDryRun(bool value)
AWS_EC2_API DescribeAccountAttributesRequest()=default
DescribeAccountAttributesRequest & WithAttributeNames(AttributeNamesT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector