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/core/utils/memory/stl/AWSMap.h>
15#include <aws/mediatailor/model/SegmentDeliveryConfiguration.h>
101 inline void SetSourceLocationName(
const char* value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName.assign(value); }
132 bool m_accessConfigurationHasBeenSet =
false;
135 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
138 bool m_httpConfigurationHasBeenSet =
false;
141 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
144 bool m_sourceLocationNameHasBeenSet =
false;
147 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector