7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetProjectId(
const char* value) { m_projectIdHasBeenSet =
true; m_projectId.assign(value); }
51 bool m_projectIdHasBeenSet =
false;
void SetProjectId(const Aws::String &value)
DescribeProjectRequest & WithProjectId(const char *value)
const Aws::String & GetProjectId() const
bool ProjectIdHasBeenSet() const
void SetProjectId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetProjectId(Aws::String &&value)
DescribeProjectRequest & WithProjectId(Aws::String &&value)
AWS_IOTSITEWISE_API DescribeProjectRequest()
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
DescribeProjectRequest & WithProjectId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String