7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/Mediapackagev2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace mediapackagev2
47 inline void SetChannelGroupName(
const char* value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName.assign(value); }
63 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
78 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
86 bool m_channelGroupNameHasBeenSet =
false;
89 bool m_eTagHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String