7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/workspaces/model/WorkspaceState.h>
10#include <aws/workspaces/model/StandbyWorkspaceRelationshipType.h>
50 template<
typename WorkspaceIdT = Aws::String>
51 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
52 template<
typename WorkspaceIdT = Aws::String>
62 template<
typename RegionT = Aws::String>
63 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
64 template<
typename RegionT = Aws::String>
90 bool m_workspaceIdHasBeenSet =
false;
93 bool m_regionHasBeenSet =
false;
96 bool m_stateHasBeenSet =
false;
99 bool m_typeHasBeenSet =
false;
StandbyWorkspaceRelationshipType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue