7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CloudWatchEvents
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;
AWS_CLOUDWATCHEVENTS_API ReplayDestination()=default
const Aws::Vector< Aws::String > & GetFilterArns() const
AWS_CLOUDWATCHEVENTS_API ReplayDestination(Aws::Utils::Json::JsonView jsonValue)
bool FilterArnsHasBeenSet() const
ReplayDestination & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
ReplayDestination & AddFilterArns(FilterArnsT &&value)
AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFilterArns(FilterArnsT &&value)
const Aws::String & GetArn() const
AWS_CLOUDWATCHEVENTS_API ReplayDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
ReplayDestination & WithFilterArns(FilterArnsT &&value)
bool ArnHasBeenSet() 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