AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BatchGetObjectInformation.h
1
6#pragma once
7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/ObjectReference.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CloudDirectory
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_CLOUDDIRECTORY_API BatchGetObjectInformation() = default;
37 AWS_CLOUDDIRECTORY_API BatchGetObjectInformation(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 template<typename ObjectReferenceT = ObjectReference>
49 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet = true; m_objectReference = std::forward<ObjectReferenceT>(value); }
50 template<typename ObjectReferenceT = ObjectReference>
51 BatchGetObjectInformation& WithObjectReference(ObjectReferenceT&& value) { SetObjectReference(std::forward<ObjectReferenceT>(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
BatchGetObjectInformation & WithObjectReference(ObjectReferenceT &&value)
AWS_CLOUDDIRECTORY_API BatchGetObjectInformation()=default
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDDIRECTORY_API BatchGetObjectInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API BatchGetObjectInformation(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue