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>
66 template<
typename PathT = Aws::String>
67 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
68 template<
typename PathT = Aws::String>
74 bool m_formatHasBeenSet =
false;
77 bool m_pathHasBeenSet =
false;
bool FormatHasBeenSet() const
FileAccessLog & WithFormat(FormatT &&value)
AWS_APPMESH_API FileAccessLog & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
const LoggingFormat & GetFormat() const
FileAccessLog & WithPath(PathT &&value)
bool PathHasBeenSet() const
void SetPath(PathT &&value)
const Aws::String & GetPath() const
void SetFormat(FormatT &&value)
AWS_APPMESH_API FileAccessLog()=default
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