AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-glue
include
aws
glue
model
OpenTableFormatInput.h
1
6
#pragma once
7
#include <aws/glue/Glue_EXPORTS.h>
8
#include <aws/glue/model/IcebergInput.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
Glue
22
{
23
namespace
Model
24
{
25
31
class
OpenTableFormatInput
32
{
33
public
:
34
AWS_GLUE_API
OpenTableFormatInput
();
35
AWS_GLUE_API
OpenTableFormatInput
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_GLUE_API
OpenTableFormatInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_GLUE_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
38
39
41
45
inline
const
IcebergInput
&
GetIcebergInput
()
const
{
return
m_icebergInput; }
46
inline
bool
IcebergInputHasBeenSet
()
const
{
return
m_icebergInputHasBeenSet; }
47
inline
void
SetIcebergInput
(
const
IcebergInput
& value) { m_icebergInputHasBeenSet =
true
; m_icebergInput = value; }
48
inline
void
SetIcebergInput
(
IcebergInput
&& value) { m_icebergInputHasBeenSet =
true
; m_icebergInput = std::move(value); }
49
inline
OpenTableFormatInput
&
WithIcebergInput
(
const
IcebergInput
& value) {
SetIcebergInput
(value);
return
*
this
;}
50
inline
OpenTableFormatInput
&
WithIcebergInput
(
IcebergInput
&& value) {
SetIcebergInput
(std::move(value));
return
*
this
;}
52
private
:
53
54
IcebergInput
m_icebergInput;
55
bool
m_icebergInputHasBeenSet =
false
;
56
};
57
58
}
// namespace Model
59
}
// namespace Glue
60
}
// namespace Aws
Aws::Glue::Model::IcebergInput
Definition
IcebergInput.h:34
Aws::Glue::Model::OpenTableFormatInput
Definition
OpenTableFormatInput.h:32
Aws::Glue::Model::OpenTableFormatInput::WithIcebergInput
OpenTableFormatInput & WithIcebergInput(const IcebergInput &value)
Definition
OpenTableFormatInput.h:49
Aws::Glue::Model::OpenTableFormatInput::WithIcebergInput
OpenTableFormatInput & WithIcebergInput(IcebergInput &&value)
Definition
OpenTableFormatInput.h:50
Aws::Glue::Model::OpenTableFormatInput::GetIcebergInput
const IcebergInput & GetIcebergInput() const
Definition
OpenTableFormatInput.h:45
Aws::Glue::Model::OpenTableFormatInput::operator=
AWS_GLUE_API OpenTableFormatInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Glue::Model::OpenTableFormatInput::SetIcebergInput
void SetIcebergInput(IcebergInput &&value)
Definition
OpenTableFormatInput.h:48
Aws::Glue::Model::OpenTableFormatInput::SetIcebergInput
void SetIcebergInput(const IcebergInput &value)
Definition
OpenTableFormatInput.h:47
Aws::Glue::Model::OpenTableFormatInput::IcebergInputHasBeenSet
bool IcebergInputHasBeenSet() const
Definition
OpenTableFormatInput.h:46
Aws::Glue::Model::OpenTableFormatInput::OpenTableFormatInput
AWS_GLUE_API OpenTableFormatInput()
Aws::Glue::Model::OpenTableFormatInput::OpenTableFormatInput
AWS_GLUE_API OpenTableFormatInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Glue::Model::OpenTableFormatInput::Jsonize
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences