/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The location of resources.See Also:
AWS API
* Reference
A JDBC location.
*/ inline const Aws::VectorA JDBC location.
*/ inline bool JdbcHasBeenSet() const { return m_jdbcHasBeenSet; } /** *A JDBC location.
*/ inline void SetJdbc(const Aws::VectorA JDBC location.
*/ inline void SetJdbc(Aws::VectorA JDBC location.
*/ inline Location& WithJdbc(const Aws::VectorA JDBC location.
*/ inline Location& WithJdbc(Aws::VectorA JDBC location.
*/ inline Location& AddJdbc(const CodeGenNodeArg& value) { m_jdbcHasBeenSet = true; m_jdbc.push_back(value); return *this; } /** *A JDBC location.
*/ inline Location& AddJdbc(CodeGenNodeArg&& value) { m_jdbcHasBeenSet = true; m_jdbc.push_back(std::move(value)); return *this; } /** *An Amazon Simple Storage Service (Amazon S3) location.
*/ inline const Aws::VectorAn Amazon Simple Storage Service (Amazon S3) location.
*/ inline bool S3HasBeenSet() const { return m_s3HasBeenSet; } /** *An Amazon Simple Storage Service (Amazon S3) location.
*/ inline void SetS3(const Aws::VectorAn Amazon Simple Storage Service (Amazon S3) location.
*/ inline void SetS3(Aws::VectorAn Amazon Simple Storage Service (Amazon S3) location.
*/ inline Location& WithS3(const Aws::VectorAn Amazon Simple Storage Service (Amazon S3) location.
*/ inline Location& WithS3(Aws::VectorAn Amazon Simple Storage Service (Amazon S3) location.
*/ inline Location& AddS3(const CodeGenNodeArg& value) { m_s3HasBeenSet = true; m_s3.push_back(value); return *this; } /** *An Amazon Simple Storage Service (Amazon S3) location.
*/ inline Location& AddS3(CodeGenNodeArg&& value) { m_s3HasBeenSet = true; m_s3.push_back(std::move(value)); return *this; } /** *An Amazon DynamoDB table location.
*/ inline const Aws::VectorAn Amazon DynamoDB table location.
*/ inline bool DynamoDBHasBeenSet() const { return m_dynamoDBHasBeenSet; } /** *An Amazon DynamoDB table location.
*/ inline void SetDynamoDB(const Aws::VectorAn Amazon DynamoDB table location.
*/ inline void SetDynamoDB(Aws::VectorAn Amazon DynamoDB table location.
*/ inline Location& WithDynamoDB(const Aws::VectorAn Amazon DynamoDB table location.
*/ inline Location& WithDynamoDB(Aws::VectorAn Amazon DynamoDB table location.
*/ inline Location& AddDynamoDB(const CodeGenNodeArg& value) { m_dynamoDBHasBeenSet = true; m_dynamoDB.push_back(value); return *this; } /** *An Amazon DynamoDB table location.
*/ inline Location& AddDynamoDB(CodeGenNodeArg&& value) { m_dynamoDBHasBeenSet = true; m_dynamoDB.push_back(std::move(value)); return *this; } private: Aws::Vector