7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fsx/model/UpdateFileCacheLustreConfiguration.h>
12#include <aws/core/utils/UUID.h>
47 inline void SetFileCacheId(
const char* value) { m_fileCacheIdHasBeenSet =
true; m_fileCacheId.assign(value); }
59 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
79 bool m_fileCacheIdHasBeenSet =
false;
82 bool m_clientRequestTokenHasBeenSet =
false;
85 bool m_lustreConfigurationHasBeenSet =
false;
UpdateFileCacheRequest & WithClientRequestToken(const char *value)
void SetLustreConfiguration(UpdateFileCacheLustreConfiguration &&value)
UpdateFileCacheRequest & WithLustreConfiguration(UpdateFileCacheLustreConfiguration &&value)
void SetClientRequestToken(const char *value)
void SetLustreConfiguration(const UpdateFileCacheLustreConfiguration &value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_FSX_API Aws::String SerializePayload() const override
bool FileCacheIdHasBeenSet() const
bool LustreConfigurationHasBeenSet() const
void SetClientRequestToken(const Aws::String &value)
void SetClientRequestToken(Aws::String &&value)
const Aws::String & GetClientRequestToken() const
UpdateFileCacheRequest & WithLustreConfiguration(const UpdateFileCacheLustreConfiguration &value)
void SetFileCacheId(const char *value)
UpdateFileCacheRequest & WithClientRequestToken(const Aws::String &value)
void SetFileCacheId(Aws::String &&value)
UpdateFileCacheRequest & WithClientRequestToken(Aws::String &&value)
UpdateFileCacheRequest & WithFileCacheId(const Aws::String &value)
UpdateFileCacheRequest & WithFileCacheId(Aws::String &&value)
const UpdateFileCacheLustreConfiguration & GetLustreConfiguration() const
AWS_FSX_API UpdateFileCacheRequest()
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFileCacheId() const
UpdateFileCacheRequest & WithFileCacheId(const char *value)
void SetFileCacheId(const Aws::String &value)
bool ClientRequestTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String