7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
41 template <
typename RedshiftIdcApplicationArnT = Aws::String>
43 m_redshiftIdcApplicationArnHasBeenSet =
true;
44 m_redshiftIdcApplicationArn = std::forward<RedshiftIdcApplicationArnT>(value);
46 template <
typename RedshiftIdcApplicationArnT = Aws::String>
54 bool m_redshiftIdcApplicationArnHasBeenSet =
false;
AWS_REDSHIFT_API DeleteRedshiftIdcApplicationRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT &&value)
DeleteRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool RedshiftIdcApplicationArnHasBeenSet() const
const Aws::String & GetRedshiftIdcApplicationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String