7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/omics/model/CacheBehavior.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename DescriptionT = Aws::String>
53 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
54 template<
typename DescriptionT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
84 bool m_cacheBehaviorHasBeenSet =
false;
87 bool m_descriptionHasBeenSet =
false;
90 bool m_idHasBeenSet =
false;
93 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