7#include <aws/core/http/HttpResponse.h>
8#include <aws/redshift/Redshift_EXPORTS.h>
9#include <aws/redshift/model/RedshiftIdcApplication.h>
10#include <aws/redshift/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename RedshiftIdcApplicationT = RedshiftIdcApplication>
36 m_redshiftIdcApplicationHasBeenSet =
true;
37 m_redshiftIdcApplication = std::forward<RedshiftIdcApplicationT>(value);
39 template <
typename RedshiftIdcApplicationT = RedshiftIdcApplication>
49 template <
typename ResponseMetadataT = ResponseMetadata>
51 m_responseMetadataHasBeenSet =
true;
52 m_responseMetadata = std::forward<ResponseMetadataT>(value);
54 template <
typename ResponseMetadataT = ResponseMetadata>
67 bool m_redshiftIdcApplicationHasBeenSet =
false;
68 bool m_responseMetadataHasBeenSet =
false;
AWS_REDSHIFT_API CreateRedshiftIdcApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateRedshiftIdcApplicationResult & WithRedshiftIdcApplication(RedshiftIdcApplicationT &&value)
AWS_REDSHIFT_API CreateRedshiftIdcApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_REDSHIFT_API CreateRedshiftIdcApplicationResult()=default
void SetRedshiftIdcApplication(RedshiftIdcApplicationT &&value)
const ResponseMetadata & GetResponseMetadata() const
CreateRedshiftIdcApplicationResult & WithResponseMetadata(ResponseMetadataT &&value)
const RedshiftIdcApplication & GetRedshiftIdcApplication() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
Aws::Utils::Xml::XmlDocument XmlDocument