7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/SavedObjectIdentifier.h>
21namespace OpenSearchService {
45 template <
typename TypesT = Aws::Vector<Aws::String>>
47 m_typesHasBeenSet =
true;
48 m_types = std::forward<TypesT>(value);
50 template <
typename TypesT = Aws::Vector<Aws::String>>
52 SetTypes(std::forward<TypesT>(value));
55 template <
typename TypesT = Aws::String>
57 m_typesHasBeenSet =
true;
58 m_types.emplace_back(std::forward<TypesT>(value));
70 template <
typename ObjectsT = Aws::Vector<SavedObjectIdentifier>>
72 m_objectsHasBeenSet =
true;
73 m_objects = std::forward<ObjectsT>(value);
75 template <
typename ObjectsT = Aws::Vector<SavedObjectIdentifier>>
80 template <
typename ObjectsT = SavedObjectIdentifier>
82 m_objectsHasBeenSet =
true;
83 m_objects.emplace_back(std::forward<ObjectsT>(value));
96 m_includeReferencesDeepHasBeenSet =
true;
97 m_includeReferencesDeep = value;
109 bool m_includeReferencesDeep{
false};
110 bool m_typesHasBeenSet =
false;
111 bool m_objectsHasBeenSet =
false;
112 bool m_includeReferencesDeepHasBeenSet =
false;
bool GetIncludeReferencesDeep() const
ExportOptions & WithTypes(TypesT &&value)
bool TypesHasBeenSet() const
const Aws::Vector< Aws::String > & GetTypes() const
void SetTypes(TypesT &&value)
AWS_OPENSEARCHSERVICE_API ExportOptions(Aws::Utils::Json::JsonView jsonValue)
void SetIncludeReferencesDeep(bool value)
AWS_OPENSEARCHSERVICE_API ExportOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportOptions & AddObjects(ObjectsT &&value)
bool IncludeReferencesDeepHasBeenSet() const
ExportOptions & AddTypes(TypesT &&value)
ExportOptions & WithObjects(ObjectsT &&value)
AWS_OPENSEARCHSERVICE_API ExportOptions()=default
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ObjectsHasBeenSet() const
void SetObjects(ObjectsT &&value)
ExportOptions & WithIncludeReferencesDeep(bool value)
const Aws::Vector< SavedObjectIdentifier > & GetObjects() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue