7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
10#include <aws/snowball/model/JobResource.h>
11#include <aws/snowball/model/Notification.h>
12#include <aws/snowball/model/OnDeviceServiceConfiguration.h>
13#include <aws/snowball/model/ShippingOption.h>
44 template <
typename ClusterIdT = Aws::String>
46 m_clusterIdHasBeenSet =
true;
47 m_clusterId = std::forward<ClusterIdT>(value);
49 template <
typename ClusterIdT = Aws::String>
65 template <
typename RoleARNT = Aws::String>
67 m_roleARNHasBeenSet =
true;
68 m_roleARN = std::forward<RoleARNT>(value);
70 template <
typename RoleARNT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
102 template <
typename ResourcesT = JobResource>
104 m_resourcesHasBeenSet =
true;
105 m_resources = std::forward<ResourcesT>(value);
107 template <
typename ResourcesT = JobResource>
122 template <
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
124 m_onDeviceServiceConfigurationHasBeenSet =
true;
125 m_onDeviceServiceConfiguration = std::forward<OnDeviceServiceConfigurationT>(value);
127 template <
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
140 template <
typename AddressIdT = Aws::String>
142 m_addressIdHasBeenSet =
true;
143 m_addressId = std::forward<AddressIdT>(value);
145 template <
typename AddressIdT = Aws::String>
160 m_shippingOptionHasBeenSet =
true;
161 m_shippingOption = value;
175 template <
typename NotificationT = Notification>
177 m_notificationHasBeenSet =
true;
178 m_notification = std::forward<NotificationT>(value);
180 template <
typename NotificationT = Notification>
194 template <
typename ForwardingAddressIdT = Aws::String>
196 m_forwardingAddressIdHasBeenSet =
true;
197 m_forwardingAddressId = std::forward<ForwardingAddressIdT>(value);
199 template <
typename ForwardingAddressIdT = Aws::String>
207 bool m_clusterIdHasBeenSet =
false;
210 bool m_roleARNHasBeenSet =
false;
213 bool m_descriptionHasBeenSet =
false;
216 bool m_resourcesHasBeenSet =
false;
219 bool m_onDeviceServiceConfigurationHasBeenSet =
false;
222 bool m_addressIdHasBeenSet =
false;
225 bool m_shippingOptionHasBeenSet =
false;
227 Notification m_notification;
228 bool m_notificationHasBeenSet =
false;
231 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