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>
49 template<
typename DBSnapshotIdentifierT = Aws::String>
50 void SetDBSnapshotIdentifier(DBSnapshotIdentifierT&& value) { m_dBSnapshotIdentifierHasBeenSet =
true; m_dBSnapshotIdentifier = std::forward<DBSnapshotIdentifierT>(value); }
51 template<
typename DBSnapshotIdentifierT = Aws::String>
65 template<
typename AttributeNameT = Aws::String>
66 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
67 template<
typename AttributeNameT = Aws::String>
84 template<
typename ValuesToAddT = Aws::Vector<Aws::String>>
85 void SetValuesToAdd(ValuesToAddT&& value) { m_valuesToAddHasBeenSet =
true; m_valuesToAdd = std::forward<ValuesToAddT>(value); }
86 template<
typename ValuesToAddT = Aws::Vector<Aws::String>>
88 template<
typename ValuesToAddT = Aws::String>
105 template<
typename ValuesToRemoveT = Aws::Vector<Aws::String>>
106 void SetValuesToRemove(ValuesToRemoveT&& value) { m_valuesToRemoveHasBeenSet =
true; m_valuesToRemove = std::forward<ValuesToRemoveT>(value); }
107 template<
typename ValuesToRemoveT = Aws::Vector<Aws::String>>
109 template<
typename ValuesToRemoveT = Aws::String>
115 bool m_dBSnapshotIdentifierHasBeenSet =
false;
118 bool m_attributeNameHasBeenSet =
false;
121 bool m_valuesToAddHasBeenSet =
false;
124 bool m_valuesToRemoveHasBeenSet =
false;
bool AttributeNameHasBeenSet() const
bool ValuesToRemoveHasBeenSet() const
const Aws::Vector< Aws::String > & GetValuesToRemove() const
ModifyDBSnapshotAttributeRequest & WithValuesToAdd(ValuesToAddT &&value)
void SetAttributeName(AttributeNameT &&value)
const Aws::String & GetDBSnapshotIdentifier() const
AWS_RDS_API Aws::String SerializePayload() const override
ModifyDBSnapshotAttributeRequest & AddValuesToAdd(ValuesToAddT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
ModifyDBSnapshotAttributeRequest & WithDBSnapshotIdentifier(DBSnapshotIdentifierT &&value)
bool ValuesToAddHasBeenSet() const
bool DBSnapshotIdentifierHasBeenSet() const
ModifyDBSnapshotAttributeRequest & AddValuesToRemove(ValuesToRemoveT &&value)
ModifyDBSnapshotAttributeRequest & WithValuesToRemove(ValuesToRemoveT &&value)
AWS_RDS_API ModifyDBSnapshotAttributeRequest()=default
ModifyDBSnapshotAttributeRequest & WithAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeName() const
const Aws::Vector< Aws::String > & GetValuesToAdd() const
void SetValuesToAdd(ValuesToAddT &&value)
virtual const char * GetServiceRequestName() const override
void SetValuesToRemove(ValuesToRemoveT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector