7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
10#include <aws/snowball/model/ClusterState.h>
44 template <
typename ClusterIdT = Aws::String>
46 m_clusterIdHasBeenSet =
true;
47 m_clusterId = std::forward<ClusterIdT>(value);
49 template <
typename ClusterIdT = Aws::String>
64 m_clusterStateHasBeenSet =
true;
65 m_clusterState = value;
79 template <
typename CreationDateT = Aws::Utils::DateTime>
81 m_creationDateHasBeenSet =
true;
82 m_creationDate = std::forward<CreationDateT>(value);
84 template <
typename CreationDateT = Aws::Utils::DateTime>
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
111 bool m_clusterIdHasBeenSet =
false;
114 bool m_clusterStateHasBeenSet =
false;
117 bool m_creationDateHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
ClusterState GetClusterState() const
void SetClusterId(ClusterIdT &&value)
ClusterListEntry & WithClusterState(ClusterState value)
bool CreationDateHasBeenSet() const
AWS_SNOWBALL_API ClusterListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
ClusterListEntry & WithCreationDate(CreationDateT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetClusterId() const
void SetClusterState(ClusterState value)
ClusterListEntry & WithClusterId(ClusterIdT &&value)
bool ClusterStateHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
bool DescriptionHasBeenSet() const
bool ClusterIdHasBeenSet() const
AWS_SNOWBALL_API ClusterListEntry()=default
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
ClusterListEntry & WithDescription(DescriptionT &&value)
AWS_SNOWBALL_API ClusterListEntry(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue