7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/dax/DAXRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename ClusterNameT = Aws::String>
45 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
46 template<
typename ClusterNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
71 template<
typename PreferredMa
intenanceWindowT = Aws::String>
72 void SetPreferredMaintenanceWindow(PreferredMaintenanceWindowT&& value) { m_preferredMaintenanceWindowHasBeenSet =
true; m_preferredMaintenanceWindow = std::forward<PreferredMaintenanceWindowT>(value); }
73 template<
typename PreferredMa
intenanceWindowT = Aws::String>
83 template<
typename NotificationTopicArnT = Aws::String>
84 void SetNotificationTopicArn(NotificationTopicArnT&& value) { m_notificationTopicArnHasBeenSet =
true; m_notificationTopicArn = std::forward<NotificationTopicArnT>(value); }
85 template<
typename NotificationTopicArnT = Aws::String>
97 template<
typename NotificationTopicStatusT = Aws::String>
98 void SetNotificationTopicStatus(NotificationTopicStatusT&& value) { m_notificationTopicStatusHasBeenSet =
true; m_notificationTopicStatus = std::forward<NotificationTopicStatusT>(value); }
99 template<
typename NotificationTopicStatusT = Aws::String>
109 template<
typename ParameterGroupNameT = Aws::String>
110 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
111 template<
typename ParameterGroupNameT = Aws::String>
123 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
124 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
125 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
127 template<
typename SecurityGroupIdsT = Aws::String>
133 bool m_clusterNameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
139 bool m_preferredMaintenanceWindowHasBeenSet =
false;
142 bool m_notificationTopicArnHasBeenSet =
false;
145 bool m_notificationTopicStatusHasBeenSet =
false;
148 bool m_parameterGroupNameHasBeenSet =
false;
151 bool m_securityGroupIdsHasBeenSet =
false;
AWS_DAX_API Aws::String SerializePayload() const override
const Aws::String & GetParameterGroupName() const
UpdateClusterRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetDescription() const
UpdateClusterRequest & WithClusterName(ClusterNameT &&value)
UpdateClusterRequest & WithNotificationTopicArn(NotificationTopicArnT &&value)
const Aws::String & GetClusterName() const
const Aws::String & GetNotificationTopicStatus() const
void SetParameterGroupName(ParameterGroupNameT &&value)
UpdateClusterRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
void SetNotificationTopicStatus(NotificationTopicStatusT &&value)
const Aws::String & GetNotificationTopicArn() const
UpdateClusterRequest & WithParameterGroupName(ParameterGroupNameT &&value)
UpdateClusterRequest & WithPreferredMaintenanceWindow(PreferredMaintenanceWindowT &&value)
bool NotificationTopicStatusHasBeenSet() const
const Aws::String & GetPreferredMaintenanceWindow() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_DAX_API UpdateClusterRequest()=default
bool SecurityGroupIdsHasBeenSet() const
UpdateClusterRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool NotificationTopicArnHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
void SetPreferredMaintenanceWindow(PreferredMaintenanceWindowT &&value)
bool DescriptionHasBeenSet() const
bool ClusterNameHasBeenSet() const
bool ParameterGroupNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool PreferredMaintenanceWindowHasBeenSet() const
void SetNotificationTopicArn(NotificationTopicArnT &&value)
UpdateClusterRequest & WithNotificationTopicStatus(NotificationTopicStatusT &&value)
AWS_DAX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector