7#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
8#include <aws/migrationhub-config/MigrationHubConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MigrationHubConfig
45 template<
typename ControlIdT = Aws::String>
46 void SetControlId(ControlIdT&& value) { m_controlIdHasBeenSet =
true; m_controlId = std::forward<ControlIdT>(value); }
47 template<
typename ControlIdT = Aws::String>
53 bool m_controlIdHasBeenSet =
false;
DeleteHomeRegionControlRequest & WithControlId(ControlIdT &&value)
const Aws::String & GetControlId() const
AWS_MIGRATIONHUBCONFIG_API Aws::String SerializePayload() const override
AWS_MIGRATIONHUBCONFIG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_MIGRATIONHUBCONFIG_API DeleteHomeRegionControlRequest()=default
bool ControlIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetControlId(ControlIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String