7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/snowball/model/JobType.h>
10#include <aws/snowball/model/JobResource.h>
11#include <aws/snowball/model/OnDeviceServiceConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/snowball/model/SnowballCapacity.h>
14#include <aws/snowball/model/ShippingOption.h>
15#include <aws/snowball/model/Notification.h>
16#include <aws/snowball/model/SnowballType.h>
17#include <aws/snowball/model/TaxDocuments.h>
18#include <aws/snowball/model/DeviceConfiguration.h>
19#include <aws/snowball/model/RemoteManagement.h>
20#include <aws/snowball/model/ImpactLevel.h>
21#include <aws/snowball/model/PickupDetails.h>
72 template<
typename ResourcesT = JobResource>
73 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
74 template<
typename ResourcesT = JobResource>
87 template<
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
88 void SetOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT&& value) { m_onDeviceServiceConfigurationHasBeenSet =
true; m_onDeviceServiceConfiguration = std::forward<OnDeviceServiceConfigurationT>(value); }
89 template<
typename OnDeviceServiceConfigurationT = OnDeviceServiceConfiguration>
100 template<
typename DescriptionT = Aws::String>
101 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
102 template<
typename DescriptionT = Aws::String>
112 template<
typename AddressIdT = Aws::String>
113 void SetAddressId(AddressIdT&& value) { m_addressIdHasBeenSet =
true; m_addressId = std::forward<AddressIdT>(value); }
114 template<
typename AddressIdT = Aws::String>
127 template<
typename KmsKeyARNT = Aws::String>
128 void SetKmsKeyARN(KmsKeyARNT&& value) { m_kmsKeyARNHasBeenSet =
true; m_kmsKeyARN = std::forward<KmsKeyARNT>(value); }
129 template<
typename KmsKeyARNT = Aws::String>
142 template<
typename RoleARNT = Aws::String>
143 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
144 template<
typename RoleARNT = Aws::String>
191 template<
typename NotificationT = Notification>
192 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
193 template<
typename NotificationT = Notification>
205 template<
typename ClusterIdT = Aws::String>
206 void SetClusterId(ClusterIdT&& value) { m_clusterIdHasBeenSet =
true; m_clusterId = std::forward<ClusterIdT>(value); }
207 template<
typename ClusterIdT = Aws::String>
239 template<
typename ForwardingAddressIdT = Aws::String>
240 void SetForwardingAddressId(ForwardingAddressIdT&& value) { m_forwardingAddressIdHasBeenSet =
true; m_forwardingAddressId = std::forward<ForwardingAddressIdT>(value); }
241 template<
typename ForwardingAddressIdT = Aws::String>
251 template<
typename TaxDocumentsT = TaxDocuments>
252 void SetTaxDocuments(TaxDocumentsT&& value) { m_taxDocumentsHasBeenSet =
true; m_taxDocuments = std::forward<TaxDocumentsT>(value); }
253 template<
typename TaxDocumentsT = TaxDocuments>
268 template<
typename DeviceConfigurationT = DeviceConfiguration>
269 void SetDeviceConfiguration(DeviceConfigurationT&& value) { m_deviceConfigurationHasBeenSet =
true; m_deviceConfiguration = std::forward<DeviceConfigurationT>(value); }
270 template<
typename DeviceConfigurationT = DeviceConfiguration>
295 template<
typename LongTermPricingIdT = Aws::String>
296 void SetLongTermPricingId(LongTermPricingIdT&& value) { m_longTermPricingIdHasBeenSet =
true; m_longTermPricingId = std::forward<LongTermPricingIdT>(value); }
297 template<
typename LongTermPricingIdT = Aws::String>
318 template<
typename PickupDetailsT = PickupDetails>
319 void SetPickupDetails(PickupDetailsT&& value) { m_pickupDetailsHasBeenSet =
true; m_pickupDetails = std::forward<PickupDetailsT>(value); }
320 template<
typename PickupDetailsT = PickupDetails>
326 bool m_jobTypeHasBeenSet =
false;
328 JobResource m_resources;
329 bool m_resourcesHasBeenSet =
false;
331 OnDeviceServiceConfiguration m_onDeviceServiceConfiguration;
332 bool m_onDeviceServiceConfigurationHasBeenSet =
false;
335 bool m_descriptionHasBeenSet =
false;
338 bool m_addressIdHasBeenSet =
false;
341 bool m_kmsKeyARNHasBeenSet =
false;
344 bool m_roleARNHasBeenSet =
false;
347 bool m_snowballCapacityPreferenceHasBeenSet =
false;
350 bool m_shippingOptionHasBeenSet =
false;
352 Notification m_notification;
353 bool m_notificationHasBeenSet =
false;
356 bool m_clusterIdHasBeenSet =
false;
359 bool m_snowballTypeHasBeenSet =
false;
362 bool m_forwardingAddressIdHasBeenSet =
false;
364 TaxDocuments m_taxDocuments;
365 bool m_taxDocumentsHasBeenSet =
false;
367 DeviceConfiguration m_deviceConfiguration;
368 bool m_deviceConfigurationHasBeenSet =
false;
371 bool m_remoteManagementHasBeenSet =
false;
374 bool m_longTermPricingIdHasBeenSet =
false;
377 bool m_impactLevelHasBeenSet =
false;
379 PickupDetails m_pickupDetails;
380 bool m_pickupDetailsHasBeenSet =
false;
CreateJobRequest & WithRemoteManagement(RemoteManagement value)
void SetTaxDocuments(TaxDocumentsT &&value)
const TaxDocuments & GetTaxDocuments() const
CreateJobRequest & WithClusterId(ClusterIdT &&value)
AWS_SNOWBALL_API CreateJobRequest()=default
const Aws::String & GetAddressId() const
CreateJobRequest & WithResources(ResourcesT &&value)
bool SnowballCapacityPreferenceHasBeenSet() const
bool JobTypeHasBeenSet() const
CreateJobRequest & WithSnowballType(SnowballType value)
bool AddressIdHasBeenSet() const
void SetKmsKeyARN(KmsKeyARNT &&value)
SnowballCapacity GetSnowballCapacityPreference() const
const Aws::String & GetForwardingAddressId() const
CreateJobRequest & WithShippingOption(ShippingOption value)
void SetClusterId(ClusterIdT &&value)
void SetJobType(JobType value)
void SetForwardingAddressId(ForwardingAddressIdT &&value)
void SetShippingOption(ShippingOption value)
void SetNotification(NotificationT &&value)
void SetRoleARN(RoleARNT &&value)
const DeviceConfiguration & GetDeviceConfiguration() const
JobType GetJobType() const
const Aws::String & GetClusterId() const
CreateJobRequest & WithSnowballCapacityPreference(SnowballCapacity value)
CreateJobRequest & WithKmsKeyARN(KmsKeyARNT &&value)
void SetPickupDetails(PickupDetailsT &&value)
bool PickupDetailsHasBeenSet() const
void SetOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT &&value)
bool DeviceConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetResources(ResourcesT &&value)
void SetAddressId(AddressIdT &&value)
const Aws::String & GetDescription() const
bool TaxDocumentsHasBeenSet() const
void SetSnowballCapacityPreference(SnowballCapacity value)
const OnDeviceServiceConfiguration & GetOnDeviceServiceConfiguration() const
CreateJobRequest & WithDeviceConfiguration(DeviceConfigurationT &&value)
AWS_SNOWBALL_API Aws::String SerializePayload() const override
CreateJobRequest & WithLongTermPricingId(LongTermPricingIdT &&value)
CreateJobRequest & WithForwardingAddressId(ForwardingAddressIdT &&value)
bool LongTermPricingIdHasBeenSet() const
CreateJobRequest & WithDescription(DescriptionT &&value)
bool ResourcesHasBeenSet() const
ShippingOption GetShippingOption() const
const Aws::String & GetLongTermPricingId() const
SnowballType GetSnowballType() const
CreateJobRequest & WithRoleARN(RoleARNT &&value)
bool ForwardingAddressIdHasBeenSet() const
const JobResource & GetResources() const
CreateJobRequest & WithImpactLevel(ImpactLevel value)
void SetImpactLevel(ImpactLevel value)
const Notification & GetNotification() const
CreateJobRequest & WithAddressId(AddressIdT &&value)
const Aws::String & GetKmsKeyARN() const
void SetRemoteManagement(RemoteManagement value)
const Aws::String & GetRoleARN() const
void SetDeviceConfiguration(DeviceConfigurationT &&value)
bool ImpactLevelHasBeenSet() const
RemoteManagement GetRemoteManagement() const
void SetSnowballType(SnowballType value)
bool RoleARNHasBeenSet() const
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ImpactLevel GetImpactLevel() const
bool NotificationHasBeenSet() const
bool ShippingOptionHasBeenSet() const
bool OnDeviceServiceConfigurationHasBeenSet() const
CreateJobRequest & WithPickupDetails(PickupDetailsT &&value)
void SetLongTermPricingId(LongTermPricingIdT &&value)
void SetDescription(DescriptionT &&value)
bool ClusterIdHasBeenSet() const
CreateJobRequest & WithTaxDocuments(TaxDocumentsT &&value)
const PickupDetails & GetPickupDetails() const
bool SnowballTypeHasBeenSet() const
bool RemoteManagementHasBeenSet() const
CreateJobRequest & WithNotification(NotificationT &&value)
CreateJobRequest & WithOnDeviceServiceConfiguration(OnDeviceServiceConfigurationT &&value)
bool KmsKeyARNHasBeenSet() const
CreateJobRequest & WithJobType(JobType value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String