7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/KxVolumeType.h>
10#include <aws/finspace/model/KxNAS1Configuration.h>
11#include <aws/finspace/model/KxVolumeStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/finspace/model/KxAzMode.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/finspace/model/KxAttachedCluster.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
48 template<
typename EnvironmentIdT = Aws::String>
49 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
50 template<
typename EnvironmentIdT = Aws::String>
59 template<
typename VolumeNameT = Aws::String>
60 void SetVolumeName(VolumeNameT&& value) { m_volumeNameHasBeenSet =
true; m_volumeName = std::forward<VolumeNameT>(value); }
61 template<
typename VolumeNameT = Aws::String>
80 template<
typename VolumeArnT = Aws::String>
81 void SetVolumeArn(VolumeArnT&& value) { m_volumeArnHasBeenSet =
true; m_volumeArn = std::forward<VolumeArnT>(value); }
82 template<
typename VolumeArnT = Aws::String>
92 template<
typename Nas1ConfigurationT = KxNAS1Configuration>
93 void SetNas1Configuration(Nas1ConfigurationT&& value) { m_nas1ConfigurationHasBeenSet =
true; m_nas1Configuration = std::forward<Nas1ConfigurationT>(value); }
94 template<
typename Nas1ConfigurationT = KxNAS1Configuration>
120 template<
typename StatusReasonT = Aws::String>
121 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
122 template<
typename StatusReasonT = Aws::String>
133 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
134 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
135 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
144 template<
typename DescriptionT = Aws::String>
145 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
146 template<
typename DescriptionT = Aws::String>
166 template<
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
167 void SetAvailabilityZoneIds(AvailabilityZoneIdsT&& value) { m_availabilityZoneIdsHasBeenSet =
true; m_availabilityZoneIds = std::forward<AvailabilityZoneIdsT>(value); }
168 template<
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
170 template<
typename AvailabilityZoneIdsT = Aws::String>
171 GetKxVolumeResult&
AddAvailabilityZoneIds(AvailabilityZoneIdsT&& value) { m_availabilityZoneIdsHasBeenSet =
true; m_availabilityZoneIds.emplace_back(std::forward<AvailabilityZoneIdsT>(value));
return *
this; }
181 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
182 void SetLastModifiedTimestamp(LastModifiedTimestampT&& value) { m_lastModifiedTimestampHasBeenSet =
true; m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value); }
183 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
192 template<
typename AttachedClustersT = Aws::Vector<KxAttachedCluster>>
193 void SetAttachedClusters(AttachedClustersT&& value) { m_attachedClustersHasBeenSet =
true; m_attachedClusters = std::forward<AttachedClustersT>(value); }
194 template<
typename AttachedClustersT = Aws::Vector<KxAttachedCluster>>
196 template<
typename AttachedClustersT = KxAttachedCluster>
197 GetKxVolumeResult&
AddAttachedClusters(AttachedClustersT&& value) { m_attachedClustersHasBeenSet =
true; m_attachedClusters.emplace_back(std::forward<AttachedClustersT>(value));
return *
this; }
203 template<
typename RequestIdT = Aws::String>
204 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
205 template<
typename RequestIdT = Aws::String>
211 bool m_environmentIdHasBeenSet =
false;
214 bool m_volumeNameHasBeenSet =
false;
217 bool m_volumeTypeHasBeenSet =
false;
220 bool m_volumeArnHasBeenSet =
false;
222 KxNAS1Configuration m_nas1Configuration;
223 bool m_nas1ConfigurationHasBeenSet =
false;
226 bool m_statusHasBeenSet =
false;
229 bool m_statusReasonHasBeenSet =
false;
232 bool m_createdTimestampHasBeenSet =
false;
235 bool m_descriptionHasBeenSet =
false;
238 bool m_azModeHasBeenSet =
false;
241 bool m_availabilityZoneIdsHasBeenSet =
false;
244 bool m_lastModifiedTimestampHasBeenSet =
false;
247 bool m_attachedClustersHasBeenSet =
false;
250 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
GetKxVolumeResult & AddAttachedClusters(AttachedClustersT &&value)
void SetCreatedTimestamp(CreatedTimestampT &&value)
void SetVolumeName(VolumeNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_FINSPACE_API GetKxVolumeResult()=default
GetKxVolumeResult & WithStatusReason(StatusReasonT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetStatusReason() const
const KxNAS1Configuration & GetNas1Configuration() const
GetKxVolumeResult & WithAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
void SetVolumeType(KxVolumeType value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
void SetStatus(KxVolumeStatus value)
const Aws::String & GetRequestId() const
GetKxVolumeResult & WithDescription(DescriptionT &&value)
GetKxVolumeResult & WithNas1Configuration(Nas1ConfigurationT &&value)
const Aws::String & GetVolumeName() const
AWS_FINSPACE_API GetKxVolumeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
const Aws::Vector< KxAttachedCluster > & GetAttachedClusters() const
GetKxVolumeResult & WithStatus(KxVolumeStatus value)
KxVolumeType GetVolumeType() const
void SetAttachedClusters(AttachedClustersT &&value)
const Aws::String & GetVolumeArn() const
AWS_FINSPACE_API GetKxVolumeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetKxVolumeResult & WithVolumeType(KxVolumeType value)
const Aws::String & GetEnvironmentId() const
const Aws::String & GetDescription() const
GetKxVolumeResult & WithRequestId(RequestIdT &&value)
GetKxVolumeResult & WithVolumeArn(VolumeArnT &&value)
GetKxVolumeResult & AddAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
GetKxVolumeResult & WithVolumeName(VolumeNameT &&value)
const Aws::Vector< Aws::String > & GetAvailabilityZoneIds() const
GetKxVolumeResult & WithAzMode(KxAzMode value)
void SetNas1Configuration(Nas1ConfigurationT &&value)
KxAzMode GetAzMode() const
GetKxVolumeResult & WithAttachedClusters(AttachedClustersT &&value)
void SetAzMode(KxAzMode value)
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
GetKxVolumeResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
void SetStatusReason(StatusReasonT &&value)
GetKxVolumeResult & WithEnvironmentId(EnvironmentIdT &&value)
GetKxVolumeResult & WithCreatedTimestamp(CreatedTimestampT &&value)
KxVolumeStatus GetStatus() const
void SetAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
void SetVolumeArn(VolumeArnT &&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