7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/snowball/model/ClusterState.h>
10#include <aws/snowball/model/JobType.h>
11#include <aws/snowball/model/SnowballType.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/snowball/model/JobResource.h>
14#include <aws/snowball/model/ShippingOption.h>
15#include <aws/snowball/model/Notification.h>
16#include <aws/snowball/model/TaxDocuments.h>
17#include <aws/snowball/model/OnDeviceServiceConfiguration.h>
57 inline void SetClusterId(
const char* value) { m_clusterIdHasBeenSet =
true; m_clusterId.assign(value); }
71 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
88 inline void SetKmsKeyARN(
const char* value) { m_kmsKeyARNHasBeenSet =
true; m_kmsKeyARN.assign(value); }
104 inline void SetRoleARN(
const char* value) { m_roleARNHasBeenSet =
true; m_roleARN.assign(value); }
130 inline void SetJobType(
JobType&& value) { m_jobTypeHasBeenSet =
true; m_jobType = std::move(value); }
182 inline void SetAddressId(
const char* value) { m_addressIdHasBeenSet =
true; m_addressId.assign(value); }
232 inline void SetForwardingAddressId(
const char* value) { m_forwardingAddressIdHasBeenSet =
true; m_forwardingAddressId.assign(value); }
265 bool m_clusterIdHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
271 bool m_kmsKeyARNHasBeenSet =
false;
274 bool m_roleARNHasBeenSet =
false;
277 bool m_clusterStateHasBeenSet =
false;
280 bool m_jobTypeHasBeenSet =
false;
283 bool m_snowballTypeHasBeenSet =
false;
286 bool m_creationDateHasBeenSet =
false;
289 bool m_resourcesHasBeenSet =
false;
292 bool m_addressIdHasBeenSet =
false;
295 bool m_shippingOptionHasBeenSet =
false;
298 bool m_notificationHasBeenSet =
false;
301 bool m_forwardingAddressIdHasBeenSet =
false;
304 bool m_taxDocumentsHasBeenSet =
false;
307 bool m_onDeviceServiceConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue