7#include <aws/crt/cbor/Cbor.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
9#include <aws/snowball/model/DeviceServiceName.h>
10#include <aws/snowball/model/TransferOption.h>
36 AWS_SNOWBALL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
46 m_serviceNameHasBeenSet =
true;
47 m_serviceName = value;
63 m_transferOptionHasBeenSet =
true;
64 m_transferOption = value;
75 bool m_serviceNameHasBeenSet =
false;
76 bool m_transferOptionHasBeenSet =
false;
AWS_SNOWBALL_API TargetOnDeviceService()=default
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
TargetOnDeviceService & WithServiceName(DeviceServiceName value)
DeviceServiceName GetServiceName() const
void SetServiceName(DeviceServiceName value)
AWS_SNOWBALL_API TargetOnDeviceService(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool TransferOptionHasBeenSet() const
bool ServiceNameHasBeenSet() const
AWS_SNOWBALL_API TargetOnDeviceService & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
TransferOption GetTransferOption() const
TargetOnDeviceService & WithTransferOption(TransferOption value)
void SetTransferOption(TransferOption value)