AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DescribeConnectionResourceParameters.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EventBridge {
20namespace Model {
21
29 public:
30 AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters() = default;
33 AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetResourceConfigurationArn() const { return m_resourceConfigurationArn; }
41 inline bool ResourceConfigurationArnHasBeenSet() const { return m_resourceConfigurationArnHasBeenSet; }
42 template <typename ResourceConfigurationArnT = Aws::String>
43 void SetResourceConfigurationArn(ResourceConfigurationArnT&& value) {
44 m_resourceConfigurationArnHasBeenSet = true;
45 m_resourceConfigurationArn = std::forward<ResourceConfigurationArnT>(value);
46 }
47 template <typename ResourceConfigurationArnT = Aws::String>
49 SetResourceConfigurationArn(std::forward<ResourceConfigurationArnT>(value));
50 return *this;
51 }
53
55
63 inline const Aws::String& GetResourceAssociationArn() const { return m_resourceAssociationArn; }
64 inline bool ResourceAssociationArnHasBeenSet() const { return m_resourceAssociationArnHasBeenSet; }
65 template <typename ResourceAssociationArnT = Aws::String>
66 void SetResourceAssociationArn(ResourceAssociationArnT&& value) {
67 m_resourceAssociationArnHasBeenSet = true;
68 m_resourceAssociationArn = std::forward<ResourceAssociationArnT>(value);
69 }
70 template <typename ResourceAssociationArnT = Aws::String>
72 SetResourceAssociationArn(std::forward<ResourceAssociationArnT>(value));
73 return *this;
74 }
76 private:
77 Aws::String m_resourceConfigurationArn;
78
79 Aws::String m_resourceAssociationArn;
80 bool m_resourceConfigurationArnHasBeenSet = false;
81 bool m_resourceAssociationArnHasBeenSet = false;
82};
83
84} // namespace Model
85} // namespace EventBridge
86} // namespace Aws
AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters()=default
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
DescribeConnectionResourceParameters & WithResourceAssociationArn(ResourceAssociationArnT &&value)
AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters(Aws::Utils::Json::JsonView jsonValue)
DescribeConnectionResourceParameters & WithResourceConfigurationArn(ResourceConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue