7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/model/BehaviorEnum.h>
71 template<
typename PathT = Aws::String>
72 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
73 template<
typename PathT = Aws::String>
93 bool m_pathHasBeenSet =
false;
96 bool m_behaviorHasBeenSet =
false;
CacheBehaviorPerPath & WithPath(PathT &&value)
void SetBehavior(BehaviorEnum value)
bool PathHasBeenSet() const
AWS_LIGHTSAIL_API CacheBehaviorPerPath(Aws::Utils::Json::JsonView jsonValue)
CacheBehaviorPerPath & WithBehavior(BehaviorEnum value)
AWS_LIGHTSAIL_API CacheBehaviorPerPath & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool BehaviorHasBeenSet() const
BehaviorEnum GetBehavior() const
const Aws::String & GetPath() const
void SetPath(PathT &&value)
AWS_LIGHTSAIL_API CacheBehaviorPerPath()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue