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