7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/Finspace_EXPORTS.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 StatusReasonT = Aws::String>
152 m_statusReasonHasBeenSet =
true;
153 m_statusReason = std::forward<StatusReasonT>(value);
155 template <
typename StatusReasonT = Aws::String>
170 m_azModeHasBeenSet =
true;
184 template <
typename DescriptionT = Aws::String>
186 m_descriptionHasBeenSet =
true;
187 m_description = std::forward<DescriptionT>(value);
189 template <
typename DescriptionT = Aws::String>
201 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
203 m_availabilityZoneIdsHasBeenSet =
true;
204 m_availabilityZoneIds = std::forward<AvailabilityZoneIdsT>(value);
206 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
211 template <
typename AvailabilityZoneIdsT = Aws::String>
213 m_availabilityZoneIdsHasBeenSet =
true;
214 m_availabilityZoneIds.emplace_back(std::forward<AvailabilityZoneIdsT>(value));
226 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
228 m_createdTimestampHasBeenSet =
true;
229 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
231 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
241 template <
typename RequestIdT = Aws::String>
243 m_requestIdHasBeenSet =
true;
244 m_requestId = std::forward<RequestIdT>(value);
246 template <
typename RequestIdT = Aws::String>
263 KxNAS1Configuration m_nas1Configuration;
279 bool m_environmentIdHasBeenSet =
false;
280 bool m_volumeNameHasBeenSet =
false;
281 bool m_volumeTypeHasBeenSet =
false;
282 bool m_volumeArnHasBeenSet =
false;
283 bool m_nas1ConfigurationHasBeenSet =
false;
284 bool m_statusHasBeenSet =
false;
285 bool m_statusReasonHasBeenSet =
false;
286 bool m_azModeHasBeenSet =
false;
287 bool m_descriptionHasBeenSet =
false;
288 bool m_availabilityZoneIdsHasBeenSet =
false;
289 bool m_createdTimestampHasBeenSet =
false;
290 bool m_requestIdHasBeenSet =
false;
AWS_FINSPACE_API CreateKxVolumeResult()=default
const Aws::String & GetEnvironmentId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetVolumeArn() const
CreateKxVolumeResult & WithDescription(DescriptionT &&value)
void SetNas1Configuration(Nas1ConfigurationT &&value)
CreateKxVolumeResult & WithVolumeArn(VolumeArnT &&value)
CreateKxVolumeResult & WithCreatedTimestamp(CreatedTimestampT &&value)
const Aws::String & GetVolumeName() const
void SetEnvironmentId(EnvironmentIdT &&value)
CreateKxVolumeResult & WithStatus(KxVolumeStatus value)
void SetAzMode(KxAzMode value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetVolumeArn(VolumeArnT &&value)
KxVolumeStatus GetStatus() const
CreateKxVolumeResult & WithStatusReason(StatusReasonT &&value)
CreateKxVolumeResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetVolumeType(KxVolumeType value)
KxVolumeType GetVolumeType() const
void SetDescription(DescriptionT &&value)
void SetStatus(KxVolumeStatus value)
KxAzMode GetAzMode() const
CreateKxVolumeResult & WithAzMode(KxAzMode value)
AWS_FINSPACE_API CreateKxVolumeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateKxVolumeResult & WithRequestId(RequestIdT &&value)
CreateKxVolumeResult & WithAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
AWS_FINSPACE_API CreateKxVolumeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateKxVolumeResult & WithVolumeName(VolumeNameT &&value)
CreateKxVolumeResult & WithNas1Configuration(Nas1ConfigurationT &&value)
const Aws::String & GetStatusReason() const
const Aws::Vector< Aws::String > & GetAvailabilityZoneIds() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
void SetStatusReason(StatusReasonT &&value)
CreateKxVolumeResult & AddAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
const Aws::String & GetDescription() const
void SetAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
const KxNAS1Configuration & GetNas1Configuration() const
const Aws::String & GetRequestId() const
CreateKxVolumeResult & WithVolumeType(KxVolumeType value)
void SetVolumeName(VolumeNameT &&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