7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dax/DAXRequest.h>
10#include <aws/dax/DAX_EXPORTS.h>
40 template <
typename ClusterNameT = Aws::String>
42 m_clusterNameHasBeenSet =
true;
43 m_clusterName = std::forward<ClusterNameT>(value);
45 template <
typename ClusterNameT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
79 template <
typename PreferredMa
intenanceWindowT = Aws::String>
81 m_preferredMaintenanceWindowHasBeenSet =
true;
82 m_preferredMaintenanceWindow = std::forward<PreferredMaintenanceWindowT>(value);
84 template <
typename PreferredMa
intenanceWindowT = Aws::String>
97 template <
typename NotificationTopicArnT = Aws::String>
99 m_notificationTopicArnHasBeenSet =
true;
100 m_notificationTopicArn = std::forward<NotificationTopicArnT>(value);
102 template <
typename NotificationTopicArnT = Aws::String>
117 template <
typename NotificationTopicStatusT = Aws::String>
119 m_notificationTopicStatusHasBeenSet =
true;
120 m_notificationTopicStatus = std::forward<NotificationTopicStatusT>(value);
122 template <
typename NotificationTopicStatusT = Aws::String>
135 template <
typename ParameterGroupNameT = Aws::String>
137 m_parameterGroupNameHasBeenSet =
true;
138 m_parameterGroupName = std::forward<ParameterGroupNameT>(value);
140 template <
typename ParameterGroupNameT = Aws::String>
155 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
157 m_securityGroupIdsHasBeenSet =
true;
158 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
160 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
165 template <
typename SecurityGroupIdsT = Aws::String>
167 m_securityGroupIdsHasBeenSet =
true;
168 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
186 bool m_clusterNameHasBeenSet =
false;
187 bool m_descriptionHasBeenSet =
false;
188 bool m_preferredMaintenanceWindowHasBeenSet =
false;
189 bool m_notificationTopicArnHasBeenSet =
false;
190 bool m_notificationTopicStatusHasBeenSet =
false;
191 bool m_parameterGroupNameHasBeenSet =
false;
192 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