/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include
#include
#include
namespace Aws
{
template
class AmazonWebServiceResult;
namespace Utils
{
namespace Xml
{
class XmlDocument;
} // namespace Xml
} // namespace Utils
namespace SES
{
namespace Model
{
/**
* An HTTP 200 response if the request succeeds, or an error message if the
* request fails.
See Also:
AWS
* API Reference
*/
class PutConfigurationSetDeliveryOptionsResult
{
public:
AWS_SES_API PutConfigurationSetDeliveryOptionsResult();
AWS_SES_API PutConfigurationSetDeliveryOptionsResult(const Aws::AmazonWebServiceResult& result);
AWS_SES_API PutConfigurationSetDeliveryOptionsResult& operator=(const Aws::AmazonWebServiceResult& result);
inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
inline PutConfigurationSetDeliveryOptionsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;}
inline PutConfigurationSetDeliveryOptionsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
private:
ResponseMetadata m_responseMetadata;
};
} // namespace Model
} // namespace SES
} // namespace Aws