7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ResourceIdentifierT = Aws::String>
52 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
53 template<
typename ResourceIdentifierT = Aws::String>
72 template<
typename ApplyActionT = Aws::String>
73 void SetApplyAction(ApplyActionT&& value) { m_applyActionHasBeenSet =
true; m_applyAction = std::forward<ApplyActionT>(value); }
74 template<
typename ApplyActionT = Aws::String>
90 template<
typename OptInTypeT = Aws::String>
91 void SetOptInType(OptInTypeT&& value) { m_optInTypeHasBeenSet =
true; m_optInType = std::forward<OptInTypeT>(value); }
92 template<
typename OptInTypeT = Aws::String>
98 bool m_resourceIdentifierHasBeenSet =
false;
101 bool m_applyActionHasBeenSet =
false;
104 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