7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediatailor/model/PrefetchConsumption.h>
10#include <aws/mediatailor/model/PrefetchRetrieval.h>
54 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
55 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
86 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
101 inline void SetPlaybackConfigurationName(
const char* value) { m_playbackConfigurationNameHasBeenSet =
true; m_playbackConfigurationName.assign(value); }
129 inline void SetStreamId(
const char* value) { m_streamIdHasBeenSet =
true; m_streamId.assign(value); }
137 bool m_arnHasBeenSet =
false;
140 bool m_consumptionHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
146 bool m_playbackConfigurationNameHasBeenSet =
false;
149 bool m_retrievalHasBeenSet =
false;
152 bool m_streamIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue