7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
41 template <
typename RoleArnT = Aws::String>
43 m_roleArnHasBeenSet =
true;
44 m_roleArn = std::forward<RoleArnT>(value);
46 template <
typename RoleArnT = Aws::String>
59 template <
typename LogGroupNameT = Aws::String>
61 m_logGroupNameHasBeenSet =
true;
62 m_logGroupName = std::forward<LogGroupNameT>(value);
64 template <
typename LogGroupNameT = Aws::String>
80 m_batchModeHasBeenSet =
true;
93 bool m_batchMode{
false};
94 bool m_roleArnHasBeenSet =
false;
95 bool m_logGroupNameHasBeenSet =
false;
96 bool m_batchModeHasBeenSet =
false;
AWS_IOT_API CloudwatchLogsAction()=default
bool BatchModeHasBeenSet() const
AWS_IOT_API CloudwatchLogsAction(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLogGroupName() const
bool GetBatchMode() const
CloudwatchLogsAction & WithRoleArn(RoleArnT &&value)
bool LogGroupNameHasBeenSet() const
void SetBatchMode(bool value)
AWS_IOT_API CloudwatchLogsAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogGroupName(LogGroupNameT &&value)
CloudwatchLogsAction & WithLogGroupName(LogGroupNameT &&value)
void SetRoleArn(RoleArnT &&value)
CloudwatchLogsAction & WithBatchMode(bool value)
const Aws::String & GetRoleArn() const
bool RoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue