7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/model/AccountAttributeName.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename AttributeNamesT = Aws::Vector<AccountAttributeName>>
60 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
61 template<
typename AttributeNamesT = Aws::Vector<AccountAttributeName>>
68 bool m_dryRunHasBeenSet =
false;
71 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