7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/Outposts_EXPORTS.h>
9#include <aws/outposts/model/ShipmentCarrier.h>
41 template <
typename ShipmentTrackingNumberT = Aws::String>
43 m_shipmentTrackingNumberHasBeenSet =
true;
44 m_shipmentTrackingNumber = std::forward<ShipmentTrackingNumberT>(value);
46 template <
typename ShipmentTrackingNumberT = Aws::String>
60 m_shipmentCarrierHasBeenSet =
true;
61 m_shipmentCarrier = value;
72 bool m_shipmentTrackingNumberHasBeenSet =
false;
73 bool m_shipmentCarrierHasBeenSet =
false;
ShipmentCarrier GetShipmentCarrier() const
AWS_OUTPOSTS_API ShipmentInformation(Aws::Utils::Json::JsonView jsonValue)
void SetShipmentTrackingNumber(ShipmentTrackingNumberT &&value)
ShipmentInformation & WithShipmentCarrier(ShipmentCarrier value)
AWS_OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ShipmentCarrierHasBeenSet() const
bool ShipmentTrackingNumberHasBeenSet() const
AWS_OUTPOSTS_API ShipmentInformation()=default
ShipmentInformation & WithShipmentTrackingNumber(ShipmentTrackingNumberT &&value)
const Aws::String & GetShipmentTrackingNumber() const
void SetShipmentCarrier(ShipmentCarrier value)
AWS_OUTPOSTS_API ShipmentInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue