7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/FMS_EXPORTS.h>
10#include <aws/fms/model/SecurityServiceType.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AdminAccountIdT = Aws::String>
38 m_adminAccountIdHasBeenSet =
true;
39 m_adminAccountId = std::forward<AdminAccountIdT>(value);
41 template <
typename AdminAccountIdT = Aws::String>
55 m_serviceTypeHasBeenSet =
true;
56 m_serviceType = value;
73 template <
typename DataT = Aws::String>
75 m_dataHasBeenSet =
true;
76 m_data = std::forward<DataT>(value);
78 template <
typename DataT = Aws::String>
80 SetData(std::forward<DataT>(value));
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
114 template <
typename RequestIdT = Aws::String>
116 m_requestIdHasBeenSet =
true;
117 m_requestId = std::forward<RequestIdT>(value);
119 template <
typename RequestIdT = Aws::String>
138 bool m_adminAccountIdHasBeenSet =
false;
139 bool m_serviceTypeHasBeenSet =
false;
140 bool m_dataHasBeenSet =
false;
141 bool m_nextTokenHasBeenSet =
false;
142 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::Http::HttpResponseCode GetHttpResponseCode() 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