7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAFRequest.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/TimeWindow.h>
41 template <
typename WebAclIdT = Aws::String>
43 m_webAclIdHasBeenSet =
true;
44 m_webAclId = std::forward<WebAclIdT>(value);
46 template <
typename WebAclIdT = Aws::String>
65 template <
typename RuleIdT = Aws::String>
67 m_ruleIdHasBeenSet =
true;
68 m_ruleId = std::forward<RuleIdT>(value);
70 template <
typename RuleIdT = Aws::String>
88 template <
typename TimeWindowT = TimeWindow>
90 m_timeWindowHasBeenSet =
true;
91 m_timeWindow = std::forward<TimeWindowT>(value);
93 template <
typename TimeWindowT = TimeWindow>
110 m_maxItemsHasBeenSet =
true;
125 long long m_maxItems{0};
126 bool m_webAclIdHasBeenSet =
false;
127 bool m_ruleIdHasBeenSet =
false;
128 bool m_timeWindowHasBeenSet =
false;
129 bool m_maxItemsHasBeenSet =
false;
GetSampledRequestsRequest & WithRuleId(RuleIdT &&value)
GetSampledRequestsRequest & WithTimeWindow(TimeWindowT &&value)
AWS_WAF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RuleIdHasBeenSet() const
void SetRuleId(RuleIdT &&value)
void SetTimeWindow(TimeWindowT &&value)
virtual const char * GetServiceRequestName() const override
AWS_WAF_API GetSampledRequestsRequest()=default
GetSampledRequestsRequest & WithMaxItems(long long value)
const Aws::String & GetWebAclId() const
bool TimeWindowHasBeenSet() const
long long GetMaxItems() const
bool WebAclIdHasBeenSet() const
const TimeWindow & GetTimeWindow() const
const Aws::String & GetRuleId() const
void SetMaxItems(long long value)
AWS_WAF_API Aws::String SerializePayload() const override
GetSampledRequestsRequest & WithWebAclId(WebAclIdT &&value)
bool MaxItemsHasBeenSet() const
void SetWebAclId(WebAclIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String