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/ShipmentState.h>
47 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
70 bool m_jobIdHasBeenSet =
false;
73 bool m_shipmentStateHasBeenSet =
false;
void SetJobId(Aws::String &&value)
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ShipmentStateHasBeenSet() const
UpdateJobShipmentStateRequest & WithJobId(const Aws::String &value)
AWS_SNOWBALL_API UpdateJobShipmentStateRequest()
virtual const char * GetServiceRequestName() const override
void SetShipmentState(const ShipmentState &value)
UpdateJobShipmentStateRequest & WithJobId(Aws::String &&value)
const ShipmentState & GetShipmentState() const
UpdateJobShipmentStateRequest & WithJobId(const char *value)
void SetJobId(const Aws::String &value)
AWS_SNOWBALL_API Aws::String SerializePayload() const override
const Aws::String & GetJobId() const
UpdateJobShipmentStateRequest & WithShipmentState(ShipmentState &&value)
void SetJobId(const char *value)
bool JobIdHasBeenSet() const
void SetShipmentState(ShipmentState &&value)
UpdateJobShipmentStateRequest & WithShipmentState(const ShipmentState &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String