7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ResourceIdentifierT = Aws::String>
49 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
50 template<
typename ResourceIdentifierT = Aws::String>
61 template<
typename ApplyActionT = Aws::String>
62 void SetApplyAction(ApplyActionT&& value) { m_applyActionHasBeenSet =
true; m_applyAction = std::forward<ApplyActionT>(value); }
63 template<
typename ApplyActionT = Aws::String>
79 template<
typename OptInTypeT = Aws::String>
80 void SetOptInType(OptInTypeT&& value) { m_optInTypeHasBeenSet =
true; m_optInType = std::forward<OptInTypeT>(value); }
81 template<
typename OptInTypeT = Aws::String>
87 bool m_resourceIdentifierHasBeenSet =
false;
90 bool m_applyActionHasBeenSet =
false;
93 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