7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/AccessConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/mediatailor/model/DefaultSegmentDeliveryConfiguration.h>
12#include <aws/mediatailor/model/HttpConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/mediatailor/model/SegmentDeliveryConfiguration.h>
70 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
71 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
147 inline void SetSourceLocationName(
const char* value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName.assign(value); }
173 inline SourceLocation&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
178 bool m_accessConfigurationHasBeenSet =
false;
181 bool m_arnHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
187 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
190 bool m_httpConfigurationHasBeenSet =
false;
193 bool m_lastModifiedTimeHasBeenSet =
false;
196 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
199 bool m_sourceLocationNameHasBeenSet =
false;
202 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
Aws::Utils::Json::JsonValue JsonValue