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/Notification.h>
11#include <aws/snowball/model/JobResource.h>
12#include <aws/snowball/model/OnDeviceServiceConfiguration.h>
13#include <aws/snowball/model/ShippingOption.h>
14#include <aws/snowball/model/SnowballCapacity.h>
15#include <aws/snowball/model/PickupDetails.h>
50 template<
typename JobIdT = Aws::String>
51 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
52 template<
typename JobIdT = Aws::String>
65 template<
typename RoleARNT = Aws::String>
66 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
67 template<
typename RoleARNT = Aws::String>
77 template<
typename NotificationT = Notification>
78 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
79 template<
typename NotificationT = Notification>
90 template<
typename ResourcesT = JobResource>
91 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
92 template<
typename ResourcesT = JobResource>
105 template<
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
106 void SetOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT&& value) { m_onDeviceServiceConfigurationHasBeenSet =
true; m_onDeviceServiceConfiguration = std::forward<OnDeviceServiceConfigurationT>(value); }
107 template<
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
117 template<
typename AddressIdT = Aws::String>
118 void SetAddressId(AddressIdT&& value) { m_addressIdHasBeenSet =
true; m_addressId = std::forward<AddressIdT>(value); }
119 template<
typename AddressIdT = Aws::String>
140 template<
typename DescriptionT = Aws::String>
141 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
142 template<
typename DescriptionT = Aws::String>
169 template<
typename ForwardingAddressIdT = Aws::String>
170 void SetForwardingAddressId(ForwardingAddressIdT&& value) { m_forwardingAddressIdHasBeenSet =
true; m_forwardingAddressId = std::forward<ForwardingAddressIdT>(value); }
171 template<
typename ForwardingAddressIdT = Aws::String>
179 template<
typename PickupDetailsT = PickupDetails>
180 void SetPickupDetails(PickupDetailsT&& value) { m_pickupDetailsHasBeenSet =
true; m_pickupDetails = std::forward<PickupDetailsT>(value); }
181 template<
typename PickupDetailsT = PickupDetails>
187 bool m_jobIdHasBeenSet =
false;
190 bool m_roleARNHasBeenSet =
false;
193 bool m_notificationHasBeenSet =
false;
196 bool m_resourcesHasBeenSet =
false;
199 bool m_onDeviceServiceConfigurationHasBeenSet =
false;
202 bool m_addressIdHasBeenSet =
false;
205 bool m_shippingOptionHasBeenSet =
false;
208 bool m_descriptionHasBeenSet =
false;
211 bool m_snowballCapacityPreferenceHasBeenSet =
false;
214 bool m_forwardingAddressIdHasBeenSet =
false;
216 PickupDetails m_pickupDetails;
217 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