7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/IvschatRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
54 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
60 bool m_nextTokenHasBeenSet =
false;
63 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_IVSCHAT_API Aws::String SerializePayload() const override
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
ListLoggingConfigurationsRequest & WithNextToken(NextTokenT &&value)
AWS_IVSCHAT_API ListLoggingConfigurationsRequest()=default
ListLoggingConfigurationsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String