7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDSRequest.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/TagSpecification.h>
48 template <
typename DBInstanceIdentifierT = Aws::String>
50 m_dBInstanceIdentifierHasBeenSet =
true;
51 m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value);
53 template <
typename DBInstanceIdentifierT = Aws::String>
71 m_backupRetentionPeriodHasBeenSet =
true;
72 m_backupRetentionPeriod = value;
96 template <
typename PreferredBackupWindowT = Aws::String>
98 m_preferredBackupWindowHasBeenSet =
true;
99 m_preferredBackupWindow = std::forward<PreferredBackupWindowT>(value);
101 template <
typename PreferredBackupWindowT = Aws::String>
116 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
118 m_tagSpecificationsHasBeenSet =
true;
119 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
121 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
126 template <
typename TagSpecificationsT = TagSpecification>
128 m_tagSpecificationsHasBeenSet =
true;
129 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
136 int m_backupRetentionPeriod{0};
141 bool m_dBInstanceIdentifierHasBeenSet =
false;
142 bool m_backupRetentionPeriodHasBeenSet =
false;
143 bool m_preferredBackupWindowHasBeenSet =
false;
144 bool m_tagSpecificationsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector