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>
66 template <
typename PathT = Aws::String>
68 m_pathHasBeenSet =
true;
69 m_path = std::forward<PathT>(value);
71 template <
typename PathT = Aws::String>
73 SetPath(std::forward<PathT>(value));
81 bool m_formatHasBeenSet =
false;
82 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