7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/mediatailor/model/PrefetchConsumption.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediatailor/model/PrefetchRetrieval.h>
61 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
75 inline void SetPlaybackConfigurationName(
const char* value) { m_playbackConfigurationNameHasBeenSet =
true; m_playbackConfigurationName.assign(value); }
108 inline void SetStreamId(
const char* value) { m_streamIdHasBeenSet =
true; m_streamId.assign(value); }
116 bool m_consumptionHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_playbackConfigurationNameHasBeenSet =
false;
125 bool m_retrievalHasBeenSet =
false;
128 bool m_streamIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String