AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UriFragment.h
1
6#pragma once
7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/FallbackBehavior.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace WAFV2
22{
23namespace Model
24{
25
38 {
39 public:
40 AWS_WAFV2_API UriFragment() = default;
43 AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
64 inline FallbackBehavior GetFallbackBehavior() const { return m_fallbackBehavior; }
65 inline bool FallbackBehaviorHasBeenSet() const { return m_fallbackBehaviorHasBeenSet; }
66 inline void SetFallbackBehavior(FallbackBehavior value) { m_fallbackBehaviorHasBeenSet = true; m_fallbackBehavior = value; }
69 private:
70
72 bool m_fallbackBehaviorHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace WAFV2
77} // namespace Aws
void SetFallbackBehavior(FallbackBehavior value)
Definition UriFragment.h:66
UriFragment & WithFallbackBehavior(FallbackBehavior value)
Definition UriFragment.h:67
AWS_WAFV2_API UriFragment(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API UriFragment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FallbackBehaviorHasBeenSet() const
Definition UriFragment.h:65
FallbackBehavior GetFallbackBehavior() const
Definition UriFragment.h:64
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API UriFragment()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue