7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename RoleArnT = Aws::String>
53 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
54 template<
typename RoleArnT = Aws::String>
64 template<
typename Endpo
intT = Aws::String>
65 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
66 template<
typename Endpo
intT = Aws::String>
76 template<
typename IndexT = Aws::String>
77 void SetIndex(IndexT&& value) { m_indexHasBeenSet =
true; m_index = std::forward<IndexT>(value); }
78 template<
typename IndexT = Aws::String>
88 template<
typename TypeT = Aws::String>
89 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
90 template<
typename TypeT = Aws::String>
100 template<
typename IdT = Aws::String>
101 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
102 template<
typename IdT = Aws::String>
108 bool m_roleArnHasBeenSet =
false;
111 bool m_endpointHasBeenSet =
false;
114 bool m_indexHasBeenSet =
false;
117 bool m_typeHasBeenSet =
false;
120 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