AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-s3
include
aws
s3
model
JSONInput.h
1
6
#pragma once
7
#include <aws/s3/S3_EXPORTS.h>
8
#include <aws/s3/model/JSONType.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Xml
16
{
17
class
XmlNode;
18
}
// namespace Xml
19
}
// namespace Utils
20
namespace
S3
21
{
22
namespace
Model
23
{
24
31
class
JSONInput
32
{
33
public
:
34
AWS_S3_API
JSONInput
() =
default
;
35
AWS_S3_API
JSONInput
(
const
Aws::Utils::Xml::XmlNode
& xmlNode);
36
AWS_S3_API
JSONInput
&
operator=
(
const
Aws::Utils::Xml::XmlNode
& xmlNode);
37
38
AWS_S3_API
void
AddToNode
(
Aws::Utils::Xml::XmlNode
& parentNode)
const
;
39
40
42
45
inline
JSONType
GetType
()
const
{
return
m_type; }
46
inline
bool
TypeHasBeenSet
()
const
{
return
m_typeHasBeenSet; }
47
inline
void
SetType
(
JSONType
value) { m_typeHasBeenSet =
true
; m_type = value; }
48
inline
JSONInput
&
WithType
(
JSONType
value) {
SetType
(value);
return
*
this
;}
50
private
:
51
52
JSONType
m_type{
JSONType::NOT_SET
};
53
bool
m_typeHasBeenSet =
false
;
54
};
55
56
}
// namespace Model
57
}
// namespace S3
58
}
// namespace Aws
Aws::S3::Model::JSONInput
Definition
JSONInput.h:32
Aws::S3::Model::JSONInput::GetType
JSONType GetType() const
Definition
JSONInput.h:45
Aws::S3::Model::JSONInput::AddToNode
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
Aws::S3::Model::JSONInput::TypeHasBeenSet
bool TypeHasBeenSet() const
Definition
JSONInput.h:46
Aws::S3::Model::JSONInput::JSONInput
AWS_S3_API JSONInput()=default
Aws::S3::Model::JSONInput::JSONInput
AWS_S3_API JSONInput(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::S3::Model::JSONInput::SetType
void SetType(JSONType value)
Definition
JSONInput.h:47
Aws::S3::Model::JSONInput::operator=
AWS_S3_API JSONInput & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::S3::Model::JSONInput::WithType
JSONInput & WithType(JSONType value)
Definition
JSONInput.h:48
Aws::Utils::Xml::XmlNode
Aws::S3::Model::JSONType
JSONType
Definition
JSONType.h:17
Aws::S3::Model::JSONType::NOT_SET
@ NOT_SET
Aws
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences