7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
9#include <aws/finspace/model/ChangeType.h>
45 m_changeTypeHasBeenSet =
true;
61 template <
typename S3PathT = Aws::String>
63 m_s3PathHasBeenSet =
true;
64 m_s3Path = std::forward<S3PathT>(value);
66 template <
typename S3PathT = Aws::String>
79 template <
typename DbPathT = Aws::String>
81 m_dbPathHasBeenSet =
true;
82 m_dbPath = std::forward<DbPathT>(value);
84 template <
typename DbPathT = Aws::String>
96 bool m_changeTypeHasBeenSet =
false;
97 bool m_s3PathHasBeenSet =
false;
98 bool m_dbPathHasBeenSet =
false;
void SetChangeType(ChangeType value)
ChangeRequest & WithDbPath(DbPathT &&value)
bool ChangeTypeHasBeenSet() const
AWS_FINSPACE_API ChangeRequest()=default
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Path(S3PathT &&value)
void SetDbPath(DbPathT &&value)
bool S3PathHasBeenSet() const
ChangeRequest & WithS3Path(S3PathT &&value)
bool DbPathHasBeenSet() const
AWS_FINSPACE_API ChangeRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
ChangeType GetChangeType() const
AWS_FINSPACE_API ChangeRequest(Aws::Utils::Json::JsonView jsonValue)
ChangeRequest & WithChangeType(ChangeType value)
const Aws::String & GetDbPath() const
const Aws::String & GetS3Path() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue