7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticmapreduce/EMR_EXPORTS.h>
11#include <aws/elasticmapreduce/model/PersistentAppUIType.h>
12#include <aws/elasticmapreduce/model/Tag.h>
46 template <
typename PersistentAppUIIdT = Aws::String>
48 m_persistentAppUIIdHasBeenSet =
true;
49 m_persistentAppUIId = std::forward<PersistentAppUIIdT>(value);
51 template <
typename PersistentAppUIIdT = Aws::String>
65 template <
typename PersistentAppUITypeListT = Aws::Vector<PersistentAppUIType>>
67 m_persistentAppUITypeListHasBeenSet =
true;
68 m_persistentAppUITypeList = std::forward<PersistentAppUITypeListT>(value);
70 template <
typename PersistentAppUITypeListT = Aws::Vector<PersistentAppUIType>>
76 m_persistentAppUITypeListHasBeenSet =
true;
77 m_persistentAppUITypeList.push_back(value);
88 template <
typename PersistentAppUIStatusT = Aws::String>
90 m_persistentAppUIStatusHasBeenSet =
true;
91 m_persistentAppUIStatus = std::forward<PersistentAppUIStatusT>(value);
93 template <
typename PersistentAppUIStatusT = Aws::String>
106 template <
typename AuthorIdT = Aws::String>
108 m_authorIdHasBeenSet =
true;
109 m_authorId = std::forward<AuthorIdT>(value);
111 template <
typename AuthorIdT = Aws::String>
125 template <
typename CreationTimeT = Aws::Utils::DateTime>
127 m_creationTimeHasBeenSet =
true;
128 m_creationTime = std::forward<CreationTimeT>(value);
130 template <
typename CreationTimeT = Aws::Utils::DateTime>
144 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
146 m_lastModifiedTimeHasBeenSet =
true;
147 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
149 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
163 template <
typename LastStateChangeReasonT = Aws::String>
165 m_lastStateChangeReasonHasBeenSet =
true;
166 m_lastStateChangeReason = std::forward<LastStateChangeReasonT>(value);
168 template <
typename LastStateChangeReasonT = Aws::String>
182 template <
typename TagsT = Aws::Vector<Tag>>
184 m_tagsHasBeenSet =
true;
185 m_tags = std::forward<TagsT>(value);
187 template <
typename TagsT = Aws::Vector<Tag>>
189 SetTags(std::forward<TagsT>(value));
192 template <
typename TagsT = Tag>
194 m_tagsHasBeenSet =
true;
195 m_tags.emplace_back(std::forward<TagsT>(value));
215 bool m_persistentAppUIIdHasBeenSet =
false;
216 bool m_persistentAppUITypeListHasBeenSet =
false;
217 bool m_persistentAppUIStatusHasBeenSet =
false;
218 bool m_authorIdHasBeenSet =
false;
219 bool m_creationTimeHasBeenSet =
false;
220 bool m_lastModifiedTimeHasBeenSet =
false;
221 bool m_lastStateChangeReasonHasBeenSet =
false;
222 bool m_tagsHasBeenSet =
false;
void SetPersistentAppUIStatus(PersistentAppUIStatusT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool PersistentAppUIStatusHasBeenSet() const
const Aws::String & GetAuthorId() const
PersistentAppUI & WithAuthorId(AuthorIdT &&value)
PersistentAppUI & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
PersistentAppUI & WithLastModifiedTime(LastModifiedTimeT &&value)
PersistentAppUI & WithLastStateChangeReason(LastStateChangeReasonT &&value)
bool CreationTimeHasBeenSet() const
PersistentAppUI & WithPersistentAppUITypeList(PersistentAppUITypeListT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPersistentAppUITypeList(PersistentAppUITypeListT &&value)
PersistentAppUI & WithPersistentAppUIStatus(PersistentAppUIStatusT &&value)
AWS_EMR_API PersistentAppUI(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedTimeHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool PersistentAppUIIdHasBeenSet() const
AWS_EMR_API PersistentAppUI & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastStateChangeReasonHasBeenSet() const
PersistentAppUI & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetPersistentAppUIStatus() const
const Aws::String & GetPersistentAppUIId() const
const Aws::String & GetLastStateChangeReason() const
bool AuthorIdHasBeenSet() const
void SetAuthorId(AuthorIdT &&value)
PersistentAppUI & AddPersistentAppUITypeList(PersistentAppUIType value)
const Aws::Vector< PersistentAppUIType > & GetPersistentAppUITypeList() const
void SetCreationTime(CreationTimeT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetPersistentAppUIId(PersistentAppUIIdT &&value)
bool TagsHasBeenSet() const
PersistentAppUI & AddTags(TagsT &&value)
AWS_EMR_API PersistentAppUI()=default
void SetLastStateChangeReason(LastStateChangeReasonT &&value)
bool PersistentAppUITypeListHasBeenSet() const
PersistentAppUI & WithPersistentAppUIId(PersistentAppUIIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue