7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetFarmId(
const char* value) { m_farmIdHasBeenSet =
true; m_farmId.assign(value); }
57 inline void SetStorageProfileId(
const char* value) { m_storageProfileIdHasBeenSet =
true; m_storageProfileId.assign(value); }
65 bool m_farmIdHasBeenSet =
false;
68 bool m_storageProfileIdHasBeenSet =
false;
AWS_DEADLINE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetStorageProfileRequest & WithFarmId(Aws::String &&value)
bool StorageProfileIdHasBeenSet() const
void SetStorageProfileId(const char *value)
const Aws::String & GetStorageProfileId() const
void SetFarmId(Aws::String &&value)
void SetFarmId(const Aws::String &value)
void SetFarmId(const char *value)
GetStorageProfileRequest & WithStorageProfileId(Aws::String &&value)
const Aws::String & GetFarmId() const
GetStorageProfileRequest & WithFarmId(const Aws::String &value)
GetStorageProfileRequest & WithStorageProfileId(const Aws::String &value)
GetStorageProfileRequest & WithStorageProfileId(const char *value)
bool FarmIdHasBeenSet() const
void SetStorageProfileId(Aws::String &&value)
void SetStorageProfileId(const Aws::String &value)
AWS_DEADLINE_API GetStorageProfileRequest()
GetStorageProfileRequest & WithFarmId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String