7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/CacheBehavior.h>
39 m_cacheBehaviorHasBeenSet =
true;
40 m_cacheBehavior = value;
54 template <
typename DescriptionT = Aws::String>
56 m_descriptionHasBeenSet =
true;
57 m_description = std::forward<DescriptionT>(value);
59 template <
typename DescriptionT = Aws::String>
72 template <
typename IdT = Aws::String>
74 m_idHasBeenSet =
true;
75 m_id = std::forward<IdT>(value);
77 template <
typename IdT = Aws::String>
79 SetId(std::forward<IdT>(value));
90 template <
typename NameT = Aws::String>
92 m_nameHasBeenSet =
true;
93 m_name = std::forward<NameT>(value);
95 template <
typename NameT = Aws::String>
97 SetName(std::forward<NameT>(value));
109 bool m_cacheBehaviorHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
AWS_OMICS_API UpdateRunCacheRequest()=default
bool NameHasBeenSet() const
UpdateRunCacheRequest & WithCacheBehavior(CacheBehavior value)
AWS_OMICS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
CacheBehavior GetCacheBehavior() const
UpdateRunCacheRequest & WithId(IdT &&value)
UpdateRunCacheRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool CacheBehaviorHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetCacheBehavior(CacheBehavior value)
void SetName(NameT &&value)
const Aws::String & GetDescription() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
UpdateRunCacheRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String