7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
73 bool m_resourceConfigurationArnHasBeenSet =
false;
76 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