7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ClusterIdentifierT = Aws::String>
51 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
52 template<
typename ClusterIdentifierT = Aws::String>
58 bool m_clusterIdentifierHasBeenSet =
false;
AWS_REDSHIFT_API RotateEncryptionKeyRequest()=default
const Aws::String & GetClusterIdentifier() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool ClusterIdentifierHasBeenSet() const
RotateEncryptionKeyRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String