7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackagev2/Mediapackagev2Request.h>
9#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
14namespace mediapackagev2 {
41 template <
typename ChannelGroupNameT = Aws::String>
43 m_channelGroupNameHasBeenSet =
true;
44 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
46 template <
typename ChannelGroupNameT = Aws::String>
61 template <
typename ETagT = Aws::String>
63 m_eTagHasBeenSet =
true;
64 m_eTag = std::forward<ETagT>(value);
66 template <
typename ETagT = Aws::String>
68 SetETag(std::forward<ETagT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
93 bool m_channelGroupNameHasBeenSet =
false;
96 bool m_eTagHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String