AWS SDK for C++

AWS SDK for C++ Version 1.11.749

Loading...
Searching...
No Matches
FirehoseLogDestination.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Pipes {
20namespace Model {
21
29 public:
30 AWS_PIPES_API FirehoseLogDestination() = default;
33 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetDeliveryStreamArn() const { return m_deliveryStreamArn; }
41 inline bool DeliveryStreamArnHasBeenSet() const { return m_deliveryStreamArnHasBeenSet; }
42 template <typename DeliveryStreamArnT = Aws::String>
43 void SetDeliveryStreamArn(DeliveryStreamArnT&& value) {
44 m_deliveryStreamArnHasBeenSet = true;
45 m_deliveryStreamArn = std::forward<DeliveryStreamArnT>(value);
46 }
47 template <typename DeliveryStreamArnT = Aws::String>
48 FirehoseLogDestination& WithDeliveryStreamArn(DeliveryStreamArnT&& value) {
49 SetDeliveryStreamArn(std::forward<DeliveryStreamArnT>(value));
50 return *this;
51 }
53 private:
54 Aws::String m_deliveryStreamArn;
55 bool m_deliveryStreamArnHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Pipes
60} // namespace Aws
AWS_PIPES_API FirehoseLogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API FirehoseLogDestination(Aws::Utils::Json::JsonView jsonValue)
void SetDeliveryStreamArn(DeliveryStreamArnT &&value)
AWS_PIPES_API FirehoseLogDestination()=default
FirehoseLogDestination & WithDeliveryStreamArn(DeliveryStreamArnT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue