7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
47 template <
typename ResourceIdentifierT = Aws::String>
49 m_resourceIdentifierHasBeenSet =
true;
50 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
52 template <
typename ResourceIdentifierT = Aws::String>
74 template <
typename ApplyActionT = Aws::String>
76 m_applyActionHasBeenSet =
true;
77 m_applyAction = std::forward<ApplyActionT>(value);
79 template <
typename ApplyActionT = Aws::String>
98 template <
typename OptInTypeT = Aws::String>
100 m_optInTypeHasBeenSet =
true;
101 m_optInType = std::forward<OptInTypeT>(value);
103 template <
typename OptInTypeT = Aws::String>
115 bool m_resourceIdentifierHasBeenSet =
false;
116 bool m_applyActionHasBeenSet =
false;
117 bool m_optInTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetOptInType(OptInTypeT &&value)
void SetResourceIdentifier(ResourceIdentifierT &&value)
ApplyPendingMaintenanceActionRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
void SetApplyAction(ApplyActionT &&value)
bool ApplyActionHasBeenSet() const
ApplyPendingMaintenanceActionRequest & WithApplyAction(ApplyActionT &&value)
AWS_RDS_API Aws::String SerializePayload() const override
bool ResourceIdentifierHasBeenSet() const
bool OptInTypeHasBeenSet() const
AWS_RDS_API ApplyPendingMaintenanceActionRequest()=default
const Aws::String & GetOptInType() const
const Aws::String & GetResourceIdentifier() const
ApplyPendingMaintenanceActionRequest & WithOptInType(OptInTypeT &&value)
const Aws::String & GetApplyAction() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String