7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/TagSpecification.h>
47 m_dryRunHasBeenSet =
true;
63 template <
typename VpcIdT = Aws::String>
65 m_vpcIdHasBeenSet =
true;
66 m_vpcId = std::forward<VpcIdT>(value);
68 template <
typename VpcIdT = Aws::String>
70 SetVpcId(std::forward<VpcIdT>(value));
81 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
83 m_tagSpecificationsHasBeenSet =
true;
84 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
86 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
91 template <
typename TagSpecificationsT = TagSpecification>
93 m_tagSpecificationsHasBeenSet =
true;
94 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
104 bool m_dryRunHasBeenSet =
false;
105 bool m_vpcIdHasBeenSet =
false;
106 bool m_tagSpecificationsHasBeenSet =
false;
bool VpcIdHasBeenSet() const
const Aws::String & GetVpcId() const
void SetDryRun(bool value)
bool TagSpecificationsHasBeenSet() const
CreateVpcEncryptionControlRequest & WithTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API CreateVpcEncryptionControlRequest()=default
void SetVpcId(VpcIdT &&value)
CreateVpcEncryptionControlRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateVpcEncryptionControlRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateVpcEncryptionControlRequest & WithVpcId(VpcIdT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
void SetTagSpecifications(TagSpecificationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector