7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/model/SecurityServiceType.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AdminAccountIdT = Aws::String>
42 void SetAdminAccountId(AdminAccountIdT&& value) { m_adminAccountIdHasBeenSet =
true; m_adminAccountId = std::forward<AdminAccountIdT>(value); }
43 template<
typename AdminAccountIdT = Aws::String>
66 template<
typename DataT = Aws::String>
67 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
68 template<
typename DataT = Aws::String>
86 template<
typename NextTokenT = Aws::String>
87 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
88 template<
typename NextTokenT = Aws::String>
95 template<
typename RequestIdT = Aws::String>
96 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
97 template<
typename RequestIdT = Aws::String>
103 bool m_adminAccountIdHasBeenSet =
false;
106 bool m_serviceTypeHasBeenSet =
false;
109 bool m_dataHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetData(DataT &&value)
void SetServiceType(SecurityServiceType value)
const Aws::String & GetData() const
SecurityServiceType GetServiceType() const
AWS_FMS_API GetProtectionStatusResult()=default
GetProtectionStatusResult & WithData(DataT &&value)
void SetNextToken(NextTokenT &&value)
GetProtectionStatusResult & WithAdminAccountId(AdminAccountIdT &&value)
const Aws::String & GetAdminAccountId() const
AWS_FMS_API GetProtectionStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FMS_API GetProtectionStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAdminAccountId(AdminAccountIdT &&value)
const Aws::String & GetRequestId() const
GetProtectionStatusResult & WithRequestId(RequestIdT &&value)
GetProtectionStatusResult & WithServiceType(SecurityServiceType value)
GetProtectionStatusResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue