7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
19namespace DevOpsAgent {
42 template <
typename RoleArnT = Aws::String>
44 m_roleArnHasBeenSet =
true;
45 m_roleArn = std::forward<RoleArnT>(value);
47 template <
typename RoleArnT = Aws::String>
64 m_enabledHasBeenSet =
true;
75 bool m_enabled{
false};
76 bool m_roleArnHasBeenSet =
false;
77 bool m_enabledHasBeenSet =
false;
SlackBidirectionalConfiguration & WithRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
SlackBidirectionalConfiguration & WithEnabled(bool value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnabledHasBeenSet() const
const Aws::String & GetRoleArn() const
AWS_DEVOPSAGENT_API SlackBidirectionalConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API SlackBidirectionalConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEnabled(bool value)
AWS_DEVOPSAGENT_API SlackBidirectionalConfiguration()=default
void SetRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue