7#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
8#include <aws/migrationhub-config/model/HomeRegionControl.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace MigrationHubConfig
42 template<
typename HomeRegionControlT = HomeRegionControl>
43 void SetHomeRegionControl(HomeRegionControlT&& value) { m_homeRegionControlHasBeenSet =
true; m_homeRegionControl = std::forward<HomeRegionControlT>(value); }
44 template<
typename HomeRegionControlT = HomeRegionControl>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_homeRegionControlHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
CreateHomeRegionControlResult & WithRequestId(RequestIdT &&value)
CreateHomeRegionControlResult & WithHomeRegionControl(HomeRegionControlT &&value)
void SetHomeRegionControl(HomeRegionControlT &&value)
AWS_MIGRATIONHUBCONFIG_API CreateHomeRegionControlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const HomeRegionControl & GetHomeRegionControl() const
const Aws::String & GetRequestId() const
AWS_MIGRATIONHUBCONFIG_API CreateHomeRegionControlResult()=default
AWS_MIGRATIONHUBCONFIG_API CreateHomeRegionControlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue