7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
9#include <aws/fms/model/AdminScope.h>
10#include <aws/fms/model/OrganizationStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AdminScopeT = AdminScope>
38 m_adminScopeHasBeenSet =
true;
39 m_adminScope = std::forward<AdminScopeT>(value);
41 template <
typename AdminScopeT = AdminScope>
62 m_statusHasBeenSet =
true;
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_adminScopeHasBeenSet =
false;
92 bool m_statusHasBeenSet =
false;
93 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