Home
last modified time | relevance | path

Searched refs:ShippingLabelStatus (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-snowball/source/model/
H A DShippingLabelStatus.cpp29 ShippingLabelStatus GetShippingLabelStatusForName(const Aws::String& name) in GetShippingLabelStatusForName()
34 return ShippingLabelStatus::InProgress; in GetShippingLabelStatusForName()
38 return ShippingLabelStatus::TimedOut; in GetShippingLabelStatusForName()
42 return ShippingLabelStatus::Succeeded; in GetShippingLabelStatusForName()
46 return ShippingLabelStatus::Failed; in GetShippingLabelStatusForName()
52 return static_cast<ShippingLabelStatus>(hashCode); in GetShippingLabelStatusForName()
55 return ShippingLabelStatus::NOT_SET; in GetShippingLabelStatusForName()
62 case ShippingLabelStatus::InProgress: in GetNameForShippingLabelStatus()
64 case ShippingLabelStatus::TimedOut: in GetNameForShippingLabelStatus()
66 case ShippingLabelStatus::Succeeded: in GetNameForShippingLabelStatus()
[all …]
H A DCreateReturnShippingLabelResult.cpp20 m_status(ShippingLabelStatus::NOT_SET) in CreateReturnShippingLabelResult()
25 m_status(ShippingLabelStatus::NOT_SET) in CreateReturnShippingLabelResult()
H A DDescribeReturnShippingLabelResult.cpp20 m_status(ShippingLabelStatus::NOT_SET) in DescribeReturnShippingLabelResult()
25 m_status(ShippingLabelStatus::NOT_SET) in DescribeReturnShippingLabelResult()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/snowball/types/
H A Denums.go107 type ShippingLabelStatus string type
111 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
112 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
113 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
114 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
120 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
121 return []ShippingLabelStatus{
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/snowball/types/
H A Denums.go107 type ShippingLabelStatus string type
111 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
112 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
113 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
114 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
120 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
121 return []ShippingLabelStatus{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/snowball/types/
H A Denums.go107 type ShippingLabelStatus string type
111 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
112 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
113 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
114 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
120 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
121 return []ShippingLabelStatus{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/snowball/types/
H A Denums.go107 type ShippingLabelStatus string type
111 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
112 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
113 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
114 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
120 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
121 return []ShippingLabelStatus{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/snowball/types/
H A Denums.go107 type ShippingLabelStatus string type
111 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
112 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
113 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
114 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
120 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
121 return []ShippingLabelStatus{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/snowball/types/
H A Denums.go107 type ShippingLabelStatus string type
111 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
112 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
113 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
114 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
120 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
121 return []ShippingLabelStatus{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/snowball/types/
H A Denums.go125 type ShippingLabelStatus string type
129 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
130 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
131 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
132 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
138 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
139 return []ShippingLabelStatus{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/snowball/types/
H A Denums.go161 type ShippingLabelStatus string type
165 ShippingLabelStatusInProgress ShippingLabelStatus = "InProgress"
166 ShippingLabelStatusTimedOut ShippingLabelStatus = "TimedOut"
167 ShippingLabelStatusSucceeded ShippingLabelStatus = "Succeeded"
168 ShippingLabelStatusFailed ShippingLabelStatus = "Failed"
174 func (ShippingLabelStatus) Values() []ShippingLabelStatus {
175 return []ShippingLabelStatus{
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-snowball/include/aws/snowball/model/
H A DCreateReturnShippingLabelResult.h39 inline const ShippingLabelStatus& GetStatus() const{ return m_status; } in GetStatus()
45 inline void SetStatus(const ShippingLabelStatus& value) { m_status = value; } in SetStatus()
51 inline void SetStatus(ShippingLabelStatus&& value) { m_status = std::move(value); } in SetStatus()
57 …inline CreateReturnShippingLabelResult& WithStatus(const ShippingLabelStatus& value) { SetStatus(v… in WithStatus()
63 …inline CreateReturnShippingLabelResult& WithStatus(ShippingLabelStatus&& value) { SetStatus(std::m… in WithStatus()
67 ShippingLabelStatus m_status;
H A DDescribeReturnShippingLabelResult.h40 inline const ShippingLabelStatus& GetStatus() const{ return m_status; } in GetStatus()
46 inline void SetStatus(const ShippingLabelStatus& value) { m_status = value; } in SetStatus()
52 inline void SetStatus(ShippingLabelStatus&& value) { m_status = std::move(value); } in SetStatus()
58 …inline DescribeReturnShippingLabelResult& WithStatus(const ShippingLabelStatus& value) { SetStatus… in WithStatus()
64 …inline DescribeReturnShippingLabelResult& WithStatus(ShippingLabelStatus&& value) { SetStatus(std:… in WithStatus()
94 ShippingLabelStatus m_status;
H A DShippingLabelStatus.h16 enum class ShippingLabelStatus enum
27 AWS_SNOWBALL_API ShippingLabelStatus GetShippingLabelStatusForName(const Aws::String& name);
29 AWS_SNOWBALL_API Aws::String GetNameForShippingLabelStatus(ShippingLabelStatus value);
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/snowball/
H A Dapi_op_DescribeReturnShippingLabel.go46 Status types.ShippingLabelStatus
H A Dapi_op_CreateReturnShippingLabel.go48 Status types.ShippingLabelStatus
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/snowball/
H A Dapi_op_DescribeReturnShippingLabel.go46 Status types.ShippingLabelStatus
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/snowball/
H A Dapi_op_DescribeReturnShippingLabel.go46 Status types.ShippingLabelStatus
H A Dapi_op_CreateReturnShippingLabel.go48 Status types.ShippingLabelStatus
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/snowball/
H A Dapi_op_DescribeReturnShippingLabel.go46 Status types.ShippingLabelStatus
H A Dapi_op_CreateReturnShippingLabel.go48 Status types.ShippingLabelStatus
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/snowball/
H A Dapi_op_DescribeReturnShippingLabel.go46 Status types.ShippingLabelStatus
H A Dapi_op_CreateReturnShippingLabel.go48 Status types.ShippingLabelStatus
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/snowball/
H A Dapi_op_DescribeReturnShippingLabel.go46 Status types.ShippingLabelStatus
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/snowball/
H A Dapi_op_CreateReturnShippingLabel.go50 Status types.ShippingLabelStatus

12