7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetSnapshotCopyGrantName(
const char* value) { m_snapshotCopyGrantNameHasBeenSet =
true; m_snapshotCopyGrantName.assign(value); }
59 bool m_snapshotCopyGrantNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetSnapshotCopyGrantName(const Aws::String &value)
AWS_REDSHIFT_API DeleteSnapshotCopyGrantRequest()
const Aws::String & GetSnapshotCopyGrantName() const
DeleteSnapshotCopyGrantRequest & WithSnapshotCopyGrantName(const char *value)
DeleteSnapshotCopyGrantRequest & WithSnapshotCopyGrantName(const Aws::String &value)
void SetSnapshotCopyGrantName(const char *value)
DeleteSnapshotCopyGrantRequest & WithSnapshotCopyGrantName(Aws::String &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool SnapshotCopyGrantNameHasBeenSet() const
void SetSnapshotCopyGrantName(Aws::String &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String