7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetDBSnapshotIdentifier(
const char* value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier.assign(value); }
69 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
121 bool m_dBSnapshotIdentifierHasBeenSet =
false;
124 bool m_attributeNameHasBeenSet =
false;
127 bool m_valuesToAddHasBeenSet =
false;
130 bool m_valuesToRemoveHasBeenSet =
false;
void SetAttributeName(Aws::String &&value)
bool AttributeNameHasBeenSet() const
bool ValuesToRemoveHasBeenSet() const
AWS_RDS_API ModifyDBSnapshotAttributeRequest()
const Aws::Vector< Aws::String > & GetValuesToRemove() const
ModifyDBSnapshotAttributeRequest & AddValuesToAdd(const Aws::String &value)
ModifyDBSnapshotAttributeRequest & WithDBSnapshotIdentifier(Aws::String &&value)
void SetAttributeName(const Aws::String &value)
void SetValuesToRemove(Aws::Vector< Aws::String > &&value)
ModifyDBSnapshotAttributeRequest & AddValuesToAdd(Aws::String &&value)
ModifyDBSnapshotAttributeRequest & AddValuesToAdd(const char *value)
const Aws::String & GetDBSnapshotIdentifier() const
AWS_RDS_API Aws::String SerializePayload() const override
ModifyDBSnapshotAttributeRequest & WithValuesToAdd(const Aws::Vector< Aws::String > &value)
void SetDBSnapshotIdentifier(const char *value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ValuesToAddHasBeenSet() const
bool DBSnapshotIdentifierHasBeenSet() const
ModifyDBSnapshotAttributeRequest & AddValuesToRemove(Aws::String &&value)
ModifyDBSnapshotAttributeRequest & WithAttributeName(Aws::String &&value)
void SetDBSnapshotIdentifier(Aws::String &&value)
ModifyDBSnapshotAttributeRequest & WithDBSnapshotIdentifier(const char *value)
ModifyDBSnapshotAttributeRequest & WithValuesToRemove(const Aws::Vector< Aws::String > &value)
void SetAttributeName(const char *value)
ModifyDBSnapshotAttributeRequest & WithValuesToRemove(Aws::Vector< Aws::String > &&value)
ModifyDBSnapshotAttributeRequest & WithAttributeName(const Aws::String &value)
ModifyDBSnapshotAttributeRequest & WithValuesToAdd(Aws::Vector< Aws::String > &&value)
ModifyDBSnapshotAttributeRequest & WithDBSnapshotIdentifier(const Aws::String &value)
void SetValuesToAdd(const Aws::Vector< Aws::String > &value)
const Aws::String & GetAttributeName() const
ModifyDBSnapshotAttributeRequest & AddValuesToRemove(const char *value)
const Aws::Vector< Aws::String > & GetValuesToAdd() const
ModifyDBSnapshotAttributeRequest & WithAttributeName(const char *value)
void SetDBSnapshotIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetValuesToRemove(const Aws::Vector< Aws::String > &value)
void SetValuesToAdd(Aws::Vector< Aws::String > &&value)
ModifyDBSnapshotAttributeRequest & AddValuesToRemove(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector