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