7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/KxAttachedCluster.h>
12#include <aws/finspace/model/KxAzMode.h>
13#include <aws/finspace/model/KxNAS1Configuration.h>
14#include <aws/finspace/model/KxVolumeStatus.h>
15#include <aws/finspace/model/KxVolumeType.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
42 template <
typename EnvironmentIdT = Aws::String>
44 m_environmentIdHasBeenSet =
true;
45 m_environmentId = std::forward<EnvironmentIdT>(value);
47 template <
typename EnvironmentIdT = Aws::String>
59 template <
typename VolumeNameT = Aws::String>
61 m_volumeNameHasBeenSet =
true;
62 m_volumeName = std::forward<VolumeNameT>(value);
64 template <
typename VolumeNameT = Aws::String>
78 m_volumeTypeHasBeenSet =
true;
92 template <
typename VolumeArnT = Aws::String>
94 m_volumeArnHasBeenSet =
true;
95 m_volumeArn = std::forward<VolumeArnT>(value);
97 template <
typename VolumeArnT = Aws::String>
110 template <
typename Nas1ConfigurationT = KxNAS1Configuration>
112 m_nas1ConfigurationHasBeenSet =
true;
113 m_nas1Configuration = std::forward<Nas1ConfigurationT>(value);
115 template <
typename Nas1ConfigurationT = KxNAS1Configuration>
136 m_statusHasBeenSet =
true;
150 template <
typename DescriptionT = Aws::String>
152 m_descriptionHasBeenSet =
true;
153 m_description = std::forward<DescriptionT>(value);
155 template <
typename DescriptionT = Aws::String>
167 template <
typename StatusReasonT = Aws::String>
169 m_statusReasonHasBeenSet =
true;
170 m_statusReason = std::forward<StatusReasonT>(value);
172 template <
typename StatusReasonT = Aws::String>
186 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
188 m_createdTimestampHasBeenSet =
true;
189 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
191 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
206 m_azModeHasBeenSet =
true;
220 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
222 m_availabilityZoneIdsHasBeenSet =
true;
223 m_availabilityZoneIds = std::forward<AvailabilityZoneIdsT>(value);
225 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
230 template <
typename AvailabilityZoneIdsT = Aws::String>
232 m_availabilityZoneIdsHasBeenSet =
true;
233 m_availabilityZoneIds.emplace_back(std::forward<AvailabilityZoneIdsT>(value));
245 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
247 m_lastModifiedTimestampHasBeenSet =
true;
248 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
250 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
262 template <
typename AttachedClustersT = Aws::Vector<KxAttachedCluster>>
264 m_attachedClustersHasBeenSet =
true;
265 m_attachedClusters = std::forward<AttachedClustersT>(value);
267 template <
typename AttachedClustersT = Aws::Vector<KxAttachedCluster>>
272 template <
typename AttachedClustersT = KxAttachedCluster>
274 m_attachedClustersHasBeenSet =
true;
275 m_attachedClusters.emplace_back(std::forward<AttachedClustersT>(value));
283 template <
typename RequestIdT = Aws::String>
285 m_requestIdHasBeenSet =
true;
286 m_requestId = std::forward<RequestIdT>(value);
288 template <
typename RequestIdT = Aws::String>
296 bool m_environmentIdHasBeenSet =
false;
299 bool m_volumeNameHasBeenSet =
false;
302 bool m_volumeTypeHasBeenSet =
false;
305 bool m_volumeArnHasBeenSet =
false;
307 KxNAS1Configuration m_nas1Configuration;
308 bool m_nas1ConfigurationHasBeenSet =
false;
311 bool m_statusHasBeenSet =
false;
314 bool m_descriptionHasBeenSet =
false;
317 bool m_statusReasonHasBeenSet =
false;
320 bool m_createdTimestampHasBeenSet =
false;
323 bool m_azModeHasBeenSet =
false;
326 bool m_availabilityZoneIdsHasBeenSet =
false;
329 bool m_lastModifiedTimestampHasBeenSet =
false;
332 bool m_attachedClustersHasBeenSet =
false;
335 bool m_requestIdHasBeenSet =
false;
UpdateKxVolumeResult & WithStatusReason(StatusReasonT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetVolumeArn() const
const Aws::String & GetDescription() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
UpdateKxVolumeResult & WithVolumeName(VolumeNameT &&value)
KxAzMode GetAzMode() const
void SetAttachedClusters(AttachedClustersT &&value)
void SetVolumeName(VolumeNameT &&value)
const Aws::String & GetVolumeName() const
const Aws::Vector< Aws::String > & GetAvailabilityZoneIds() const
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
void SetDescription(DescriptionT &&value)
void SetVolumeType(KxVolumeType value)
const Aws::Vector< KxAttachedCluster > & GetAttachedClusters() const
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
void SetAzMode(KxAzMode value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
AWS_FINSPACE_API UpdateKxVolumeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateKxVolumeResult & WithStatus(KxVolumeStatus value)
void SetStatus(KxVolumeStatus value)
const KxNAS1Configuration & GetNas1Configuration() const
UpdateKxVolumeResult & AddAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
UpdateKxVolumeResult & WithCreatedTimestamp(CreatedTimestampT &&value)
UpdateKxVolumeResult & WithNas1Configuration(Nas1ConfigurationT &&value)
void SetNas1Configuration(Nas1ConfigurationT &&value)
UpdateKxVolumeResult & WithVolumeType(KxVolumeType value)
KxVolumeType GetVolumeType() const
UpdateKxVolumeResult & WithAzMode(KxAzMode value)
UpdateKxVolumeResult & AddAttachedClusters(AttachedClustersT &&value)
AWS_FINSPACE_API UpdateKxVolumeResult()=default
UpdateKxVolumeResult & WithAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
UpdateKxVolumeResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
const Aws::String & GetEnvironmentId() const
UpdateKxVolumeResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetRequestId(RequestIdT &&value)
UpdateKxVolumeResult & WithAttachedClusters(AttachedClustersT &&value)
void SetVolumeArn(VolumeArnT &&value)
UpdateKxVolumeResult & WithRequestId(RequestIdT &&value)
AWS_FINSPACE_API UpdateKxVolumeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateKxVolumeResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
void SetStatusReason(StatusReasonT &&value)
KxVolumeStatus GetStatus() const
UpdateKxVolumeResult & WithVolumeArn(VolumeArnT &&value)
const Aws::String & GetStatusReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue