7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
53 bool m_componentNameHasBeenSet =
false;
CancelComponentDeploymentRequest & WithComponentName(Aws::String &&value)
void SetComponentName(Aws::String &&value)
void SetComponentName(const Aws::String &value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetComponentName() const
virtual const char * GetServiceRequestName() const override
AWS_PROTON_API Aws::String SerializePayload() const override
CancelComponentDeploymentRequest & WithComponentName(const Aws::String &value)
void SetComponentName(const char *value)
bool ComponentNameHasBeenSet() const
AWS_PROTON_API CancelComponentDeploymentRequest()
CancelComponentDeploymentRequest & WithComponentName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String