7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/BlockStorage.h>
50 template<
typename BlockStorageT = BlockStorage>
51 void SetBlockStorage(BlockStorageT&& value) { m_blockStorageHasBeenSet =
true; m_blockStorage = std::forward<BlockStorageT>(value); }
52 template<
typename BlockStorageT = BlockStorage>
58 bool m_blockStorageHasBeenSet =
false;
const BlockStorage & GetBlockStorage() const
AWS_EKS_API StorageConfigRequest(Aws::Utils::Json::JsonView jsonValue)
void SetBlockStorage(BlockStorageT &&value)
bool BlockStorageHasBeenSet() const
AWS_EKS_API StorageConfigRequest()=default
AWS_EKS_API StorageConfigRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
StorageConfigRequest & WithBlockStorage(BlockStorageT &&value)
Aws::Utils::Json::JsonValue JsonValue