7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EMRContainers
47 template<
typename LogUriT = Aws::String>
48 void SetLogUri(LogUriT&& value) { m_logUriHasBeenSet =
true; m_logUri = std::forward<LogUriT>(value); }
49 template<
typename LogUriT = Aws::String>
55 bool m_logUriHasBeenSet =
false;
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMRCONTAINERS_API S3MonitoringConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EMRCONTAINERS_API S3MonitoringConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_EMRCONTAINERS_API S3MonitoringConfiguration()=default
const Aws::String & GetLogUri() const
bool LogUriHasBeenSet() const
S3MonitoringConfiguration & WithLogUri(LogUriT &&value)
void SetLogUri(LogUriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue