7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/repostspace/RepostspaceRequest.h>
9#include <aws/repostspace/Repostspace_EXPORTS.h>
17namespace repostspace {
42 template <
typename SpaceIdT = Aws::String>
44 m_spaceIdHasBeenSet =
true;
45 m_spaceId = std::forward<SpaceIdT>(value);
47 template <
typename SpaceIdT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
90 bool m_spaceIdHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetSpaceId() const
AWS_REPOSTSPACE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
ListChannelsRequest & WithSpaceId(SpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
void SetSpaceId(SpaceIdT &&value)
void SetNextToken(NextTokenT &&value)
bool SpaceIdHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
ListChannelsRequest & WithMaxResults(int value)
ListChannelsRequest & WithNextToken(NextTokenT &&value)
AWS_REPOSTSPACE_API ListChannelsRequest()=default
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String