7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
63 inline void SetCidr(
const char* value) { m_cidrHasBeenSet =
true; m_cidr.assign(value); }
77 inline void SetIpamScopeId(
const char* value) { m_ipamScopeIdHasBeenSet =
true; m_ipamScopeId.assign(value); }
91 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
130 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
142 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
150 bool m_dryRunHasBeenSet =
false;
153 bool m_cidrHasBeenSet =
false;
156 bool m_ipamScopeIdHasBeenSet =
false;
159 bool m_vpcIdHasBeenSet =
false;
162 bool m_startTimeHasBeenSet =
false;
165 bool m_endTimeHasBeenSet =
false;
168 bool m_maxResultsHasBeenSet =
false;
171 bool m_nextTokenHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartTime() const
bool StartTimeHasBeenSet() const
void SetCidr(const Aws::String &value)
void SetVpcId(const Aws::String &value)
GetIpamAddressHistoryRequest & WithEndTime(Aws::Utils::DateTime &&value)
void SetIpamScopeId(const Aws::String &value)
bool IpamScopeIdHasBeenSet() const
bool CidrHasBeenSet() const
void SetDryRun(bool value)
int GetMaxResults() const
void SetVpcId(const char *value)
GetIpamAddressHistoryRequest & WithNextToken(const char *value)
GetIpamAddressHistoryRequest & WithVpcId(Aws::String &&value)
void SetMaxResults(int value)
GetIpamAddressHistoryRequest & WithMaxResults(int value)
void SetNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
void SetCidr(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetStartTime(Aws::Utils::DateTime &&value)
GetIpamAddressHistoryRequest & WithCidr(const Aws::String &value)
GetIpamAddressHistoryRequest & WithCidr(const char *value)
GetIpamAddressHistoryRequest & WithNextToken(Aws::String &&value)
AWS_EC2_API Aws::String SerializePayload() const override
GetIpamAddressHistoryRequest & WithStartTime(const Aws::Utils::DateTime &value)
bool VpcIdHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetNextToken() const
void SetVpcId(Aws::String &&value)
void SetCidr(const char *value)
void SetNextToken(const Aws::String &value)
AWS_EC2_API GetIpamAddressHistoryRequest()
void SetEndTime(const Aws::Utils::DateTime &value)
bool EndTimeHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetStartTime(const Aws::Utils::DateTime &value)
GetIpamAddressHistoryRequest & WithVpcId(const Aws::String &value)
void SetIpamScopeId(Aws::String &&value)
bool DryRunHasBeenSet() const
GetIpamAddressHistoryRequest & WithNextToken(const Aws::String &value)
GetIpamAddressHistoryRequest & WithDryRun(bool value)
const Aws::String & GetCidr() const
GetIpamAddressHistoryRequest & WithVpcId(const char *value)
void SetNextToken(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetEndTime(Aws::Utils::DateTime &&value)
const Aws::String & GetVpcId() const
GetIpamAddressHistoryRequest & WithCidr(Aws::String &&value)
GetIpamAddressHistoryRequest & WithIpamScopeId(Aws::String &&value)
GetIpamAddressHistoryRequest & WithIpamScopeId(const char *value)
GetIpamAddressHistoryRequest & WithStartTime(Aws::Utils::DateTime &&value)
void SetIpamScopeId(const char *value)
GetIpamAddressHistoryRequest & WithIpamScopeId(const Aws::String &value)
const Aws::String & GetIpamScopeId() const
GetIpamAddressHistoryRequest & WithEndTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String