7#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhub-config/model/Target.h>
10#include <aws/core/utils/DateTime.h>
23namespace MigrationHubConfig
53 template<
typename ControlIdT = Aws::String>
54 void SetControlId(ControlIdT&& value) { m_controlIdHasBeenSet =
true; m_controlId = std::forward<ControlIdT>(value); }
55 template<
typename ControlIdT = Aws::String>
66 template<
typename HomeRegionT = Aws::String>
67 void SetHomeRegion(HomeRegionT&& value) { m_homeRegionHasBeenSet =
true; m_homeRegion = std::forward<HomeRegionT>(value); }
68 template<
typename HomeRegionT = Aws::String>
80 template<
typename TargetT = Target>
81 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
82 template<
typename TargetT = Target>
94 template<
typename RequestedTimeT = Aws::Utils::DateTime>
95 void SetRequestedTime(RequestedTimeT&& value) { m_requestedTimeHasBeenSet =
true; m_requestedTime = std::forward<RequestedTimeT>(value); }
96 template<
typename RequestedTimeT = Aws::Utils::DateTime>
102 bool m_controlIdHasBeenSet =
false;
105 bool m_homeRegionHasBeenSet =
false;
108 bool m_targetHasBeenSet =
false;
111 bool m_requestedTimeHasBeenSet =
false;
void SetRequestedTime(RequestedTimeT &&value)
bool ControlIdHasBeenSet() const
void SetControlId(ControlIdT &&value)
AWS_MIGRATIONHUBCONFIG_API HomeRegionControl & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHomeRegion(HomeRegionT &&value)
HomeRegionControl & WithTarget(TargetT &&value)
AWS_MIGRATIONHUBCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTarget(TargetT &&value)
bool HomeRegionHasBeenSet() const
const Target & GetTarget() const
AWS_MIGRATIONHUBCONFIG_API HomeRegionControl(Aws::Utils::Json::JsonView jsonValue)
HomeRegionControl & WithHomeRegion(HomeRegionT &&value)
const Aws::String & GetHomeRegion() const
bool RequestedTimeHasBeenSet() const
bool TargetHasBeenSet() const
AWS_MIGRATIONHUBCONFIG_API HomeRegionControl()=default
HomeRegionControl & WithControlId(ControlIdT &&value)
HomeRegionControl & WithRequestedTime(RequestedTimeT &&value)
const Aws::String & GetControlId() const
const Aws::Utils::DateTime & GetRequestedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue