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/PickupDetails.h>
14#include <aws/snowball/model/ShippingOption.h>
15#include <aws/snowball/model/SnowballCapacity.h>
46 template <
typename JobIdT = Aws::String>
48 m_jobIdHasBeenSet =
true;
49 m_jobId = std::forward<JobIdT>(value);
51 template <
typename JobIdT = Aws::String>
53 SetJobId(std::forward<JobIdT>(value));
67 template <
typename RoleARNT = Aws::String>
69 m_roleARNHasBeenSet =
true;
70 m_roleARN = std::forward<RoleARNT>(value);
72 template <
typename RoleARNT = Aws::String>
85 template <
typename NotificationT = Notification>
87 m_notificationHasBeenSet =
true;
88 m_notification = std::forward<NotificationT>(value);
90 template <
typename NotificationT = Notification>
104 template <
typename ResourcesT = JobResource>
106 m_resourcesHasBeenSet =
true;
107 m_resources = std::forward<ResourcesT>(value);
109 template <
typename ResourcesT = JobResource>
125 template <
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
127 m_onDeviceServiceConfigurationHasBeenSet =
true;
128 m_onDeviceServiceConfiguration = std::forward<OnDeviceServiceConfigurationT>(value);
130 template <
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
143 template <
typename AddressIdT = Aws::String>
145 m_addressIdHasBeenSet =
true;
146 m_addressId = std::forward<AddressIdT>(value);
148 template <
typename AddressIdT = Aws::String>
163 m_shippingOptionHasBeenSet =
true;
164 m_shippingOption = value;
178 template <
typename DescriptionT = Aws::String>
180 m_descriptionHasBeenSet =
true;
181 m_description = std::forward<DescriptionT>(value);
183 template <
typename DescriptionT = Aws::String>
203 m_snowballCapacityPreferenceHasBeenSet =
true;
204 m_snowballCapacityPreference = value;
219 template <
typename ForwardingAddressIdT = Aws::String>
221 m_forwardingAddressIdHasBeenSet =
true;
222 m_forwardingAddressId = std::forward<ForwardingAddressIdT>(value);
224 template <
typename ForwardingAddressIdT = Aws::String>
235 template <
typename PickupDetailsT = PickupDetails>
237 m_pickupDetailsHasBeenSet =
true;
238 m_pickupDetails = std::forward<PickupDetailsT>(value);
240 template <
typename PickupDetailsT = PickupDetails>
267 PickupDetails m_pickupDetails;
268 bool m_jobIdHasBeenSet =
false;
269 bool m_roleARNHasBeenSet =
false;
270 bool m_notificationHasBeenSet =
false;
271 bool m_resourcesHasBeenSet =
false;
272 bool m_onDeviceServiceConfigurationHasBeenSet =
false;
273 bool m_addressIdHasBeenSet =
false;
274 bool m_shippingOptionHasBeenSet =
false;
275 bool m_descriptionHasBeenSet =
false;
276 bool m_snowballCapacityPreferenceHasBeenSet =
false;
277 bool m_forwardingAddressIdHasBeenSet =
false;
278 bool m_pickupDetailsHasBeenSet =
false;
UpdateJobRequest & WithSnowballCapacityPreference(SnowballCapacity value)
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT &&value)
AWS_SNOWBALL_API Aws::String SerializePayload() const override
void SetJobId(JobIdT &&value)
const PickupDetails & GetPickupDetails() const
bool SnowballCapacityPreferenceHasBeenSet() const
bool ForwardingAddressIdHasBeenSet() const
bool AddressIdHasBeenSet() const
bool ShippingOptionHasBeenSet() const
void SetShippingOption(ShippingOption value)
void SetRoleARN(RoleARNT &&value)
void SetPickupDetails(PickupDetailsT &&value)
const OnDeviceServiceConfiguration & GetOnDeviceServiceConfiguration() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
UpdateJobRequest & WithJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
const JobResource & GetResources() const
bool OnDeviceServiceConfigurationHasBeenSet() const
AWS_SNOWBALL_API UpdateJobRequest()=default
UpdateJobRequest & WithShippingOption(ShippingOption value)
UpdateJobRequest & WithDescription(DescriptionT &&value)
UpdateJobRequest & WithAddressId(AddressIdT &&value)
const Aws::String & GetForwardingAddressId() const
virtual const char * GetServiceRequestName() const override
void SetNotification(NotificationT &&value)
bool NotificationHasBeenSet() const
const Aws::String & GetJobId() const
void SetForwardingAddressId(ForwardingAddressIdT &&value)
const Aws::String & GetAddressId() const
bool ResourcesHasBeenSet() const
SnowballCapacity GetSnowballCapacityPreference() const
bool RoleARNHasBeenSet() const
void SetSnowballCapacityPreference(SnowballCapacity value)
UpdateJobRequest & WithForwardingAddressId(ForwardingAddressIdT &&value)
void SetResources(ResourcesT &&value)
UpdateJobRequest & WithPickupDetails(PickupDetailsT &&value)
UpdateJobRequest & WithResources(ResourcesT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRoleARN() const
UpdateJobRequest & WithNotification(NotificationT &&value)
ShippingOption GetShippingOption() const
const Notification & GetNotification() const
UpdateJobRequest & WithOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT &&value)
UpdateJobRequest & WithRoleARN(RoleARNT &&value)
void SetAddressId(AddressIdT &&value)
bool PickupDetailsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String