7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
46 template <
typename ResourceIdentifierT = Aws::String>
48 m_resourceIdentifierHasBeenSet =
true;
49 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
51 template <
typename ResourceIdentifierT = Aws::String>
65 template <
typename ApplyActionT = Aws::String>
67 m_applyActionHasBeenSet =
true;
68 m_applyAction = std::forward<ApplyActionT>(value);
70 template <
typename ApplyActionT = Aws::String>
89 template <
typename OptInTypeT = Aws::String>
91 m_optInTypeHasBeenSet =
true;
92 m_optInType = std::forward<OptInTypeT>(value);
94 template <
typename OptInTypeT = Aws::String>
106 bool m_resourceIdentifierHasBeenSet =
false;
107 bool m_applyActionHasBeenSet =
false;
108 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