7#include <aws/repostspace/Repostspace_EXPORTS.h>
8#include <aws/repostspace/RepostspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename SpaceIdT = Aws::String>
42 void SetSpaceId(SpaceIdT&& value) { m_spaceIdHasBeenSet =
true; m_spaceId = std::forward<SpaceIdT>(value); }
43 template<
typename SpaceIdT = Aws::String>
53 template<
typename ChannelIdT = Aws::String>
54 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
55 template<
typename ChannelIdT = Aws::String>
61 bool m_spaceIdHasBeenSet =
false;
64 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