7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
44 template <
typename ResourceIdentifierT = Aws::String>
46 m_resourceIdentifierHasBeenSet =
true;
47 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
49 template <
typename ResourceIdentifierT = Aws::String>
63 template <
typename ApplyActionT = Aws::String>
65 m_applyActionHasBeenSet =
true;
66 m_applyAction = std::forward<ApplyActionT>(value);
68 template <
typename ApplyActionT = Aws::String>
87 template <
typename OptInTypeT = Aws::String>
89 m_optInTypeHasBeenSet =
true;
90 m_optInType = std::forward<OptInTypeT>(value);
92 template <
typename OptInTypeT = Aws::String>
100 bool m_resourceIdentifierHasBeenSet =
false;
103 bool m_applyActionHasBeenSet =
false;
106 bool m_optInTypeHasBeenSet =
false;
ApplyPendingMaintenanceActionRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetApplyAction() const
const Aws::String & GetOptInType() const
bool OptInTypeHasBeenSet() const
ApplyPendingMaintenanceActionRequest & WithOptInType(OptInTypeT &&value)
void SetResourceIdentifier(ResourceIdentifierT &&value)
void SetOptInType(OptInTypeT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool ResourceIdentifierHasBeenSet() const
void SetApplyAction(ApplyActionT &&value)
AWS_NEPTUNE_API ApplyPendingMaintenanceActionRequest()=default
const Aws::String & GetResourceIdentifier() const
ApplyPendingMaintenanceActionRequest & WithApplyAction(ApplyActionT &&value)
virtual const char * GetServiceRequestName() const override
bool ApplyActionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String