7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/model/AdminScope.h>
9#include <aws/fms/model/OrganizationStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AdminScopeT = AdminScope>
43 void SetAdminScope(AdminScopeT&& value) { m_adminScopeHasBeenSet =
true; m_adminScope = std::forward<AdminScopeT>(value); }
44 template<
typename AdminScopeT = AdminScope>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_adminScopeHasBeenSet =
false;
79 bool m_statusHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
void SetStatus(OrganizationStatus value)
AWS_FMS_API GetAdminScopeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FMS_API GetAdminScopeResult()=default
const AdminScope & GetAdminScope() const
void SetAdminScope(AdminScopeT &&value)
OrganizationStatus GetStatus() const
GetAdminScopeResult & WithStatus(OrganizationStatus value)
const Aws::String & GetRequestId() const
GetAdminScopeResult & WithAdminScope(AdminScopeT &&value)
AWS_FMS_API GetAdminScopeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetAdminScopeResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue