7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
41 template <
typename RoleArnT = Aws::String>
43 m_roleArnHasBeenSet =
true;
44 m_roleArn = std::forward<RoleArnT>(value);
46 template <
typename RoleArnT = Aws::String>
59 template <
typename Endpo
intT = Aws::String>
61 m_endpointHasBeenSet =
true;
62 m_endpoint = std::forward<EndpointT>(value);
64 template <
typename Endpo
intT = Aws::String>
77 template <
typename IndexT = Aws::String>
79 m_indexHasBeenSet =
true;
80 m_index = std::forward<IndexT>(value);
82 template <
typename IndexT = Aws::String>
84 SetIndex(std::forward<IndexT>(value));
95 template <
typename TypeT = Aws::String>
97 m_typeHasBeenSet =
true;
98 m_type = std::forward<TypeT>(value);
100 template <
typename TypeT = Aws::String>
102 SetType(std::forward<TypeT>(value));
113 template <
typename IdT = Aws::String>
115 m_idHasBeenSet =
true;
116 m_id = std::forward<IdT>(value);
118 template <
typename IdT = Aws::String>
120 SetId(std::forward<IdT>(value));
134 bool m_roleArnHasBeenSet =
false;
135 bool m_endpointHasBeenSet =
false;
136 bool m_indexHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
138 bool m_idHasBeenSet =
false;
OpenSearchAction & WithId(IdT &&value)
OpenSearchAction & WithType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetRoleArn() const
bool IndexHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_IOT_API OpenSearchAction()=default
bool EndpointHasBeenSet() const
OpenSearchAction & WithEndpoint(EndpointT &&value)
void SetIndex(IndexT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIndex() const
AWS_IOT_API OpenSearchAction(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetType() const
AWS_IOT_API OpenSearchAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
void SetEndpoint(EndpointT &&value)
const Aws::String & GetEndpoint() const
const Aws::String & GetId() const
OpenSearchAction & WithIndex(IndexT &&value)
void SetType(TypeT &&value)
OpenSearchAction & WithRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue