7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LogGroupArnT = Aws::String>
49 void SetLogGroupArn(LogGroupArnT&& value) { m_logGroupArnHasBeenSet =
true; m_logGroupArn = std::forward<LogGroupArnT>(value); }
50 template<
typename LogGroupArnT = Aws::String>
56 bool m_logGroupArnHasBeenSet =
false;
bool LogGroupArnHasBeenSet() const
AWS_PIPES_API CloudwatchLogsLogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API CloudwatchLogsLogDestination()=default
const Aws::String & GetLogGroupArn() const
AWS_PIPES_API CloudwatchLogsLogDestination(Aws::Utils::Json::JsonView jsonValue)
void SetLogGroupArn(LogGroupArnT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
CloudwatchLogsLogDestination & WithLogGroupArn(LogGroupArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue