7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace mediapackagev2
51 inline void SetChannelGroupName(
const char* value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName.assign(value); }
64 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
104 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
112 bool m_channelGroupNameHasBeenSet =
false;
115 bool m_arnHasBeenSet =
false;
118 bool m_createdAtHasBeenSet =
false;
121 bool m_modifiedAtHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue