7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/mediatailor/model/HttpPackageConfiguration.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
104 inline void SetLiveSourceName(
const char* value) { m_liveSourceNameHasBeenSet =
true; m_liveSourceName.assign(value); }
118 inline void SetSourceLocationName(
const char* value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName.assign(value); }
144 inline LiveSource&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
149 bool m_arnHasBeenSet =
false;
152 bool m_creationTimeHasBeenSet =
false;
155 bool m_httpPackageConfigurationsHasBeenSet =
false;
158 bool m_lastModifiedTimeHasBeenSet =
false;
161 bool m_liveSourceNameHasBeenSet =
false;
164 bool m_sourceLocationNameHasBeenSet =
false;
167 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