7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
53 bool m_profileIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool ProfileIdHasBeenSet() const
DeleteProfileRequest & WithProfileId(const char *value)
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteProfileRequest & WithProfileId(Aws::String &&value)
void SetProfileId(const char *value)
const Aws::String & GetProfileId() const
AWS_B2BI_API Aws::String SerializePayload() const override
void SetProfileId(Aws::String &&value)
DeleteProfileRequest & WithProfileId(const Aws::String &value)
void SetProfileId(const Aws::String &value)
AWS_B2BI_API DeleteProfileRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String