7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
9#include <aws/fms/model/SecurityServiceType.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AdminAccountIdT = Aws::String>
37 m_adminAccountIdHasBeenSet =
true;
38 m_adminAccountId = std::forward<AdminAccountIdT>(value);
40 template <
typename AdminAccountIdT = Aws::String>
54 m_serviceTypeHasBeenSet =
true;
55 m_serviceType = value;
72 template <
typename DataT = Aws::String>
74 m_dataHasBeenSet =
true;
75 m_data = std::forward<DataT>(value);
77 template <
typename DataT = Aws::String>
79 SetData(std::forward<DataT>(value));
98 template <
typename NextTokenT = Aws::String>
100 m_nextTokenHasBeenSet =
true;
101 m_nextToken = std::forward<NextTokenT>(value);
103 template <
typename NextTokenT = Aws::String>
113 template <
typename RequestIdT = Aws::String>
115 m_requestIdHasBeenSet =
true;
116 m_requestId = std::forward<RequestIdT>(value);
118 template <
typename RequestIdT = Aws::String>
134 bool m_adminAccountIdHasBeenSet =
false;
135 bool m_serviceTypeHasBeenSet =
false;
136 bool m_dataHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
138 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