AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
S3TableOutputOptions.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/model/S3Location.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GlueDataBrew {
20namespace Model {
21
29 public:
30 AWS_GLUEDATABREW_API S3TableOutputOptions() = default;
31 AWS_GLUEDATABREW_API S3TableOutputOptions(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const S3Location& GetLocation() const { return m_location; }
41 inline bool LocationHasBeenSet() const { return m_locationHasBeenSet; }
42 template <typename LocationT = S3Location>
43 void SetLocation(LocationT&& value) {
44 m_locationHasBeenSet = true;
45 m_location = std::forward<LocationT>(value);
46 }
47 template <typename LocationT = S3Location>
48 S3TableOutputOptions& WithLocation(LocationT&& value) {
49 SetLocation(std::forward<LocationT>(value));
50 return *this;
51 }
53 private:
54 S3Location m_location;
55 bool m_locationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace GlueDataBrew
60} // namespace Aws
AWS_GLUEDATABREW_API S3TableOutputOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API S3TableOutputOptions()=default
AWS_GLUEDATABREW_API S3TableOutputOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
S3TableOutputOptions & WithLocation(LocationT &&value)
Aws::Utils::Json::JsonValue JsonValue