7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
84 template<
typename VpcIdT = Aws::String>
85 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
86 template<
typename VpcIdT = Aws::String>
92 bool m_dryRunHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 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