7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetSwitchoverTimeout(
int value) { m_switchoverTimeoutHasBeenSet =
true; m_switchoverTimeout = value; }
70 bool m_blueGreenDeploymentIdentifierHasBeenSet =
false;
72 int m_switchoverTimeout;
73 bool m_switchoverTimeoutHasBeenSet =
false;
SwitchoverBlueGreenDeploymentRequest & WithBlueGreenDeploymentIdentifier(Aws::String &&value)
AWS_RDS_API Aws::String SerializePayload() const override
bool BlueGreenDeploymentIdentifierHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetBlueGreenDeploymentIdentifier(const Aws::String &value)
SwitchoverBlueGreenDeploymentRequest & WithBlueGreenDeploymentIdentifier(const Aws::String &value)
AWS_RDS_API SwitchoverBlueGreenDeploymentRequest()
SwitchoverBlueGreenDeploymentRequest & WithBlueGreenDeploymentIdentifier(const char *value)
void SetBlueGreenDeploymentIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool SwitchoverTimeoutHasBeenSet() const
const Aws::String & GetBlueGreenDeploymentIdentifier() const
void SetSwitchoverTimeout(int value)
SwitchoverBlueGreenDeploymentRequest & WithSwitchoverTimeout(int value)
void SetBlueGreenDeploymentIdentifier(const char *value)
int GetSwitchoverTimeout() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String