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>
10#include <aws/route53-recovery-control-config/model/NetworkType.h>
15namespace Route53RecoveryControlConfig
46 template<
typename ClusterArnT = Aws::String>
47 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
48 template<
typename ClusterArnT = Aws::String>
65 bool m_clusterArnHasBeenSet =
false;
68 bool m_networkTypeHasBeenSet =
false;
UpdateClusterRequest & WithNetworkType(NetworkType value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterArn() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
void SetNetworkType(NetworkType value)
bool ClusterArnHasBeenSet() const
void SetClusterArn(ClusterArnT &&value)
bool NetworkTypeHasBeenSet() const
UpdateClusterRequest & WithClusterArn(ClusterArnT &&value)
NetworkType GetNetworkType() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API UpdateClusterRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String