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>
46 m_dryRunHasBeenSet =
true;
62 template <
typename FlowLogIdsT = Aws::Vector<Aws::String>>
64 m_flowLogIdsHasBeenSet =
true;
65 m_flowLogIds = std::forward<FlowLogIdsT>(value);
67 template <
typename FlowLogIdsT = Aws::Vector<Aws::String>>
72 template <
typename FlowLogIdsT = Aws::String>
74 m_flowLogIdsHasBeenSet =
true;
75 m_flowLogIds.emplace_back(std::forward<FlowLogIdsT>(value));
83 bool m_dryRunHasBeenSet =
false;
84 bool m_flowLogIdsHasBeenSet =
false;
DeleteFlowLogsRequest & WithDryRun(bool value)
DeleteFlowLogsRequest & WithFlowLogIds(FlowLogIdsT &&value)
bool FlowLogIdsHasBeenSet() const
void SetDryRun(bool value)
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteFlowLogsRequest & AddFlowLogIds(FlowLogIdsT &&value)
virtual const char * GetServiceRequestName() const override
void SetFlowLogIds(FlowLogIdsT &&value)
AWS_EC2_API DeleteFlowLogsRequest()=default
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetFlowLogIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector