7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/repostspace/RepostspaceRequest.h>
9#include <aws/repostspace/Repostspace_EXPORTS.h>
14namespace repostspace {
37 template <
typename SpaceIdT = Aws::String>
39 m_spaceIdHasBeenSet =
true;
40 m_spaceId = std::forward<SpaceIdT>(value);
42 template <
typename SpaceIdT = Aws::String>
55 template <
typename ChannelIdT = Aws::String>
57 m_channelIdHasBeenSet =
true;
58 m_channelId = std::forward<ChannelIdT>(value);
60 template <
typename ChannelIdT = Aws::String>
70 bool m_spaceIdHasBeenSet =
false;
71 bool m_channelIdHasBeenSet =
false;
GetChannelRequest & WithSpaceId(SpaceIdT &&value)
const Aws::String & GetChannelId() const
bool SpaceIdHasBeenSet() const
AWS_REPOSTSPACE_API GetChannelRequest()=default
const Aws::String & GetSpaceId() const
bool ChannelIdHasBeenSet() const
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
GetChannelRequest & WithChannelId(ChannelIdT &&value)
void SetSpaceId(SpaceIdT &&value)
void SetChannelId(ChannelIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String