/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the Chatbot topics or Chatbot clients associated with a
* notification rule.See Also:
AWS
* API Reference
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The target type. Can be an Chatbot topic or Chatbot client.
Chatbot topics are specified as SNS
.
Chatbot
* clients are specified as AWSChatbotSlack
.
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline const Aws::String& GetTargetAddress() const{ return m_targetAddress; } /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline bool TargetAddressHasBeenSet() const { return m_targetAddressHasBeenSet; } /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline void SetTargetAddress(const Aws::String& value) { m_targetAddressHasBeenSet = true; m_targetAddress = value; } /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline void SetTargetAddress(Aws::String&& value) { m_targetAddressHasBeenSet = true; m_targetAddress = std::move(value); } /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline void SetTargetAddress(const char* value) { m_targetAddressHasBeenSet = true; m_targetAddress.assign(value); } /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline Target& WithTargetAddress(const Aws::String& value) { SetTargetAddress(value); return *this;} /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline Target& WithTargetAddress(Aws::String&& value) { SetTargetAddress(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
*/ inline Target& WithTargetAddress(const char* value) { SetTargetAddress(value); return *this;} private: Aws::String m_targetType; bool m_targetTypeHasBeenSet = false; Aws::String m_targetAddress; bool m_targetAddressHasBeenSet = false; }; } // namespace Model } // namespace CodeStarNotifications } // namespace Aws