7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/CacheBehavior.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/omics/model/RunCacheStatus.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
71 template<
typename CacheS3UriT = Aws::String>
72 void SetCacheS3Uri(CacheS3UriT&& value) { m_cacheS3UriHasBeenSet =
true; m_cacheS3Uri = std::forward<CacheS3UriT>(value); }
73 template<
typename CacheS3UriT = Aws::String>
83 template<
typename CreationTimeT = Aws::Utils::DateTime>
84 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
85 template<
typename CreationTimeT = Aws::Utils::DateTime>
95 template<
typename IdT = Aws::String>
96 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
97 template<
typename IdT = Aws::String>
107 template<
typename NameT = Aws::String>
108 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
109 template<
typename NameT = Aws::String>
125 bool m_arnHasBeenSet =
false;
128 bool m_cacheBehaviorHasBeenSet =
false;
131 bool m_cacheS3UriHasBeenSet =
false;
134 bool m_creationTimeHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_statusHasBeenSet =
false;
bool CreationTimeHasBeenSet() const
RunCacheListItem & WithStatus(RunCacheStatus value)
RunCacheStatus GetStatus() const
AWS_OMICS_API RunCacheListItem()=default
const Aws::String & GetId() const
void SetArn(ArnT &&value)
CacheBehavior GetCacheBehavior() const
RunCacheListItem & WithId(IdT &&value)
void SetStatus(RunCacheStatus value)
const Aws::String & GetName() const
RunCacheListItem & WithCacheBehavior(CacheBehavior value)
bool ArnHasBeenSet() const
bool CacheBehaviorHasBeenSet() const
AWS_OMICS_API RunCacheListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
RunCacheListItem & WithArn(ArnT &&value)
void SetCacheBehavior(CacheBehavior value)
RunCacheListItem & WithCacheS3Uri(CacheS3UriT &&value)
void SetCacheS3Uri(CacheS3UriT &&value)
bool CacheS3UriHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
RunCacheListItem & WithCreationTime(CreationTimeT &&value)
AWS_OMICS_API RunCacheListItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
RunCacheListItem & WithName(NameT &&value)
bool IdHasBeenSet() const
void SetName(NameT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetCacheS3Uri() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue