7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector2/model/ClusterDetails.h>
48 template<
typename ClusterArnT = Aws::String>
49 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
50 template<
typename ClusterArnT = Aws::String>
60 template<
typename ClusterDetailsT = Aws::Vector<ClusterDetails>>
61 void SetClusterDetails(ClusterDetailsT&& value) { m_clusterDetailsHasBeenSet =
true; m_clusterDetails = std::forward<ClusterDetailsT>(value); }
62 template<
typename ClusterDetailsT = Aws::Vector<ClusterDetails>>
64 template<
typename ClusterDetailsT = ClusterDetails>
65 ClusterInformation&
AddClusterDetails(ClusterDetailsT&& value) { m_clusterDetailsHasBeenSet =
true; m_clusterDetails.emplace_back(std::forward<ClusterDetailsT>(value));
return *
this; }
70 bool m_clusterArnHasBeenSet =
false;
73 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