7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
46 template <
typename RoleArnT = Aws::String>
48 m_roleArnHasBeenSet =
true;
49 m_roleArn = std::forward<RoleArnT>(value);
51 template <
typename RoleArnT = Aws::String>
64 template <
typename Endpo
intT = Aws::String>
66 m_endpointHasBeenSet =
true;
67 m_endpoint = std::forward<EndpointT>(value);
69 template <
typename Endpo
intT = Aws::String>
82 template <
typename IndexT = Aws::String>
84 m_indexHasBeenSet =
true;
85 m_index = std::forward<IndexT>(value);
87 template <
typename IndexT = Aws::String>
89 SetIndex(std::forward<IndexT>(value));
100 template <
typename TypeT = Aws::String>
102 m_typeHasBeenSet =
true;
103 m_type = std::forward<TypeT>(value);
105 template <
typename TypeT = Aws::String>
107 SetType(std::forward<TypeT>(value));
118 template <
typename IdT = Aws::String>
120 m_idHasBeenSet =
true;
121 m_id = std::forward<IdT>(value);
123 template <
typename IdT = Aws::String>
125 SetId(std::forward<IdT>(value));
139 bool m_roleArnHasBeenSet =
false;
140 bool m_endpointHasBeenSet =
false;
141 bool m_indexHasBeenSet =
false;
142 bool m_typeHasBeenSet =
false;
143 bool m_idHasBeenSet =
false;
const Aws::String & GetRoleArn() const
void SetIndex(IndexT &&value)
AWS_IOT_API ElasticsearchAction()=default
ElasticsearchAction & WithType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetType() const
bool RoleArnHasBeenSet() const
AWS_IOT_API ElasticsearchAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API ElasticsearchAction(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
ElasticsearchAction & WithRoleArn(RoleArnT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIndex() const
void SetEndpoint(EndpointT &&value)
const Aws::String & GetEndpoint() const
ElasticsearchAction & WithId(IdT &&value)
void SetType(TypeT &&value)
bool IdHasBeenSet() const
ElasticsearchAction & WithIndex(IndexT &&value)
bool IndexHasBeenSet() const
ElasticsearchAction & WithEndpoint(EndpointT &&value)
const Aws::String & GetId() const
bool EndpointHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue