7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/docdb-elastic/DocDBElasticRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/docdb-elastic/model/OptInType.h>
46 template<
typename ApplyActionT = Aws::String>
47 void SetApplyAction(ApplyActionT&& value) { m_applyActionHasBeenSet =
true; m_applyAction = std::forward<ApplyActionT>(value); }
48 template<
typename ApplyActionT = Aws::String>
60 template<
typename ApplyOnT = Aws::String>
61 void SetApplyOn(ApplyOnT&& value) { m_applyOnHasBeenSet =
true; m_applyOn = std::forward<ApplyOnT>(value); }
62 template<
typename ApplyOnT = Aws::String>
84 template<
typename ResourceArnT = Aws::String>
85 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
86 template<
typename ResourceArnT = Aws::String>
92 bool m_applyActionHasBeenSet =
false;
95 bool m_applyOnHasBeenSet =
false;
98 bool m_optInTypeHasBeenSet =
false;
101 bool m_resourceArnHasBeenSet =
false;
AWS_DOCDBELASTIC_API ApplyPendingMaintenanceActionRequest()=default
ApplyPendingMaintenanceActionRequest & WithApplyOn(ApplyOnT &&value)
const Aws::String & GetApplyOn() const
void SetResourceArn(ResourceArnT &&value)
bool ApplyOnHasBeenSet() const
OptInType GetOptInType() const
bool ResourceArnHasBeenSet() const
const Aws::String & GetResourceArn() const
const Aws::String & GetApplyAction() const
ApplyPendingMaintenanceActionRequest & WithResourceArn(ResourceArnT &&value)
bool ApplyActionHasBeenSet() const
AWS_DOCDBELASTIC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool OptInTypeHasBeenSet() const
ApplyPendingMaintenanceActionRequest & WithApplyAction(ApplyActionT &&value)
void SetOptInType(OptInType value)
ApplyPendingMaintenanceActionRequest & WithOptInType(OptInType value)
void SetApplyAction(ApplyActionT &&value)
void SetApplyOn(ApplyOnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String