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 ChannelNameT = Aws::String>
57 m_channelNameHasBeenSet =
true;
58 m_channelName = std::forward<ChannelNameT>(value);
60 template <
typename ChannelNameT = Aws::String>
74 template <
typename ChannelDescriptionT = Aws::String>
76 m_channelDescriptionHasBeenSet =
true;
77 m_channelDescription = std::forward<ChannelDescriptionT>(value);
79 template <
typename ChannelDescriptionT = Aws::String>
91 bool m_spaceIdHasBeenSet =
false;
92 bool m_channelNameHasBeenSet =
false;
93 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