7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/LoggingFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
74 bool m_formatHasBeenSet =
false;
77 bool m_pathHasBeenSet =
false;
AWS_APPMESH_API VirtualGatewayFileAccessLog(Aws::Utils::Json::JsonView jsonValue)
VirtualGatewayFileAccessLog & WithPath(const Aws::String &value)
bool FormatHasBeenSet() const
const LoggingFormat & GetFormat() const
void SetFormat(const LoggingFormat &value)
bool PathHasBeenSet() const
VirtualGatewayFileAccessLog & WithFormat(LoggingFormat &&value)
void SetPath(Aws::String &&value)
AWS_APPMESH_API VirtualGatewayFileAccessLog & operator=(Aws::Utils::Json::JsonView jsonValue)
VirtualGatewayFileAccessLog & WithPath(Aws::String &&value)
void SetPath(const Aws::String &value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFormat(LoggingFormat &&value)
VirtualGatewayFileAccessLog & WithPath(const char *value)
void SetPath(const char *value)
AWS_APPMESH_API VirtualGatewayFileAccessLog()
const Aws::String & GetPath() const
VirtualGatewayFileAccessLog & WithFormat(const LoggingFormat &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue