7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/snowball/model/JobResource.h>
11#include <aws/snowball/model/OnDeviceServiceConfiguration.h>
12#include <aws/snowball/model/ShippingOption.h>
13#include <aws/snowball/model/Notification.h>
48 template<
typename ClusterIdT = Aws::String>
49 void SetClusterId(ClusterIdT&& value) { m_clusterIdHasBeenSet =
true; m_clusterId = std::forward<ClusterIdT>(value); }
50 template<
typename ClusterIdT = Aws::String>
63 template<
typename RoleARNT = Aws::String>
64 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
65 template<
typename RoleARNT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
88 template<
typename ResourcesT = JobResource>
89 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
90 template<
typename ResourcesT = JobResource>
102 template<
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
103 void SetOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT&& value) { m_onDeviceServiceConfigurationHasBeenSet =
true; m_onDeviceServiceConfiguration = std::forward<OnDeviceServiceConfigurationT>(value); }
104 template<
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
114 template<
typename AddressIdT = Aws::String>
115 void SetAddressId(AddressIdT&& value) { m_addressIdHasBeenSet =
true; m_addressId = std::forward<AddressIdT>(value); }
116 template<
typename AddressIdT = Aws::String>
137 template<
typename NotificationT = Notification>
138 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
139 template<
typename NotificationT = Notification>
150 template<
typename ForwardingAddressIdT = Aws::String>
151 void SetForwardingAddressId(ForwardingAddressIdT&& value) { m_forwardingAddressIdHasBeenSet =
true; m_forwardingAddressId = std::forward<ForwardingAddressIdT>(value); }
152 template<
typename ForwardingAddressIdT = Aws::String>
158 bool m_clusterIdHasBeenSet =
false;
161 bool m_roleARNHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
167 bool m_resourcesHasBeenSet =
false;
170 bool m_onDeviceServiceConfigurationHasBeenSet =
false;
173 bool m_addressIdHasBeenSet =
false;
176 bool m_shippingOptionHasBeenSet =
false;
178 Notification m_notification;
179 bool m_notificationHasBeenSet =
false;
182 bool m_forwardingAddressIdHasBeenSet =
false;
bool RoleARNHasBeenSet() const
bool ClusterIdHasBeenSet() const
bool NotificationHasBeenSet() const
const Notification & GetNotification() const
bool AddressIdHasBeenSet() const
const JobResource & GetResources() const
const Aws::String & GetClusterId() const
const OnDeviceServiceConfiguration & GetOnDeviceServiceConfiguration() const
void SetForwardingAddressId(ForwardingAddressIdT &&value)
bool ResourcesHasBeenSet() const
UpdateClusterRequest & WithDescription(DescriptionT &&value)
void SetShippingOption(ShippingOption value)
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SNOWBALL_API Aws::String SerializePayload() const override
UpdateClusterRequest & WithAddressId(AddressIdT &&value)
void SetRoleARN(RoleARNT &&value)
void SetOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT &&value)
const Aws::String & GetAddressId() const
UpdateClusterRequest & WithShippingOption(ShippingOption value)
UpdateClusterRequest & WithResources(ResourcesT &&value)
const Aws::String & GetRoleARN() const
UpdateClusterRequest & WithOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT &&value)
void SetAddressId(AddressIdT &&value)
void SetResources(ResourcesT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
void SetNotification(NotificationT &&value)
void SetClusterId(ClusterIdT &&value)
UpdateClusterRequest & WithRoleARN(RoleARNT &&value)
bool OnDeviceServiceConfigurationHasBeenSet() const
bool ForwardingAddressIdHasBeenSet() const
UpdateClusterRequest & WithForwardingAddressId(ForwardingAddressIdT &&value)
ShippingOption GetShippingOption() const
AWS_SNOWBALL_API UpdateClusterRequest()=default
UpdateClusterRequest & WithNotification(NotificationT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetForwardingAddressId() const
UpdateClusterRequest & WithClusterId(ClusterIdT &&value)
bool ShippingOptionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String