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
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
74 bool m_arnHasBeenSet =
false;
77 bool m_filterArnsHasBeenSet =
false;
ReplayDestination & WithArn(const char *value)
ReplayDestination & WithFilterArns(Aws::Vector< Aws::String > &&value)
ReplayDestination & WithArn(Aws::String &&value)
void SetArn(Aws::String &&value)
const Aws::Vector< Aws::String > & GetFilterArns() const
AWS_CLOUDWATCHEVENTS_API ReplayDestination()
void SetArn(const char *value)
void SetFilterArns(Aws::Vector< Aws::String > &&value)
AWS_CLOUDWATCHEVENTS_API ReplayDestination(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const Aws::String &value)
ReplayDestination & WithFilterArns(const Aws::Vector< Aws::String > &value)
bool FilterArnsHasBeenSet() const
void SetFilterArns(const Aws::Vector< Aws::String > &value)
AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
ReplayDestination & AddFilterArns(Aws::String &&value)
ReplayDestination & WithArn(const Aws::String &value)
const Aws::String & GetArn() const
ReplayDestination & AddFilterArns(const Aws::String &value)
AWS_CLOUDWATCHEVENTS_API ReplayDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
ReplayDestination & AddFilterArns(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue