7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/LoggingFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FormatT = LoggingFormat>
49 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
50 template<
typename FormatT = LoggingFormat>
64 template<
typename PathT = Aws::String>
65 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
66 template<
typename PathT = Aws::String>
72 bool m_formatHasBeenSet =
false;
75 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