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/KxAzMode.h>
12#include <aws/finspace/model/KxVolumeStatus.h>
13#include <aws/finspace/model/KxVolumeType.h>
46 template <
typename VolumeNameT = Aws::String>
48 m_volumeNameHasBeenSet =
true;
49 m_volumeName = std::forward<VolumeNameT>(value);
51 template <
typename VolumeNameT = Aws::String>
66 m_volumeTypeHasBeenSet =
true;
90 m_statusHasBeenSet =
true;
105 template <
typename DescriptionT = Aws::String>
107 m_descriptionHasBeenSet =
true;
108 m_description = std::forward<DescriptionT>(value);
110 template <
typename DescriptionT = Aws::String>
123 template <
typename StatusReasonT = Aws::String>
125 m_statusReasonHasBeenSet =
true;
126 m_statusReason = std::forward<StatusReasonT>(value);
128 template <
typename StatusReasonT = Aws::String>
144 m_azModeHasBeenSet =
true;
159 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
161 m_availabilityZoneIdsHasBeenSet =
true;
162 m_availabilityZoneIds = std::forward<AvailabilityZoneIdsT>(value);
164 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
169 template <
typename AvailabilityZoneIdsT = Aws::String>
171 m_availabilityZoneIdsHasBeenSet =
true;
172 m_availabilityZoneIds.emplace_back(std::forward<AvailabilityZoneIdsT>(value));
185 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
187 m_createdTimestampHasBeenSet =
true;
188 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
190 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
205 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
207 m_lastModifiedTimestampHasBeenSet =
true;
208 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
210 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
234 bool m_volumeNameHasBeenSet =
false;
235 bool m_volumeTypeHasBeenSet =
false;
236 bool m_statusHasBeenSet =
false;
237 bool m_descriptionHasBeenSet =
false;
238 bool m_statusReasonHasBeenSet =
false;
239 bool m_azModeHasBeenSet =
false;
240 bool m_availabilityZoneIdsHasBeenSet =
false;
241 bool m_createdTimestampHasBeenSet =
false;
242 bool m_lastModifiedTimestampHasBeenSet =
false;
void SetStatusReason(StatusReasonT &&value)
bool StatusReasonHasBeenSet() const
void SetVolumeType(KxVolumeType value)
KxVolumeType GetVolumeType() const
const Aws::Vector< Aws::String > & GetAvailabilityZoneIds() const
KxVolume & WithStatus(KxVolumeStatus value)
void SetAzMode(KxAzMode value)
KxVolume & WithStatusReason(StatusReasonT &&value)
bool AzModeHasBeenSet() const
const Aws::String & GetVolumeName() const
bool AvailabilityZoneIdsHasBeenSet() const
KxVolumeStatus GetStatus() const
bool VolumeNameHasBeenSet() const
const Aws::String & GetStatusReason() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedTimestampHasBeenSet() const
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
bool StatusHasBeenSet() const
KxAzMode GetAzMode() const
void SetVolumeName(VolumeNameT &&value)
KxVolume & WithCreatedTimestamp(CreatedTimestampT &&value)
bool DescriptionHasBeenSet() const
AWS_FINSPACE_API KxVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API KxVolume(Aws::Utils::Json::JsonView jsonValue)
KxVolume & WithVolumeType(KxVolumeType value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
const Aws::Utils::DateTime & GetCreatedTimestamp() const
AWS_FINSPACE_API KxVolume()=default
KxVolume & WithAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
KxVolume & WithDescription(DescriptionT &&value)
void SetStatus(KxVolumeStatus value)
bool VolumeTypeHasBeenSet() const
KxVolume & WithAzMode(KxAzMode value)
const Aws::String & GetDescription() const
KxVolume & WithVolumeName(VolumeNameT &&value)
void SetAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
KxVolume & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
KxVolume & AddAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
bool LastModifiedTimestampHasBeenSet() const
void SetCreatedTimestamp(CreatedTimestampT &&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