7#include <aws/medialive/MediaLive_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/AWSMap.h>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
75 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
90 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
115 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
144 inline void SetTemplateCount(
int value) { m_templateCountHasBeenSet =
true; m_templateCount = value; }
150 bool m_arnHasBeenSet =
false;
153 bool m_createdAtHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_idHasBeenSet =
false;
162 bool m_modifiedAtHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_tagsHasBeenSet =
false;
171 bool m_templateCountHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue