AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeConnectionResourceParameters.h
1
6#pragma once
7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EventBridge
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters() = default;
38 AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetResourceConfigurationArn() const { return m_resourceConfigurationArn; }
47 inline bool ResourceConfigurationArnHasBeenSet() const { return m_resourceConfigurationArnHasBeenSet; }
48 template<typename ResourceConfigurationArnT = Aws::String>
49 void SetResourceConfigurationArn(ResourceConfigurationArnT&& value) { m_resourceConfigurationArnHasBeenSet = true; m_resourceConfigurationArn = std::forward<ResourceConfigurationArnT>(value); }
50 template<typename ResourceConfigurationArnT = Aws::String>
51 DescribeConnectionResourceParameters& WithResourceConfigurationArn(ResourceConfigurationArnT&& value) { SetResourceConfigurationArn(std::forward<ResourceConfigurationArnT>(value)); return *this;}
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) { m_resourceAssociationArnHasBeenSet = true; m_resourceAssociationArn = std::forward<ResourceAssociationArnT>(value); }
67 template<typename ResourceAssociationArnT = Aws::String>
68 DescribeConnectionResourceParameters& WithResourceAssociationArn(ResourceAssociationArnT&& value) { SetResourceAssociationArn(std::forward<ResourceAssociationArnT>(value)); return *this;}
70 private:
71
72 Aws::String m_resourceConfigurationArn;
73 bool m_resourceConfigurationArnHasBeenSet = false;
74
75 Aws::String m_resourceAssociationArn;
76 bool m_resourceAssociationArnHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace EventBridge
81} // 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