7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/shield/Shield_EXPORTS.h>
10#include <aws/shield/model/ProtectionGroup.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename ProtectionGroupT = ProtectionGroup>
40 m_protectionGroupHasBeenSet =
true;
41 m_protectionGroup = std::forward<ProtectionGroupT>(value);
43 template <
typename ProtectionGroupT = ProtectionGroup>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_protectionGroupHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
const ProtectionGroup & GetProtectionGroup() const
void SetProtectionGroup(ProtectionGroupT &&value)
AWS_SHIELD_API DescribeProtectionGroupResult()=default
DescribeProtectionGroupResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SHIELD_API DescribeProtectionGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeProtectionGroupResult & WithProtectionGroup(ProtectionGroupT &&value)
AWS_SHIELD_API DescribeProtectionGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue