1 /**
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  */
5 
6 #pragma once
7 #include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8 
9 namespace Aws
10 {
11 template<typename RESULT_TYPE>
12 class AmazonWebServiceResult;
13 
14 namespace Utils
15 {
16 namespace Json
17 {
18   class JsonValue;
19 } // namespace Json
20 } // namespace Utils
21 namespace PinpointEmail
22 {
23 namespace Model
24 {
25   /**
26    * <p>An HTTP 200 response if the request succeeds, or an error message if the
27    * request fails.</p><p><h3>See Also:</h3>   <a
28    * href="http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutDedicatedIpInPoolResponse">AWS
29    * API Reference</a></p>
30    */
31   class AWS_PINPOINTEMAIL_API PutDedicatedIpInPoolResult
32   {
33   public:
34     PutDedicatedIpInPoolResult();
35     PutDedicatedIpInPoolResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
36     PutDedicatedIpInPoolResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
37 
38   };
39 
40 } // namespace Model
41 } // namespace PinpointEmail
42 } // namespace Aws
43