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>
73 template <
typename ChannelNameT = Aws::String>
75 m_channelNameHasBeenSet =
true;
76 m_channelName = std::forward<ChannelNameT>(value);
78 template <
typename ChannelNameT = Aws::String>
92 template <
typename ChannelDescriptionT = Aws::String>
94 m_channelDescriptionHasBeenSet =
true;
95 m_channelDescription = std::forward<ChannelDescriptionT>(value);
97 template <
typename ChannelDescriptionT = Aws::String>
111 bool m_spaceIdHasBeenSet =
false;
112 bool m_channelIdHasBeenSet =
false;
113 bool m_channelNameHasBeenSet =
false;
114 bool m_channelDescriptionHasBeenSet =
false;
bool ChannelIdHasBeenSet() const
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
void SetChannelDescription(ChannelDescriptionT &&value)
void SetChannelName(ChannelNameT &&value)
void SetSpaceId(SpaceIdT &&value)
bool SpaceIdHasBeenSet() const
const Aws::String & GetSpaceId() const
UpdateChannelRequest & WithSpaceId(SpaceIdT &&value)
const Aws::String & GetChannelId() const
UpdateChannelRequest & WithChannelDescription(ChannelDescriptionT &&value)
const Aws::String & GetChannelName() const
bool ChannelNameHasBeenSet() const
UpdateChannelRequest & WithChannelId(ChannelIdT &&value)
AWS_REPOSTSPACE_API UpdateChannelRequest()=default
void SetChannelId(ChannelIdT &&value)
const Aws::String & GetChannelDescription() const
UpdateChannelRequest & WithChannelName(ChannelNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ChannelDescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String