7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/FSxRequest.h>
10#include <aws/fsx/FSx_EXPORTS.h>
11#include <aws/fsx/model/UpdateFileCacheLustreConfiguration.h>
41 template <
typename FileCacheIdT = Aws::String>
43 m_fileCacheIdHasBeenSet =
true;
44 m_fileCacheId = std::forward<FileCacheIdT>(value);
46 template <
typename FileCacheIdT = Aws::String>
57 template <
typename ClientRequestTokenT = Aws::String>
59 m_clientRequestTokenHasBeenSet =
true;
60 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
62 template <
typename ClientRequestTokenT = Aws::String>
75 template <
typename LustreConfigurationT = UpdateFileCacheLustreConfiguration>
77 m_lustreConfigurationHasBeenSet =
true;
78 m_lustreConfiguration = std::forward<LustreConfigurationT>(value);
80 template <
typename LustreConfigurationT = UpdateFileCacheLustreConfiguration>
91 UpdateFileCacheLustreConfiguration m_lustreConfiguration;
92 bool m_fileCacheIdHasBeenSet =
false;
93 bool m_clientRequestTokenHasBeenSet =
true;
94 bool m_lustreConfigurationHasBeenSet =
false;
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_FSX_API Aws::String SerializePayload() const override
bool FileCacheIdHasBeenSet() const
bool LustreConfigurationHasBeenSet() const
void SetFileCacheId(FileCacheIdT &&value)
const Aws::String & GetClientRequestToken() const
const UpdateFileCacheLustreConfiguration & GetLustreConfiguration() const
AWS_FSX_API UpdateFileCacheRequest()=default
UpdateFileCacheRequest & WithFileCacheId(FileCacheIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFileCacheId() const
UpdateFileCacheRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetLustreConfiguration(LustreConfigurationT &&value)
UpdateFileCacheRequest & WithLustreConfiguration(LustreConfigurationT &&value)
bool ClientRequestTokenHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String