7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
20namespace EventBridge {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename FilterArnsT = Aws::Vector<Aws::String>>
63 m_filterArnsHasBeenSet =
true;
64 m_filterArns = std::forward<FilterArnsT>(value);
66 template <
typename FilterArnsT = Aws::Vector<Aws::String>>
71 template <
typename FilterArnsT = Aws::String>
73 m_filterArnsHasBeenSet =
true;
74 m_filterArns.emplace_back(std::forward<FilterArnsT>(value));
82 bool m_arnHasBeenSet =
false;
83 bool m_filterArnsHasBeenSet =
false;
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
ReplayDestination & AddFilterArns(FilterArnsT &&value)
void SetFilterArns(FilterArnsT &&value)
ReplayDestination & WithFilterArns(FilterArnsT &&value)
const Aws::Vector< Aws::String > & GetFilterArns() const
bool FilterArnsHasBeenSet() const
AWS_EVENTBRIDGE_API ReplayDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API ReplayDestination()=default
ReplayDestination & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_EVENTBRIDGE_API ReplayDestination(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue