7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/model/EventSubscription.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename EventSubscriptionT = EventSubscription>
40 void SetEventSubscription(EventSubscriptionT&& value) { m_eventSubscriptionHasBeenSet =
true; m_eventSubscription = std::forward<EventSubscriptionT>(value); }
41 template<
typename EventSubscriptionT = EventSubscription>
48 template<
typename ResponseMetadataT = ResponseMetadata>
49 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
50 template<
typename ResponseMetadataT = ResponseMetadata>
56 bool m_eventSubscriptionHasBeenSet =
false;
59 bool m_responseMetadataHasBeenSet =
false;
AWS_REDSHIFT_API ModifyEventSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetEventSubscription(EventSubscriptionT &&value)
AWS_REDSHIFT_API ModifyEventSubscriptionResult()=default
AWS_REDSHIFT_API ModifyEventSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyEventSubscriptionResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
ModifyEventSubscriptionResult & WithEventSubscription(EventSubscriptionT &&value)
const EventSubscription & GetEventSubscription() const
const ResponseMetadata & GetResponseMetadata() const
Aws::Utils::Xml::XmlDocument XmlDocument