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>
65 template<
typename ChannelNameT = Aws::String>
66 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
67 template<
typename ChannelNameT = Aws::String>
78 template<
typename ChannelDescriptionT = Aws::String>
79 void SetChannelDescription(ChannelDescriptionT&& value) { m_channelDescriptionHasBeenSet =
true; m_channelDescription = std::forward<ChannelDescriptionT>(value); }
80 template<
typename ChannelDescriptionT = Aws::String>
86 bool m_spaceIdHasBeenSet =
false;
89 bool m_channelIdHasBeenSet =
false;
92 bool m_channelNameHasBeenSet =
false;
95 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