7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
20namespace resiliencehubv2 {
40 template <
typename ClusterArnT = Aws::String>
42 m_clusterArnHasBeenSet =
true;
43 m_clusterArn = std::forward<ClusterArnT>(value);
45 template <
typename ClusterArnT = Aws::String>
58 template <
typename NamespacesT = Aws::Vector<Aws::String>>
60 m_namespacesHasBeenSet =
true;
61 m_namespaces = std::forward<NamespacesT>(value);
63 template <
typename NamespacesT = Aws::Vector<Aws::String>>
68 template <
typename NamespacesT = Aws::String>
70 m_namespacesHasBeenSet =
true;
71 m_namespaces.emplace_back(std::forward<NamespacesT>(value));
79 bool m_clusterArnHasBeenSet =
false;
80 bool m_namespacesHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API EksSource()=default
EksSource & WithNamespaces(NamespacesT &&value)
bool ClusterArnHasBeenSet() const
const Aws::String & GetClusterArn() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUBV2_API EksSource(Aws::Utils::Json::JsonView jsonValue)
bool NamespacesHasBeenSet() const
EksSource & AddNamespaces(NamespacesT &&value)
const Aws::Vector< Aws::String > & GetNamespaces() const
void SetClusterArn(ClusterArnT &&value)
EksSource & WithClusterArn(ClusterArnT &&value)
AWS_RESILIENCEHUBV2_API EksSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNamespaces(NamespacesT &&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