7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53RecoveryReadiness
43 inline void SetRecoveryGroupName(
const char* value) { m_recoveryGroupNameHasBeenSet =
true; m_recoveryGroupName.assign(value); }
51 bool m_recoveryGroupNameHasBeenSet =
false;
GetRecoveryGroupRequest & WithRecoveryGroupName(const char *value)
AWS_ROUTE53RECOVERYREADINESS_API GetRecoveryGroupRequest()
void SetRecoveryGroupName(const Aws::String &value)
void SetRecoveryGroupName(Aws::String &&value)
bool RecoveryGroupNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetRecoveryGroupRequest & WithRecoveryGroupName(Aws::String &&value)
GetRecoveryGroupRequest & WithRecoveryGroupName(const Aws::String &value)
void SetRecoveryGroupName(const char *value)
const Aws::String & GetRecoveryGroupName() const
AWS_ROUTE53RECOVERYREADINESS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String