7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 m_dryRunHasBeenSet =
true;
64 m_maxResultsHasBeenSet =
true;
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
98 template <
typename VpcIdT = Aws::String>
100 m_vpcIdHasBeenSet =
true;
101 m_vpcId = std::forward<VpcIdT>(value);
103 template <
typename VpcIdT = Aws::String>
105 SetVpcId(std::forward<VpcIdT>(value));
110 bool m_dryRun{
false};
117 bool m_dryRunHasBeenSet =
false;
118 bool m_maxResultsHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
120 bool m_vpcIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
DescribeStaleSecurityGroupsRequest & WithMaxResults(int value)
void SetDryRun(bool value)
DescribeStaleSecurityGroupsRequest & WithDryRun(bool value)
int GetMaxResults() const
DescribeStaleSecurityGroupsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API DescribeStaleSecurityGroupsRequest()=default
void SetVpcId(VpcIdT &&value)
DescribeStaleSecurityGroupsRequest & WithVpcId(VpcIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVpcId() const
bool MaxResultsHasBeenSet() const
bool VpcIdHasBeenSet() const
bool DryRunHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String