7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/KafkaConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
59 inline void SetNamePrefix(
const char* value) { m_namePrefixHasBeenSet =
true; m_namePrefix.assign(value); }
75 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
83 bool m_maxResultsHasBeenSet =
false;
86 bool m_namePrefixHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
AWS_KAFKACONNECT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNamePrefix() const
AWS_KAFKACONNECT_API ListCustomPluginsRequest()
ListCustomPluginsRequest & WithNextToken(Aws::String &&value)
void SetMaxResults(int value)
void SetNamePrefix(const char *value)
ListCustomPluginsRequest & WithMaxResults(int value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
AWS_KAFKACONNECT_API Aws::String SerializePayload() const override
ListCustomPluginsRequest & WithNamePrefix(const char *value)
ListCustomPluginsRequest & WithNamePrefix(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetNamePrefix(Aws::String &&value)
ListCustomPluginsRequest & WithNextToken(const Aws::String &value)
bool NamePrefixHasBeenSet() const
ListCustomPluginsRequest & WithNamePrefix(Aws::String &&value)
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
ListCustomPluginsRequest & WithNextToken(const char *value)
void SetNamePrefix(const Aws::String &value)
void SetNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String