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 ChannelNameT = Aws::String>
54 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
55 template<
typename ChannelNameT = Aws::String>
66 template<
typename ChannelDescriptionT = Aws::String>
67 void SetChannelDescription(ChannelDescriptionT&& value) { m_channelDescriptionHasBeenSet =
true; m_channelDescription = std::forward<ChannelDescriptionT>(value); }
68 template<
typename ChannelDescriptionT = Aws::String>
74 bool m_spaceIdHasBeenSet =
false;
77 bool m_channelNameHasBeenSet =
false;
80 bool m_channelDescriptionHasBeenSet =
false;
AWS_REPOSTSPACE_API CreateChannelRequest()=default
bool ChannelDescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SpaceIdHasBeenSet() const
CreateChannelRequest & WithSpaceId(SpaceIdT &&value)
bool ChannelNameHasBeenSet() const
const Aws::String & GetSpaceId() const
void SetChannelName(ChannelNameT &&value)
void SetSpaceId(SpaceIdT &&value)
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
CreateChannelRequest & WithChannelDescription(ChannelDescriptionT &&value)
const Aws::String & GetChannelDescription() const
void SetChannelDescription(ChannelDescriptionT &&value)
CreateChannelRequest & WithChannelName(ChannelNameT &&value)
const Aws::String & GetChannelName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String