7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/model/RedshiftIdcApplication.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename RedshiftIdcApplicationT = RedshiftIdcApplication>
35 m_redshiftIdcApplicationHasBeenSet =
true;
36 m_redshiftIdcApplication = std::forward<RedshiftIdcApplicationT>(value);
38 template <
typename RedshiftIdcApplicationT = RedshiftIdcApplication>
48 template <
typename ResponseMetadataT = ResponseMetadata>
50 m_responseMetadataHasBeenSet =
true;
51 m_responseMetadata = std::forward<ResponseMetadataT>(value);
53 template <
typename ResponseMetadataT = ResponseMetadata>
63 bool m_redshiftIdcApplicationHasBeenSet =
false;
64 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::Utils::Xml::XmlDocument XmlDocument