7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename LoggingRoleT = Aws::String>
46 m_loggingRoleHasBeenSet =
true;
47 m_loggingRole = std::forward<LoggingRoleT>(value);
49 template <
typename LoggingRoleT = Aws::String>
63 template <
typename LogGroupNameT = Aws::String>
65 m_logGroupNameHasBeenSet =
true;
66 m_logGroupName = std::forward<LogGroupNameT>(value);
68 template <
typename LogGroupNameT = Aws::String>
78 bool m_loggingRoleHasBeenSet =
false;
79 bool m_logGroupNameHasBeenSet =
false;
AWS_TRANSFER_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLoggingRole(LoggingRoleT &&value)
AWS_TRANSFER_API LoggingConfiguration()=default
AWS_TRANSFER_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLogGroupName() const
LoggingConfiguration & WithLogGroupName(LogGroupNameT &&value)
const Aws::String & GetLoggingRole() const
void SetLogGroupName(LogGroupNameT &&value)
bool LogGroupNameHasBeenSet() const
bool LoggingRoleHasBeenSet() const
LoggingConfiguration & WithLoggingRole(LoggingRoleT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue