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-clouddirectory
include
aws
clouddirectory
model
BatchGetObjectInformation.h
1
6
#pragma once
7
#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8
#include <aws/clouddirectory/model/ObjectReference.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
CloudDirectory
22
{
23
namespace
Model
24
{
25
33
class
BatchGetObjectInformation
34
{
35
public
:
36
AWS_CLOUDDIRECTORY_API
BatchGetObjectInformation
();
37
AWS_CLOUDDIRECTORY_API
BatchGetObjectInformation
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_CLOUDDIRECTORY_API
BatchGetObjectInformation
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
39
AWS_CLOUDDIRECTORY_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
40
41
43
46
inline
const
ObjectReference
&
GetObjectReference
()
const
{
return
m_objectReference; }
47
inline
bool
ObjectReferenceHasBeenSet
()
const
{
return
m_objectReferenceHasBeenSet; }
48
inline
void
SetObjectReference
(
const
ObjectReference
& value) { m_objectReferenceHasBeenSet =
true
; m_objectReference = value; }
49
inline
void
SetObjectReference
(
ObjectReference
&& value) { m_objectReferenceHasBeenSet =
true
; m_objectReference = std::move(value); }
50
inline
BatchGetObjectInformation
&
WithObjectReference
(
const
ObjectReference
& value) {
SetObjectReference
(value);
return
*
this
;}
51
inline
BatchGetObjectInformation
&
WithObjectReference
(
ObjectReference
&& value) {
SetObjectReference
(std::move(value));
return
*
this
;}
53
private
:
54
55
ObjectReference
m_objectReference;
56
bool
m_objectReferenceHasBeenSet =
false
;
57
};
58
59
}
// namespace Model
60
}
// namespace CloudDirectory
61
}
// namespace Aws
Aws::CloudDirectory::Model::BatchGetObjectInformation
Definition
BatchGetObjectInformation.h:34
Aws::CloudDirectory::Model::BatchGetObjectInformation::WithObjectReference
BatchGetObjectInformation & WithObjectReference(ObjectReference &&value)
Definition
BatchGetObjectInformation.h:51
Aws::CloudDirectory::Model::BatchGetObjectInformation::ObjectReferenceHasBeenSet
bool ObjectReferenceHasBeenSet() const
Definition
BatchGetObjectInformation.h:47
Aws::CloudDirectory::Model::BatchGetObjectInformation::BatchGetObjectInformation
AWS_CLOUDDIRECTORY_API BatchGetObjectInformation()
Aws::CloudDirectory::Model::BatchGetObjectInformation::Jsonize
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::CloudDirectory::Model::BatchGetObjectInformation::GetObjectReference
const ObjectReference & GetObjectReference() const
Definition
BatchGetObjectInformation.h:46
Aws::CloudDirectory::Model::BatchGetObjectInformation::operator=
AWS_CLOUDDIRECTORY_API BatchGetObjectInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::CloudDirectory::Model::BatchGetObjectInformation::SetObjectReference
void SetObjectReference(const ObjectReference &value)
Definition
BatchGetObjectInformation.h:48
Aws::CloudDirectory::Model::BatchGetObjectInformation::SetObjectReference
void SetObjectReference(ObjectReference &&value)
Definition
BatchGetObjectInformation.h:49
Aws::CloudDirectory::Model::BatchGetObjectInformation::BatchGetObjectInformation
AWS_CLOUDDIRECTORY_API BatchGetObjectInformation(Aws::Utils::Json::JsonView jsonValue)
Aws::CloudDirectory::Model::BatchGetObjectInformation::WithObjectReference
BatchGetObjectInformation & WithObjectReference(const ObjectReference &value)
Definition
BatchGetObjectInformation.h:50
Aws::CloudDirectory::Model::ObjectReference
Definition
ObjectReference.h:32
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