7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
19namespace EventBridge {
42 template <
typename ResourceConfigurationArnT = Aws::String>
44 m_resourceConfigurationArnHasBeenSet =
true;
45 m_resourceConfigurationArn = std::forward<ResourceConfigurationArnT>(value);
47 template <
typename ResourceConfigurationArnT = Aws::String>
65 template <
typename ResourceAssociationArnT = Aws::String>
67 m_resourceAssociationArnHasBeenSet =
true;
68 m_resourceAssociationArn = std::forward<ResourceAssociationArnT>(value);
70 template <
typename ResourceAssociationArnT = Aws::String>
80 bool m_resourceConfigurationArnHasBeenSet =
false;
81 bool m_resourceAssociationArnHasBeenSet =
false;
AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters()=default
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
DescribeConnectionResourceParameters & WithResourceAssociationArn(ResourceAssociationArnT &&value)
const Aws::String & GetResourceAssociationArn() const
const Aws::String & GetResourceConfigurationArn() const
AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API DescribeConnectionResourceParameters(Aws::Utils::Json::JsonView jsonValue)
bool ResourceConfigurationArnHasBeenSet() const
DescribeConnectionResourceParameters & WithResourceConfigurationArn(ResourceConfigurationArnT &&value)
bool ResourceAssociationArnHasBeenSet() const
void SetResourceAssociationArn(ResourceAssociationArnT &&value)
void SetResourceConfigurationArn(ResourceConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue