7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/LoggingFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename FormatT = LoggingFormat>
44 m_formatHasBeenSet =
true;
45 m_format = std::forward<FormatT>(value);
47 template <
typename FormatT = LoggingFormat>
64 template <
typename PathT = Aws::String>
66 m_pathHasBeenSet =
true;
67 m_path = std::forward<PathT>(value);
69 template <
typename PathT = Aws::String>
71 SetPath(std::forward<PathT>(value));
79 bool m_formatHasBeenSet =
false;
80 bool m_pathHasBeenSet =
false;
AWS_APPMESH_API VirtualGatewayFileAccessLog(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
VirtualGatewayFileAccessLog & WithFormat(FormatT &&value)
bool FormatHasBeenSet() const
const LoggingFormat & GetFormat() const
bool PathHasBeenSet() const
AWS_APPMESH_API VirtualGatewayFileAccessLog & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFormat(FormatT &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPMESH_API VirtualGatewayFileAccessLog()=default
VirtualGatewayFileAccessLog & WithPath(PathT &&value)
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue