7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/mediatailor/model/AccessConfiguration.h>
10#include <aws/mediatailor/model/DefaultSegmentDeliveryConfiguration.h>
11#include <aws/mediatailor/model/HttpConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/mediatailor/model/SegmentDeliveryConfiguration.h>
100 inline void SetSourceLocationName(
const char* value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName.assign(value); }
108 bool m_accessConfigurationHasBeenSet =
false;
111 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
114 bool m_httpConfigurationHasBeenSet =
false;
117 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
120 bool m_sourceLocationNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector