7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NextTokenT = Aws::String>
43 m_nextTokenHasBeenSet =
true;
44 m_nextToken = std::forward<NextTokenT>(value);
46 template <
typename NextTokenT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
75 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 m_tagsHasBeenSet =
true;
78 m_tags = std::forward<TagsT>(value);
80 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 SetTags(std::forward<TagsT>(value));
85 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
87 m_tagsHasBeenSet =
true;
88 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
99 template <
typename RequestOriginT = Aws::String>
101 m_requestOriginHasBeenSet =
true;
102 m_requestOrigin = std::forward<RequestOriginT>(value);
104 template <
typename RequestOriginT = Aws::String>
112 bool m_nextTokenHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
118 bool m_tagsHasBeenSet =
false;
121 bool m_requestOriginHasBeenSet =
false;
const Aws::String & GetRequestOrigin() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
ListSessionsRequest & WithMaxResults(int value)
void SetRequestOrigin(RequestOriginT &&value)
bool MaxResultsHasBeenSet() const
bool TagsHasBeenSet() const
AWS_GLUE_API ListSessionsRequest()=default
ListSessionsRequest & WithRequestOrigin(RequestOriginT &&value)
ListSessionsRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
bool RequestOriginHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ListSessionsRequest & WithNextToken(NextTokenT &&value)
ListSessionsRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String