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;
39 template<
typename RedshiftIdcApplicationT = RedshiftIdcApplication>
40 void SetRedshiftIdcApplication(RedshiftIdcApplicationT&& value) { m_redshiftIdcApplicationHasBeenSet =
true; m_redshiftIdcApplication = std::forward<RedshiftIdcApplicationT>(value); }
41 template<
typename RedshiftIdcApplicationT = RedshiftIdcApplication>
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_redshiftIdcApplicationHasBeenSet =
false;
59 bool m_responseMetadataHasBeenSet =
false;
ModifyRedshiftIdcApplicationResult & WithRedshiftIdcApplication(RedshiftIdcApplicationT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetRedshiftIdcApplication(RedshiftIdcApplicationT &&value)
AWS_REDSHIFT_API ModifyRedshiftIdcApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyRedshiftIdcApplicationResult & WithResponseMetadata(ResponseMetadataT &&value)
const RedshiftIdcApplication & GetRedshiftIdcApplication() const
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API ModifyRedshiftIdcApplicationResult()=default
AWS_REDSHIFT_API ModifyRedshiftIdcApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument