7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename FilterArnsT = Aws::Vector<Aws::String>>
62 void SetFilterArns(FilterArnsT&& value) { m_filterArnsHasBeenSet =
true; m_filterArns = std::forward<FilterArnsT>(value); }
63 template<
typename FilterArnsT = Aws::Vector<Aws::String>>
65 template<
typename FilterArnsT = Aws::String>
66 ReplayDestination&
AddFilterArns(FilterArnsT&& value) { m_filterArnsHasBeenSet =
true; m_filterArns.emplace_back(std::forward<FilterArnsT>(value));
return *
this; }
71 bool m_arnHasBeenSet =
false;
74 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