7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/route53-recovery-control-config/Route53RecoveryControlConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53RecoveryControlConfig
41 template<
typename ClusterArnT = Aws::String>
42 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
43 template<
typename ClusterArnT = Aws::String>
49 bool m_clusterArnHasBeenSet =
false;
void SetClusterArn(ClusterArnT &&value)
bool ClusterArnHasBeenSet() const
DescribeClusterRequest & WithClusterArn(ClusterArnT &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
AWS_ROUTE53RECOVERYCONTROLCONFIG_API DescribeClusterRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String