7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ResourceIdentifierT = Aws::String>
51 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
52 template<
typename ResourceIdentifierT = Aws::String>
63 template<
typename ApplyActionT = Aws::String>
64 void SetApplyAction(ApplyActionT&& value) { m_applyActionHasBeenSet =
true; m_applyAction = std::forward<ApplyActionT>(value); }
65 template<
typename ApplyActionT = Aws::String>
81 template<
typename OptInTypeT = Aws::String>
82 void SetOptInType(OptInTypeT&& value) { m_optInTypeHasBeenSet =
true; m_optInType = std::forward<OptInTypeT>(value); }
83 template<
typename OptInTypeT = Aws::String>
89 bool m_resourceIdentifierHasBeenSet =
false;
92 bool m_applyActionHasBeenSet =
false;
95 bool m_optInTypeHasBeenSet =
false;
const Aws::String & GetOptInType() const
ApplyPendingMaintenanceActionRequest & WithOptInType(OptInTypeT &&value)
ApplyPendingMaintenanceActionRequest & WithApplyAction(ApplyActionT &&value)
bool OptInTypeHasBeenSet() const
AWS_DOCDB_API ApplyPendingMaintenanceActionRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_DOCDB_API Aws::String SerializePayload() const override
void SetApplyAction(ApplyActionT &&value)
bool ResourceIdentifierHasBeenSet() const
const Aws::String & GetResourceIdentifier() const
const Aws::String & GetApplyAction() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
void SetOptInType(OptInTypeT &&value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ApplyActionHasBeenSet() const
ApplyPendingMaintenanceActionRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String