7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/model/ProtectionGroup.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename ProtectionGroupT = ProtectionGroup>
44 void SetProtectionGroup(ProtectionGroupT&& value) { m_protectionGroupHasBeenSet =
true; m_protectionGroup = std::forward<ProtectionGroupT>(value); }
45 template<
typename ProtectionGroupT = ProtectionGroup>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_protectionGroupHasBeenSet =
false;
63 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
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