7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/ClusterDetails.h>
42 template <
typename ClusterArnT = Aws::String>
44 m_clusterArnHasBeenSet =
true;
45 m_clusterArn = std::forward<ClusterArnT>(value);
47 template <
typename ClusterArnT = Aws::String>
60 template <
typename ClusterDetailsT = Aws::Vector<ClusterDetails>>
62 m_clusterDetailsHasBeenSet =
true;
63 m_clusterDetails = std::forward<ClusterDetailsT>(value);
65 template <
typename ClusterDetailsT = Aws::Vector<ClusterDetails>>
70 template <
typename ClusterDetailsT = ClusterDetails>
72 m_clusterDetailsHasBeenSet =
true;
73 m_clusterDetails.emplace_back(std::forward<ClusterDetailsT>(value));
81 bool m_clusterArnHasBeenSet =
false;
82 bool m_clusterDetailsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue