messaging

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for messaging API

func (*Client) ConfirmCustomizationDetails

func (a *Client) ConfirmCustomizationDetails(params *ConfirmCustomizationDetailsParams, opts ...ClientOption) (*ConfirmCustomizationDetailsCreated, error)
ConfirmCustomizationDetails Sends a message asking a buyer to provide or verify customization details such as name spelling, images, initials, etc.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateAmazonMotors

func (a *Client) CreateAmazonMotors(params *CreateAmazonMotorsParams, opts ...ClientOption) (*CreateAmazonMotorsCreated, error)
CreateAmazonMotors Sends a message to a buyer to provide details about an Amazon Motors order. This message can only be sent by Amazon Motors sellers.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateConfirmDeliveryDetails

func (a *Client) CreateConfirmDeliveryDetails(params *CreateConfirmDeliveryDetailsParams, opts ...ClientOption) (*CreateConfirmDeliveryDetailsCreated, error)
CreateConfirmDeliveryDetails Sends a message to a buyer to arrange a delivery or to confirm contact information for making a delivery.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateConfirmOrderDetails

func (a *Client) CreateConfirmOrderDetails(params *CreateConfirmOrderDetailsParams, opts ...ClientOption) (*CreateConfirmOrderDetailsCreated, error)
CreateConfirmOrderDetails Sends a message to ask a buyer an order-related question prior to shipping their order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateConfirmServiceDetails

func (a *Client) CreateConfirmServiceDetails(params *CreateConfirmServiceDetailsParams, opts ...ClientOption) (*CreateConfirmServiceDetailsCreated, error)
CreateConfirmServiceDetails Sends a message to contact a Home Service customer to arrange a service call or to gather information prior to a service call.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateDigitalAccessKey

func (a *Client) CreateDigitalAccessKey(params *CreateDigitalAccessKeyParams, opts ...ClientOption) (*CreateDigitalAccessKeyCreated, error)
CreateDigitalAccessKey Sends a message to a buyer to share a digital access key needed to utilize digital content in their order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateLegalDisclosure

func (a *Client) CreateLegalDisclosure(params *CreateLegalDisclosureParams, opts ...ClientOption) (*CreateLegalDisclosureCreated, error)
CreateLegalDisclosure Sends a critical message that contains documents that a seller is legally obligated to provide to the buyer. This message should only be used to deliver documents that are required by law.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateNegativeFeedbackRemoval

func (a *Client) CreateNegativeFeedbackRemoval(params *CreateNegativeFeedbackRemovalParams, opts ...ClientOption) (*CreateNegativeFeedbackRemovalCreated, error)
CreateNegativeFeedbackRemoval Sends a non-critical message that asks a buyer to remove their negative feedback. This message should only be sent after the seller has resolved the buyer's problem.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateUnexpectedProblem

func (a *Client) CreateUnexpectedProblem(params *CreateUnexpectedProblemParams, opts ...ClientOption) (*CreateUnexpectedProblemCreated, error)
CreateUnexpectedProblem Sends a critical message to a buyer that an unexpected problem was encountered affecting the completion of the order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateWarranty

func (a *Client) CreateWarranty(params *CreateWarrantyParams, opts ...ClientOption) (*CreateWarrantyCreated, error)
CreateWarranty Sends a message to a buyer to provide details about warranty information on a purchase in their order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetAttributes

func (a *Client) GetAttributes(params *GetAttributesParams, opts ...ClientOption) (*GetAttributesOK, error)
GetAttributes Returns a response containing attributes related to an order. This includes buyer preferences.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

func (*Client) GetMessagingActionsForOrder

func (a *Client) GetMessagingActionsForOrder(params *GetMessagingActionsForOrderParams, opts ...ClientOption) (*GetMessagingActionsForOrderOK, error)
GetMessagingActionsForOrder Returns a list of message types that are available for an order that you specify. A message type is represented by an actions object, which contains a path and query parameter(s). You can use the path and parameter(s) to call an operation that sends a message.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) SendInvoice

func (a *Client) SendInvoice(params *SendInvoiceParams, opts ...ClientOption) (*SendInvoiceCreated, error)

SendInvoice Sends a message providing the buyer an invoice

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateAmazonMotors(params *CreateAmazonMotorsParams, opts ...ClientOption) (*CreateAmazonMotorsCreated, error)

	CreateWarranty(params *CreateWarrantyParams, opts ...ClientOption) (*CreateWarrantyCreated, error)

	GetAttributes(params *GetAttributesParams, opts ...ClientOption) (*GetAttributesOK, error)

	ConfirmCustomizationDetails(params *ConfirmCustomizationDetailsParams, opts ...ClientOption) (*ConfirmCustomizationDetailsCreated, error)

	CreateConfirmDeliveryDetails(params *CreateConfirmDeliveryDetailsParams, opts ...ClientOption) (*CreateConfirmDeliveryDetailsCreated, error)

	CreateConfirmOrderDetails(params *CreateConfirmOrderDetailsParams, opts ...ClientOption) (*CreateConfirmOrderDetailsCreated, error)

	CreateConfirmServiceDetails(params *CreateConfirmServiceDetailsParams, opts ...ClientOption) (*CreateConfirmServiceDetailsCreated, error)

	CreateDigitalAccessKey(params *CreateDigitalAccessKeyParams, opts ...ClientOption) (*CreateDigitalAccessKeyCreated, error)

	CreateLegalDisclosure(params *CreateLegalDisclosureParams, opts ...ClientOption) (*CreateLegalDisclosureCreated, error)

	CreateNegativeFeedbackRemoval(params *CreateNegativeFeedbackRemovalParams, opts ...ClientOption) (*CreateNegativeFeedbackRemovalCreated, error)

	CreateUnexpectedProblem(params *CreateUnexpectedProblemParams, opts ...ClientOption) (*CreateUnexpectedProblemCreated, error)

	GetMessagingActionsForOrder(params *GetMessagingActionsForOrderParams, opts ...ClientOption) (*GetMessagingActionsForOrderOK, error)

	SendInvoice(params *SendInvoiceParams, opts ...ClientOption) (*SendInvoiceCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new messaging API client.

type ConfirmCustomizationDetailsBadRequest

type ConfirmCustomizationDetailsBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewConfirmCustomizationDetailsBadRequest

func NewConfirmCustomizationDetailsBadRequest() *ConfirmCustomizationDetailsBadRequest

NewConfirmCustomizationDetailsBadRequest creates a ConfirmCustomizationDetailsBadRequest with default headers values

func (*ConfirmCustomizationDetailsBadRequest) Error

func (*ConfirmCustomizationDetailsBadRequest) GetPayload

func (*ConfirmCustomizationDetailsBadRequest) IsClientError

func (o *ConfirmCustomizationDetailsBadRequest) IsClientError() bool

IsClientError returns true when this confirm customization details bad request response has a 4xx status code

func (*ConfirmCustomizationDetailsBadRequest) IsCode

IsCode returns true when this confirm customization details bad request response a status code equal to that given

func (*ConfirmCustomizationDetailsBadRequest) IsRedirect

IsRedirect returns true when this confirm customization details bad request response has a 3xx status code

func (*ConfirmCustomizationDetailsBadRequest) IsServerError

func (o *ConfirmCustomizationDetailsBadRequest) IsServerError() bool

IsServerError returns true when this confirm customization details bad request response has a 5xx status code

func (*ConfirmCustomizationDetailsBadRequest) IsSuccess

IsSuccess returns true when this confirm customization details bad request response has a 2xx status code

func (*ConfirmCustomizationDetailsBadRequest) String

type ConfirmCustomizationDetailsCreated

type ConfirmCustomizationDetailsCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewConfirmCustomizationDetailsCreated

func NewConfirmCustomizationDetailsCreated() *ConfirmCustomizationDetailsCreated

NewConfirmCustomizationDetailsCreated creates a ConfirmCustomizationDetailsCreated with default headers values

func (*ConfirmCustomizationDetailsCreated) Error

func (*ConfirmCustomizationDetailsCreated) GetPayload

func (*ConfirmCustomizationDetailsCreated) IsClientError

func (o *ConfirmCustomizationDetailsCreated) IsClientError() bool

IsClientError returns true when this confirm customization details created response has a 4xx status code

func (*ConfirmCustomizationDetailsCreated) IsCode

IsCode returns true when this confirm customization details created response a status code equal to that given

func (*ConfirmCustomizationDetailsCreated) IsRedirect

func (o *ConfirmCustomizationDetailsCreated) IsRedirect() bool

IsRedirect returns true when this confirm customization details created response has a 3xx status code

func (*ConfirmCustomizationDetailsCreated) IsServerError

func (o *ConfirmCustomizationDetailsCreated) IsServerError() bool

IsServerError returns true when this confirm customization details created response has a 5xx status code

func (*ConfirmCustomizationDetailsCreated) IsSuccess

IsSuccess returns true when this confirm customization details created response has a 2xx status code

func (*ConfirmCustomizationDetailsCreated) String

type ConfirmCustomizationDetailsForbidden

type ConfirmCustomizationDetailsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewConfirmCustomizationDetailsForbidden

func NewConfirmCustomizationDetailsForbidden() *ConfirmCustomizationDetailsForbidden

NewConfirmCustomizationDetailsForbidden creates a ConfirmCustomizationDetailsForbidden with default headers values

func (*ConfirmCustomizationDetailsForbidden) Error

func (*ConfirmCustomizationDetailsForbidden) GetPayload

func (*ConfirmCustomizationDetailsForbidden) IsClientError

func (o *ConfirmCustomizationDetailsForbidden) IsClientError() bool

IsClientError returns true when this confirm customization details forbidden response has a 4xx status code

func (*ConfirmCustomizationDetailsForbidden) IsCode

IsCode returns true when this confirm customization details forbidden response a status code equal to that given

func (*ConfirmCustomizationDetailsForbidden) IsRedirect

IsRedirect returns true when this confirm customization details forbidden response has a 3xx status code

func (*ConfirmCustomizationDetailsForbidden) IsServerError

func (o *ConfirmCustomizationDetailsForbidden) IsServerError() bool

IsServerError returns true when this confirm customization details forbidden response has a 5xx status code

func (*ConfirmCustomizationDetailsForbidden) IsSuccess

IsSuccess returns true when this confirm customization details forbidden response has a 2xx status code

func (*ConfirmCustomizationDetailsForbidden) String

type ConfirmCustomizationDetailsInternalServerError

type ConfirmCustomizationDetailsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewConfirmCustomizationDetailsInternalServerError

func NewConfirmCustomizationDetailsInternalServerError() *ConfirmCustomizationDetailsInternalServerError

NewConfirmCustomizationDetailsInternalServerError creates a ConfirmCustomizationDetailsInternalServerError with default headers values

func (*ConfirmCustomizationDetailsInternalServerError) Error

func (*ConfirmCustomizationDetailsInternalServerError) GetPayload

func (*ConfirmCustomizationDetailsInternalServerError) IsClientError

IsClientError returns true when this confirm customization details internal server error response has a 4xx status code

func (*ConfirmCustomizationDetailsInternalServerError) IsCode

IsCode returns true when this confirm customization details internal server error response a status code equal to that given

func (*ConfirmCustomizationDetailsInternalServerError) IsRedirect

IsRedirect returns true when this confirm customization details internal server error response has a 3xx status code

func (*ConfirmCustomizationDetailsInternalServerError) IsServerError

IsServerError returns true when this confirm customization details internal server error response has a 5xx status code

func (*ConfirmCustomizationDetailsInternalServerError) IsSuccess

IsSuccess returns true when this confirm customization details internal server error response has a 2xx status code

func (*ConfirmCustomizationDetailsInternalServerError) String

type ConfirmCustomizationDetailsNotFound

type ConfirmCustomizationDetailsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewConfirmCustomizationDetailsNotFound

func NewConfirmCustomizationDetailsNotFound() *ConfirmCustomizationDetailsNotFound

NewConfirmCustomizationDetailsNotFound creates a ConfirmCustomizationDetailsNotFound with default headers values

func (*ConfirmCustomizationDetailsNotFound) Error

func (*ConfirmCustomizationDetailsNotFound) GetPayload

func (*ConfirmCustomizationDetailsNotFound) IsClientError

func (o *ConfirmCustomizationDetailsNotFound) IsClientError() bool

IsClientError returns true when this confirm customization details not found response has a 4xx status code

func (*ConfirmCustomizationDetailsNotFound) IsCode

IsCode returns true when this confirm customization details not found response a status code equal to that given

func (*ConfirmCustomizationDetailsNotFound) IsRedirect

func (o *ConfirmCustomizationDetailsNotFound) IsRedirect() bool

IsRedirect returns true when this confirm customization details not found response has a 3xx status code

func (*ConfirmCustomizationDetailsNotFound) IsServerError

func (o *ConfirmCustomizationDetailsNotFound) IsServerError() bool

IsServerError returns true when this confirm customization details not found response has a 5xx status code

func (*ConfirmCustomizationDetailsNotFound) IsSuccess

IsSuccess returns true when this confirm customization details not found response has a 2xx status code

func (*ConfirmCustomizationDetailsNotFound) String

type ConfirmCustomizationDetailsParams

type ConfirmCustomizationDetailsParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateConfirmCustomizationDetailsRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ConfirmCustomizationDetailsParams contains all the parameters to send to the API endpoint

for the confirm customization details operation.

Typically these are written to a http.Request.

func NewConfirmCustomizationDetailsParams

func NewConfirmCustomizationDetailsParams() *ConfirmCustomizationDetailsParams

NewConfirmCustomizationDetailsParams creates a new ConfirmCustomizationDetailsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewConfirmCustomizationDetailsParamsWithContext

func NewConfirmCustomizationDetailsParamsWithContext(ctx context.Context) *ConfirmCustomizationDetailsParams

NewConfirmCustomizationDetailsParamsWithContext creates a new ConfirmCustomizationDetailsParams object with the ability to set a context for a request.

func NewConfirmCustomizationDetailsParamsWithHTTPClient

func NewConfirmCustomizationDetailsParamsWithHTTPClient(client *http.Client) *ConfirmCustomizationDetailsParams

NewConfirmCustomizationDetailsParamsWithHTTPClient creates a new ConfirmCustomizationDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewConfirmCustomizationDetailsParamsWithTimeout

func NewConfirmCustomizationDetailsParamsWithTimeout(timeout time.Duration) *ConfirmCustomizationDetailsParams

NewConfirmCustomizationDetailsParamsWithTimeout creates a new ConfirmCustomizationDetailsParams object with the ability to set a timeout on a request.

func (*ConfirmCustomizationDetailsParams) SetAmazonOrderID

func (o *ConfirmCustomizationDetailsParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) SetBody

SetBody adds the body to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) SetContext

SetContext adds the context to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) SetDefaults

func (o *ConfirmCustomizationDetailsParams) SetDefaults()

SetDefaults hydrates default values in the confirm customization details params (not the query body).

All values with no default are reset to their zero value.

func (*ConfirmCustomizationDetailsParams) SetHTTPClient

func (o *ConfirmCustomizationDetailsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) SetMarketplaceIds

func (o *ConfirmCustomizationDetailsParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) SetTimeout

func (o *ConfirmCustomizationDetailsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WithAmazonOrderID

func (o *ConfirmCustomizationDetailsParams) WithAmazonOrderID(amazonOrderID string) *ConfirmCustomizationDetailsParams

WithAmazonOrderID adds the amazonOrderID to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WithBody

WithBody adds the body to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WithContext

WithContext adds the context to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WithDefaults

WithDefaults hydrates default values in the confirm customization details params (not the query body).

All values with no default are reset to their zero value.

func (*ConfirmCustomizationDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WithMarketplaceIds

func (o *ConfirmCustomizationDetailsParams) WithMarketplaceIds(marketplaceIds []string) *ConfirmCustomizationDetailsParams

WithMarketplaceIds adds the marketplaceIds to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WithTimeout

WithTimeout adds the timeout to the confirm customization details params

func (*ConfirmCustomizationDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ConfirmCustomizationDetailsReader

type ConfirmCustomizationDetailsReader struct {
	// contains filtered or unexported fields
}

ConfirmCustomizationDetailsReader is a Reader for the ConfirmCustomizationDetails structure.

func (*ConfirmCustomizationDetailsReader) ReadResponse

func (o *ConfirmCustomizationDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ConfirmCustomizationDetailsRequestEntityTooLarge

type ConfirmCustomizationDetailsRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewConfirmCustomizationDetailsRequestEntityTooLarge

func NewConfirmCustomizationDetailsRequestEntityTooLarge() *ConfirmCustomizationDetailsRequestEntityTooLarge

NewConfirmCustomizationDetailsRequestEntityTooLarge creates a ConfirmCustomizationDetailsRequestEntityTooLarge with default headers values

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) Error

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) GetPayload

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) IsClientError

IsClientError returns true when this confirm customization details request entity too large response has a 4xx status code

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) IsCode

IsCode returns true when this confirm customization details request entity too large response a status code equal to that given

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this confirm customization details request entity too large response has a 3xx status code

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) IsServerError

IsServerError returns true when this confirm customization details request entity too large response has a 5xx status code

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this confirm customization details request entity too large response has a 2xx status code

func (*ConfirmCustomizationDetailsRequestEntityTooLarge) String

type ConfirmCustomizationDetailsServiceUnavailable

type ConfirmCustomizationDetailsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewConfirmCustomizationDetailsServiceUnavailable

func NewConfirmCustomizationDetailsServiceUnavailable() *ConfirmCustomizationDetailsServiceUnavailable

NewConfirmCustomizationDetailsServiceUnavailable creates a ConfirmCustomizationDetailsServiceUnavailable with default headers values

func (*ConfirmCustomizationDetailsServiceUnavailable) Error

func (*ConfirmCustomizationDetailsServiceUnavailable) GetPayload

func (*ConfirmCustomizationDetailsServiceUnavailable) IsClientError

IsClientError returns true when this confirm customization details service unavailable response has a 4xx status code

func (*ConfirmCustomizationDetailsServiceUnavailable) IsCode

IsCode returns true when this confirm customization details service unavailable response a status code equal to that given

func (*ConfirmCustomizationDetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this confirm customization details service unavailable response has a 3xx status code

func (*ConfirmCustomizationDetailsServiceUnavailable) IsServerError

IsServerError returns true when this confirm customization details service unavailable response has a 5xx status code

func (*ConfirmCustomizationDetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this confirm customization details service unavailable response has a 2xx status code

func (*ConfirmCustomizationDetailsServiceUnavailable) String

type ConfirmCustomizationDetailsTooManyRequests

type ConfirmCustomizationDetailsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewConfirmCustomizationDetailsTooManyRequests

func NewConfirmCustomizationDetailsTooManyRequests() *ConfirmCustomizationDetailsTooManyRequests

NewConfirmCustomizationDetailsTooManyRequests creates a ConfirmCustomizationDetailsTooManyRequests with default headers values

func (*ConfirmCustomizationDetailsTooManyRequests) Error

func (*ConfirmCustomizationDetailsTooManyRequests) GetPayload

func (*ConfirmCustomizationDetailsTooManyRequests) IsClientError

IsClientError returns true when this confirm customization details too many requests response has a 4xx status code

func (*ConfirmCustomizationDetailsTooManyRequests) IsCode

IsCode returns true when this confirm customization details too many requests response a status code equal to that given

func (*ConfirmCustomizationDetailsTooManyRequests) IsRedirect

IsRedirect returns true when this confirm customization details too many requests response has a 3xx status code

func (*ConfirmCustomizationDetailsTooManyRequests) IsServerError

IsServerError returns true when this confirm customization details too many requests response has a 5xx status code

func (*ConfirmCustomizationDetailsTooManyRequests) IsSuccess

IsSuccess returns true when this confirm customization details too many requests response has a 2xx status code

func (*ConfirmCustomizationDetailsTooManyRequests) String

type ConfirmCustomizationDetailsUnsupportedMediaType

type ConfirmCustomizationDetailsUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmCustomizationDetailsResponse
}

ConfirmCustomizationDetailsUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewConfirmCustomizationDetailsUnsupportedMediaType

func NewConfirmCustomizationDetailsUnsupportedMediaType() *ConfirmCustomizationDetailsUnsupportedMediaType

NewConfirmCustomizationDetailsUnsupportedMediaType creates a ConfirmCustomizationDetailsUnsupportedMediaType with default headers values

func (*ConfirmCustomizationDetailsUnsupportedMediaType) Error

func (*ConfirmCustomizationDetailsUnsupportedMediaType) GetPayload

func (*ConfirmCustomizationDetailsUnsupportedMediaType) IsClientError

IsClientError returns true when this confirm customization details unsupported media type response has a 4xx status code

func (*ConfirmCustomizationDetailsUnsupportedMediaType) IsCode

IsCode returns true when this confirm customization details unsupported media type response a status code equal to that given

func (*ConfirmCustomizationDetailsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this confirm customization details unsupported media type response has a 3xx status code

func (*ConfirmCustomizationDetailsUnsupportedMediaType) IsServerError

IsServerError returns true when this confirm customization details unsupported media type response has a 5xx status code

func (*ConfirmCustomizationDetailsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this confirm customization details unsupported media type response has a 2xx status code

func (*ConfirmCustomizationDetailsUnsupportedMediaType) String

type CreateAmazonMotorsBadRequest

type CreateAmazonMotorsBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateAmazonMotorsBadRequest

func NewCreateAmazonMotorsBadRequest() *CreateAmazonMotorsBadRequest

NewCreateAmazonMotorsBadRequest creates a CreateAmazonMotorsBadRequest with default headers values

func (*CreateAmazonMotorsBadRequest) Error

func (*CreateAmazonMotorsBadRequest) GetPayload

func (*CreateAmazonMotorsBadRequest) IsClientError

func (o *CreateAmazonMotorsBadRequest) IsClientError() bool

IsClientError returns true when this create amazon motors bad request response has a 4xx status code

func (*CreateAmazonMotorsBadRequest) IsCode

func (o *CreateAmazonMotorsBadRequest) IsCode(code int) bool

IsCode returns true when this create amazon motors bad request response a status code equal to that given

func (*CreateAmazonMotorsBadRequest) IsRedirect

func (o *CreateAmazonMotorsBadRequest) IsRedirect() bool

IsRedirect returns true when this create amazon motors bad request response has a 3xx status code

func (*CreateAmazonMotorsBadRequest) IsServerError

func (o *CreateAmazonMotorsBadRequest) IsServerError() bool

IsServerError returns true when this create amazon motors bad request response has a 5xx status code

func (*CreateAmazonMotorsBadRequest) IsSuccess

func (o *CreateAmazonMotorsBadRequest) IsSuccess() bool

IsSuccess returns true when this create amazon motors bad request response has a 2xx status code

func (*CreateAmazonMotorsBadRequest) String

type CreateAmazonMotorsCreated

type CreateAmazonMotorsCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateAmazonMotorsCreated

func NewCreateAmazonMotorsCreated() *CreateAmazonMotorsCreated

NewCreateAmazonMotorsCreated creates a CreateAmazonMotorsCreated with default headers values

func (*CreateAmazonMotorsCreated) Error

func (o *CreateAmazonMotorsCreated) Error() string

func (*CreateAmazonMotorsCreated) GetPayload

func (*CreateAmazonMotorsCreated) IsClientError

func (o *CreateAmazonMotorsCreated) IsClientError() bool

IsClientError returns true when this create amazon motors created response has a 4xx status code

func (*CreateAmazonMotorsCreated) IsCode

func (o *CreateAmazonMotorsCreated) IsCode(code int) bool

IsCode returns true when this create amazon motors created response a status code equal to that given

func (*CreateAmazonMotorsCreated) IsRedirect

func (o *CreateAmazonMotorsCreated) IsRedirect() bool

IsRedirect returns true when this create amazon motors created response has a 3xx status code

func (*CreateAmazonMotorsCreated) IsServerError

func (o *CreateAmazonMotorsCreated) IsServerError() bool

IsServerError returns true when this create amazon motors created response has a 5xx status code

func (*CreateAmazonMotorsCreated) IsSuccess

func (o *CreateAmazonMotorsCreated) IsSuccess() bool

IsSuccess returns true when this create amazon motors created response has a 2xx status code

func (*CreateAmazonMotorsCreated) String

func (o *CreateAmazonMotorsCreated) String() string

type CreateAmazonMotorsForbidden

type CreateAmazonMotorsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateAmazonMotorsForbidden

func NewCreateAmazonMotorsForbidden() *CreateAmazonMotorsForbidden

NewCreateAmazonMotorsForbidden creates a CreateAmazonMotorsForbidden with default headers values

func (*CreateAmazonMotorsForbidden) Error

func (*CreateAmazonMotorsForbidden) GetPayload

func (*CreateAmazonMotorsForbidden) IsClientError

func (o *CreateAmazonMotorsForbidden) IsClientError() bool

IsClientError returns true when this create amazon motors forbidden response has a 4xx status code

func (*CreateAmazonMotorsForbidden) IsCode

func (o *CreateAmazonMotorsForbidden) IsCode(code int) bool

IsCode returns true when this create amazon motors forbidden response a status code equal to that given

func (*CreateAmazonMotorsForbidden) IsRedirect

func (o *CreateAmazonMotorsForbidden) IsRedirect() bool

IsRedirect returns true when this create amazon motors forbidden response has a 3xx status code

func (*CreateAmazonMotorsForbidden) IsServerError

func (o *CreateAmazonMotorsForbidden) IsServerError() bool

IsServerError returns true when this create amazon motors forbidden response has a 5xx status code

func (*CreateAmazonMotorsForbidden) IsSuccess

func (o *CreateAmazonMotorsForbidden) IsSuccess() bool

IsSuccess returns true when this create amazon motors forbidden response has a 2xx status code

func (*CreateAmazonMotorsForbidden) String

func (o *CreateAmazonMotorsForbidden) String() string

type CreateAmazonMotorsInternalServerError

type CreateAmazonMotorsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateAmazonMotorsInternalServerError

func NewCreateAmazonMotorsInternalServerError() *CreateAmazonMotorsInternalServerError

NewCreateAmazonMotorsInternalServerError creates a CreateAmazonMotorsInternalServerError with default headers values

func (*CreateAmazonMotorsInternalServerError) Error

func (*CreateAmazonMotorsInternalServerError) GetPayload

func (*CreateAmazonMotorsInternalServerError) IsClientError

func (o *CreateAmazonMotorsInternalServerError) IsClientError() bool

IsClientError returns true when this create amazon motors internal server error response has a 4xx status code

func (*CreateAmazonMotorsInternalServerError) IsCode

IsCode returns true when this create amazon motors internal server error response a status code equal to that given

func (*CreateAmazonMotorsInternalServerError) IsRedirect

IsRedirect returns true when this create amazon motors internal server error response has a 3xx status code

func (*CreateAmazonMotorsInternalServerError) IsServerError

func (o *CreateAmazonMotorsInternalServerError) IsServerError() bool

IsServerError returns true when this create amazon motors internal server error response has a 5xx status code

func (*CreateAmazonMotorsInternalServerError) IsSuccess

IsSuccess returns true when this create amazon motors internal server error response has a 2xx status code

func (*CreateAmazonMotorsInternalServerError) String

type CreateAmazonMotorsNotFound

type CreateAmazonMotorsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateAmazonMotorsNotFound

func NewCreateAmazonMotorsNotFound() *CreateAmazonMotorsNotFound

NewCreateAmazonMotorsNotFound creates a CreateAmazonMotorsNotFound with default headers values

func (*CreateAmazonMotorsNotFound) Error

func (*CreateAmazonMotorsNotFound) GetPayload

func (*CreateAmazonMotorsNotFound) IsClientError

func (o *CreateAmazonMotorsNotFound) IsClientError() bool

IsClientError returns true when this create amazon motors not found response has a 4xx status code

func (*CreateAmazonMotorsNotFound) IsCode

func (o *CreateAmazonMotorsNotFound) IsCode(code int) bool

IsCode returns true when this create amazon motors not found response a status code equal to that given

func (*CreateAmazonMotorsNotFound) IsRedirect

func (o *CreateAmazonMotorsNotFound) IsRedirect() bool

IsRedirect returns true when this create amazon motors not found response has a 3xx status code

func (*CreateAmazonMotorsNotFound) IsServerError

func (o *CreateAmazonMotorsNotFound) IsServerError() bool

IsServerError returns true when this create amazon motors not found response has a 5xx status code

func (*CreateAmazonMotorsNotFound) IsSuccess

func (o *CreateAmazonMotorsNotFound) IsSuccess() bool

IsSuccess returns true when this create amazon motors not found response has a 2xx status code

func (*CreateAmazonMotorsNotFound) String

func (o *CreateAmazonMotorsNotFound) String() string

type CreateAmazonMotorsParams

type CreateAmazonMotorsParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateAmazonMotorsRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAmazonMotorsParams contains all the parameters to send to the API endpoint

for the create amazon motors operation.

Typically these are written to a http.Request.

func NewCreateAmazonMotorsParams

func NewCreateAmazonMotorsParams() *CreateAmazonMotorsParams

NewCreateAmazonMotorsParams creates a new CreateAmazonMotorsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateAmazonMotorsParamsWithContext

func NewCreateAmazonMotorsParamsWithContext(ctx context.Context) *CreateAmazonMotorsParams

NewCreateAmazonMotorsParamsWithContext creates a new CreateAmazonMotorsParams object with the ability to set a context for a request.

func NewCreateAmazonMotorsParamsWithHTTPClient

func NewCreateAmazonMotorsParamsWithHTTPClient(client *http.Client) *CreateAmazonMotorsParams

NewCreateAmazonMotorsParamsWithHTTPClient creates a new CreateAmazonMotorsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAmazonMotorsParamsWithTimeout

func NewCreateAmazonMotorsParamsWithTimeout(timeout time.Duration) *CreateAmazonMotorsParams

NewCreateAmazonMotorsParamsWithTimeout creates a new CreateAmazonMotorsParams object with the ability to set a timeout on a request.

func (*CreateAmazonMotorsParams) SetAmazonOrderID

func (o *CreateAmazonMotorsParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create amazon motors params

func (*CreateAmazonMotorsParams) SetBody

SetBody adds the body to the create amazon motors params

func (*CreateAmazonMotorsParams) SetContext

func (o *CreateAmazonMotorsParams) SetContext(ctx context.Context)

SetContext adds the context to the create amazon motors params

func (*CreateAmazonMotorsParams) SetDefaults

func (o *CreateAmazonMotorsParams) SetDefaults()

SetDefaults hydrates default values in the create amazon motors params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAmazonMotorsParams) SetHTTPClient

func (o *CreateAmazonMotorsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create amazon motors params

func (*CreateAmazonMotorsParams) SetMarketplaceIds

func (o *CreateAmazonMotorsParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create amazon motors params

func (*CreateAmazonMotorsParams) SetTimeout

func (o *CreateAmazonMotorsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create amazon motors params

func (*CreateAmazonMotorsParams) WithAmazonOrderID

func (o *CreateAmazonMotorsParams) WithAmazonOrderID(amazonOrderID string) *CreateAmazonMotorsParams

WithAmazonOrderID adds the amazonOrderID to the create amazon motors params

func (*CreateAmazonMotorsParams) WithBody

WithBody adds the body to the create amazon motors params

func (*CreateAmazonMotorsParams) WithContext

WithContext adds the context to the create amazon motors params

func (*CreateAmazonMotorsParams) WithDefaults

WithDefaults hydrates default values in the create amazon motors params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAmazonMotorsParams) WithHTTPClient

func (o *CreateAmazonMotorsParams) WithHTTPClient(client *http.Client) *CreateAmazonMotorsParams

WithHTTPClient adds the HTTPClient to the create amazon motors params

func (*CreateAmazonMotorsParams) WithMarketplaceIds

func (o *CreateAmazonMotorsParams) WithMarketplaceIds(marketplaceIds []string) *CreateAmazonMotorsParams

WithMarketplaceIds adds the marketplaceIds to the create amazon motors params

func (*CreateAmazonMotorsParams) WithTimeout

WithTimeout adds the timeout to the create amazon motors params

func (*CreateAmazonMotorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAmazonMotorsReader

type CreateAmazonMotorsReader struct {
	// contains filtered or unexported fields
}

CreateAmazonMotorsReader is a Reader for the CreateAmazonMotors structure.

func (*CreateAmazonMotorsReader) ReadResponse

func (o *CreateAmazonMotorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAmazonMotorsRequestEntityTooLarge

type CreateAmazonMotorsRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateAmazonMotorsRequestEntityTooLarge

func NewCreateAmazonMotorsRequestEntityTooLarge() *CreateAmazonMotorsRequestEntityTooLarge

NewCreateAmazonMotorsRequestEntityTooLarge creates a CreateAmazonMotorsRequestEntityTooLarge with default headers values

func (*CreateAmazonMotorsRequestEntityTooLarge) Error

func (*CreateAmazonMotorsRequestEntityTooLarge) GetPayload

func (*CreateAmazonMotorsRequestEntityTooLarge) IsClientError

func (o *CreateAmazonMotorsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this create amazon motors request entity too large response has a 4xx status code

func (*CreateAmazonMotorsRequestEntityTooLarge) IsCode

IsCode returns true when this create amazon motors request entity too large response a status code equal to that given

func (*CreateAmazonMotorsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create amazon motors request entity too large response has a 3xx status code

func (*CreateAmazonMotorsRequestEntityTooLarge) IsServerError

func (o *CreateAmazonMotorsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this create amazon motors request entity too large response has a 5xx status code

func (*CreateAmazonMotorsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create amazon motors request entity too large response has a 2xx status code

func (*CreateAmazonMotorsRequestEntityTooLarge) String

type CreateAmazonMotorsServiceUnavailable

type CreateAmazonMotorsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateAmazonMotorsServiceUnavailable

func NewCreateAmazonMotorsServiceUnavailable() *CreateAmazonMotorsServiceUnavailable

NewCreateAmazonMotorsServiceUnavailable creates a CreateAmazonMotorsServiceUnavailable with default headers values

func (*CreateAmazonMotorsServiceUnavailable) Error

func (*CreateAmazonMotorsServiceUnavailable) GetPayload

func (*CreateAmazonMotorsServiceUnavailable) IsClientError

func (o *CreateAmazonMotorsServiceUnavailable) IsClientError() bool

IsClientError returns true when this create amazon motors service unavailable response has a 4xx status code

func (*CreateAmazonMotorsServiceUnavailable) IsCode

IsCode returns true when this create amazon motors service unavailable response a status code equal to that given

func (*CreateAmazonMotorsServiceUnavailable) IsRedirect

IsRedirect returns true when this create amazon motors service unavailable response has a 3xx status code

func (*CreateAmazonMotorsServiceUnavailable) IsServerError

func (o *CreateAmazonMotorsServiceUnavailable) IsServerError() bool

IsServerError returns true when this create amazon motors service unavailable response has a 5xx status code

func (*CreateAmazonMotorsServiceUnavailable) IsSuccess

IsSuccess returns true when this create amazon motors service unavailable response has a 2xx status code

func (*CreateAmazonMotorsServiceUnavailable) String

type CreateAmazonMotorsTooManyRequests

type CreateAmazonMotorsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateAmazonMotorsTooManyRequests

func NewCreateAmazonMotorsTooManyRequests() *CreateAmazonMotorsTooManyRequests

NewCreateAmazonMotorsTooManyRequests creates a CreateAmazonMotorsTooManyRequests with default headers values

func (*CreateAmazonMotorsTooManyRequests) Error

func (*CreateAmazonMotorsTooManyRequests) GetPayload

func (*CreateAmazonMotorsTooManyRequests) IsClientError

func (o *CreateAmazonMotorsTooManyRequests) IsClientError() bool

IsClientError returns true when this create amazon motors too many requests response has a 4xx status code

func (*CreateAmazonMotorsTooManyRequests) IsCode

func (o *CreateAmazonMotorsTooManyRequests) IsCode(code int) bool

IsCode returns true when this create amazon motors too many requests response a status code equal to that given

func (*CreateAmazonMotorsTooManyRequests) IsRedirect

func (o *CreateAmazonMotorsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create amazon motors too many requests response has a 3xx status code

func (*CreateAmazonMotorsTooManyRequests) IsServerError

func (o *CreateAmazonMotorsTooManyRequests) IsServerError() bool

IsServerError returns true when this create amazon motors too many requests response has a 5xx status code

func (*CreateAmazonMotorsTooManyRequests) IsSuccess

func (o *CreateAmazonMotorsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create amazon motors too many requests response has a 2xx status code

func (*CreateAmazonMotorsTooManyRequests) String

type CreateAmazonMotorsUnsupportedMediaType

type CreateAmazonMotorsUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateAmazonMotorsResponse
}

CreateAmazonMotorsUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateAmazonMotorsUnsupportedMediaType

func NewCreateAmazonMotorsUnsupportedMediaType() *CreateAmazonMotorsUnsupportedMediaType

NewCreateAmazonMotorsUnsupportedMediaType creates a CreateAmazonMotorsUnsupportedMediaType with default headers values

func (*CreateAmazonMotorsUnsupportedMediaType) Error

func (*CreateAmazonMotorsUnsupportedMediaType) GetPayload

func (*CreateAmazonMotorsUnsupportedMediaType) IsClientError

func (o *CreateAmazonMotorsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this create amazon motors unsupported media type response has a 4xx status code

func (*CreateAmazonMotorsUnsupportedMediaType) IsCode

IsCode returns true when this create amazon motors unsupported media type response a status code equal to that given

func (*CreateAmazonMotorsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create amazon motors unsupported media type response has a 3xx status code

func (*CreateAmazonMotorsUnsupportedMediaType) IsServerError

func (o *CreateAmazonMotorsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this create amazon motors unsupported media type response has a 5xx status code

func (*CreateAmazonMotorsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create amazon motors unsupported media type response has a 2xx status code

func (*CreateAmazonMotorsUnsupportedMediaType) String

type CreateConfirmDeliveryDetailsBadRequest

type CreateConfirmDeliveryDetailsBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateConfirmDeliveryDetailsBadRequest

func NewCreateConfirmDeliveryDetailsBadRequest() *CreateConfirmDeliveryDetailsBadRequest

NewCreateConfirmDeliveryDetailsBadRequest creates a CreateConfirmDeliveryDetailsBadRequest with default headers values

func (*CreateConfirmDeliveryDetailsBadRequest) Error

func (*CreateConfirmDeliveryDetailsBadRequest) GetPayload

func (*CreateConfirmDeliveryDetailsBadRequest) IsClientError

func (o *CreateConfirmDeliveryDetailsBadRequest) IsClientError() bool

IsClientError returns true when this create confirm delivery details bad request response has a 4xx status code

func (*CreateConfirmDeliveryDetailsBadRequest) IsCode

IsCode returns true when this create confirm delivery details bad request response a status code equal to that given

func (*CreateConfirmDeliveryDetailsBadRequest) IsRedirect

IsRedirect returns true when this create confirm delivery details bad request response has a 3xx status code

func (*CreateConfirmDeliveryDetailsBadRequest) IsServerError

func (o *CreateConfirmDeliveryDetailsBadRequest) IsServerError() bool

IsServerError returns true when this create confirm delivery details bad request response has a 5xx status code

func (*CreateConfirmDeliveryDetailsBadRequest) IsSuccess

IsSuccess returns true when this create confirm delivery details bad request response has a 2xx status code

func (*CreateConfirmDeliveryDetailsBadRequest) String

type CreateConfirmDeliveryDetailsCreated

type CreateConfirmDeliveryDetailsCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateConfirmDeliveryDetailsCreated

func NewCreateConfirmDeliveryDetailsCreated() *CreateConfirmDeliveryDetailsCreated

NewCreateConfirmDeliveryDetailsCreated creates a CreateConfirmDeliveryDetailsCreated with default headers values

func (*CreateConfirmDeliveryDetailsCreated) Error

func (*CreateConfirmDeliveryDetailsCreated) GetPayload

func (*CreateConfirmDeliveryDetailsCreated) IsClientError

func (o *CreateConfirmDeliveryDetailsCreated) IsClientError() bool

IsClientError returns true when this create confirm delivery details created response has a 4xx status code

func (*CreateConfirmDeliveryDetailsCreated) IsCode

IsCode returns true when this create confirm delivery details created response a status code equal to that given

func (*CreateConfirmDeliveryDetailsCreated) IsRedirect

func (o *CreateConfirmDeliveryDetailsCreated) IsRedirect() bool

IsRedirect returns true when this create confirm delivery details created response has a 3xx status code

func (*CreateConfirmDeliveryDetailsCreated) IsServerError

func (o *CreateConfirmDeliveryDetailsCreated) IsServerError() bool

IsServerError returns true when this create confirm delivery details created response has a 5xx status code

func (*CreateConfirmDeliveryDetailsCreated) IsSuccess

IsSuccess returns true when this create confirm delivery details created response has a 2xx status code

func (*CreateConfirmDeliveryDetailsCreated) String

type CreateConfirmDeliveryDetailsForbidden

type CreateConfirmDeliveryDetailsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateConfirmDeliveryDetailsForbidden

func NewCreateConfirmDeliveryDetailsForbidden() *CreateConfirmDeliveryDetailsForbidden

NewCreateConfirmDeliveryDetailsForbidden creates a CreateConfirmDeliveryDetailsForbidden with default headers values

func (*CreateConfirmDeliveryDetailsForbidden) Error

func (*CreateConfirmDeliveryDetailsForbidden) GetPayload

func (*CreateConfirmDeliveryDetailsForbidden) IsClientError

func (o *CreateConfirmDeliveryDetailsForbidden) IsClientError() bool

IsClientError returns true when this create confirm delivery details forbidden response has a 4xx status code

func (*CreateConfirmDeliveryDetailsForbidden) IsCode

IsCode returns true when this create confirm delivery details forbidden response a status code equal to that given

func (*CreateConfirmDeliveryDetailsForbidden) IsRedirect

IsRedirect returns true when this create confirm delivery details forbidden response has a 3xx status code

func (*CreateConfirmDeliveryDetailsForbidden) IsServerError

func (o *CreateConfirmDeliveryDetailsForbidden) IsServerError() bool

IsServerError returns true when this create confirm delivery details forbidden response has a 5xx status code

func (*CreateConfirmDeliveryDetailsForbidden) IsSuccess

IsSuccess returns true when this create confirm delivery details forbidden response has a 2xx status code

func (*CreateConfirmDeliveryDetailsForbidden) String

type CreateConfirmDeliveryDetailsInternalServerError

type CreateConfirmDeliveryDetailsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateConfirmDeliveryDetailsInternalServerError

func NewCreateConfirmDeliveryDetailsInternalServerError() *CreateConfirmDeliveryDetailsInternalServerError

NewCreateConfirmDeliveryDetailsInternalServerError creates a CreateConfirmDeliveryDetailsInternalServerError with default headers values

func (*CreateConfirmDeliveryDetailsInternalServerError) Error

func (*CreateConfirmDeliveryDetailsInternalServerError) GetPayload

func (*CreateConfirmDeliveryDetailsInternalServerError) IsClientError

IsClientError returns true when this create confirm delivery details internal server error response has a 4xx status code

func (*CreateConfirmDeliveryDetailsInternalServerError) IsCode

IsCode returns true when this create confirm delivery details internal server error response a status code equal to that given

func (*CreateConfirmDeliveryDetailsInternalServerError) IsRedirect

IsRedirect returns true when this create confirm delivery details internal server error response has a 3xx status code

func (*CreateConfirmDeliveryDetailsInternalServerError) IsServerError

IsServerError returns true when this create confirm delivery details internal server error response has a 5xx status code

func (*CreateConfirmDeliveryDetailsInternalServerError) IsSuccess

IsSuccess returns true when this create confirm delivery details internal server error response has a 2xx status code

func (*CreateConfirmDeliveryDetailsInternalServerError) String

type CreateConfirmDeliveryDetailsNotFound

type CreateConfirmDeliveryDetailsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateConfirmDeliveryDetailsNotFound

func NewCreateConfirmDeliveryDetailsNotFound() *CreateConfirmDeliveryDetailsNotFound

NewCreateConfirmDeliveryDetailsNotFound creates a CreateConfirmDeliveryDetailsNotFound with default headers values

func (*CreateConfirmDeliveryDetailsNotFound) Error

func (*CreateConfirmDeliveryDetailsNotFound) GetPayload

func (*CreateConfirmDeliveryDetailsNotFound) IsClientError

func (o *CreateConfirmDeliveryDetailsNotFound) IsClientError() bool

IsClientError returns true when this create confirm delivery details not found response has a 4xx status code

func (*CreateConfirmDeliveryDetailsNotFound) IsCode

IsCode returns true when this create confirm delivery details not found response a status code equal to that given

func (*CreateConfirmDeliveryDetailsNotFound) IsRedirect

IsRedirect returns true when this create confirm delivery details not found response has a 3xx status code

func (*CreateConfirmDeliveryDetailsNotFound) IsServerError

func (o *CreateConfirmDeliveryDetailsNotFound) IsServerError() bool

IsServerError returns true when this create confirm delivery details not found response has a 5xx status code

func (*CreateConfirmDeliveryDetailsNotFound) IsSuccess

IsSuccess returns true when this create confirm delivery details not found response has a 2xx status code

func (*CreateConfirmDeliveryDetailsNotFound) String

type CreateConfirmDeliveryDetailsParams

type CreateConfirmDeliveryDetailsParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateConfirmDeliveryDetailsRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateConfirmDeliveryDetailsParams contains all the parameters to send to the API endpoint

for the create confirm delivery details operation.

Typically these are written to a http.Request.

func NewCreateConfirmDeliveryDetailsParams

func NewCreateConfirmDeliveryDetailsParams() *CreateConfirmDeliveryDetailsParams

NewCreateConfirmDeliveryDetailsParams creates a new CreateConfirmDeliveryDetailsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateConfirmDeliveryDetailsParamsWithContext

func NewCreateConfirmDeliveryDetailsParamsWithContext(ctx context.Context) *CreateConfirmDeliveryDetailsParams

NewCreateConfirmDeliveryDetailsParamsWithContext creates a new CreateConfirmDeliveryDetailsParams object with the ability to set a context for a request.

func NewCreateConfirmDeliveryDetailsParamsWithHTTPClient

func NewCreateConfirmDeliveryDetailsParamsWithHTTPClient(client *http.Client) *CreateConfirmDeliveryDetailsParams

NewCreateConfirmDeliveryDetailsParamsWithHTTPClient creates a new CreateConfirmDeliveryDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateConfirmDeliveryDetailsParamsWithTimeout

func NewCreateConfirmDeliveryDetailsParamsWithTimeout(timeout time.Duration) *CreateConfirmDeliveryDetailsParams

NewCreateConfirmDeliveryDetailsParamsWithTimeout creates a new CreateConfirmDeliveryDetailsParams object with the ability to set a timeout on a request.

func (*CreateConfirmDeliveryDetailsParams) SetAmazonOrderID

func (o *CreateConfirmDeliveryDetailsParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) SetBody

SetBody adds the body to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) SetContext

SetContext adds the context to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) SetDefaults

func (o *CreateConfirmDeliveryDetailsParams) SetDefaults()

SetDefaults hydrates default values in the create confirm delivery details params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConfirmDeliveryDetailsParams) SetHTTPClient

func (o *CreateConfirmDeliveryDetailsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) SetMarketplaceIds

func (o *CreateConfirmDeliveryDetailsParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) SetTimeout

func (o *CreateConfirmDeliveryDetailsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WithAmazonOrderID

WithAmazonOrderID adds the amazonOrderID to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WithBody

WithBody adds the body to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WithContext

WithContext adds the context to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WithDefaults

WithDefaults hydrates default values in the create confirm delivery details params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConfirmDeliveryDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WithMarketplaceIds

func (o *CreateConfirmDeliveryDetailsParams) WithMarketplaceIds(marketplaceIds []string) *CreateConfirmDeliveryDetailsParams

WithMarketplaceIds adds the marketplaceIds to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WithTimeout

WithTimeout adds the timeout to the create confirm delivery details params

func (*CreateConfirmDeliveryDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateConfirmDeliveryDetailsReader

type CreateConfirmDeliveryDetailsReader struct {
	// contains filtered or unexported fields
}

CreateConfirmDeliveryDetailsReader is a Reader for the CreateConfirmDeliveryDetails structure.

func (*CreateConfirmDeliveryDetailsReader) ReadResponse

func (o *CreateConfirmDeliveryDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateConfirmDeliveryDetailsRequestEntityTooLarge

type CreateConfirmDeliveryDetailsRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateConfirmDeliveryDetailsRequestEntityTooLarge

func NewCreateConfirmDeliveryDetailsRequestEntityTooLarge() *CreateConfirmDeliveryDetailsRequestEntityTooLarge

NewCreateConfirmDeliveryDetailsRequestEntityTooLarge creates a CreateConfirmDeliveryDetailsRequestEntityTooLarge with default headers values

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) Error

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) GetPayload

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) IsClientError

IsClientError returns true when this create confirm delivery details request entity too large response has a 4xx status code

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) IsCode

IsCode returns true when this create confirm delivery details request entity too large response a status code equal to that given

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create confirm delivery details request entity too large response has a 3xx status code

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) IsServerError

IsServerError returns true when this create confirm delivery details request entity too large response has a 5xx status code

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create confirm delivery details request entity too large response has a 2xx status code

func (*CreateConfirmDeliveryDetailsRequestEntityTooLarge) String

type CreateConfirmDeliveryDetailsServiceUnavailable

type CreateConfirmDeliveryDetailsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateConfirmDeliveryDetailsServiceUnavailable

func NewCreateConfirmDeliveryDetailsServiceUnavailable() *CreateConfirmDeliveryDetailsServiceUnavailable

NewCreateConfirmDeliveryDetailsServiceUnavailable creates a CreateConfirmDeliveryDetailsServiceUnavailable with default headers values

func (*CreateConfirmDeliveryDetailsServiceUnavailable) Error

func (*CreateConfirmDeliveryDetailsServiceUnavailable) GetPayload

func (*CreateConfirmDeliveryDetailsServiceUnavailable) IsClientError

IsClientError returns true when this create confirm delivery details service unavailable response has a 4xx status code

func (*CreateConfirmDeliveryDetailsServiceUnavailable) IsCode

IsCode returns true when this create confirm delivery details service unavailable response a status code equal to that given

func (*CreateConfirmDeliveryDetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this create confirm delivery details service unavailable response has a 3xx status code

func (*CreateConfirmDeliveryDetailsServiceUnavailable) IsServerError

IsServerError returns true when this create confirm delivery details service unavailable response has a 5xx status code

func (*CreateConfirmDeliveryDetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this create confirm delivery details service unavailable response has a 2xx status code

func (*CreateConfirmDeliveryDetailsServiceUnavailable) String

type CreateConfirmDeliveryDetailsTooManyRequests

type CreateConfirmDeliveryDetailsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateConfirmDeliveryDetailsTooManyRequests

func NewCreateConfirmDeliveryDetailsTooManyRequests() *CreateConfirmDeliveryDetailsTooManyRequests

NewCreateConfirmDeliveryDetailsTooManyRequests creates a CreateConfirmDeliveryDetailsTooManyRequests with default headers values

func (*CreateConfirmDeliveryDetailsTooManyRequests) Error

func (*CreateConfirmDeliveryDetailsTooManyRequests) GetPayload

func (*CreateConfirmDeliveryDetailsTooManyRequests) IsClientError

IsClientError returns true when this create confirm delivery details too many requests response has a 4xx status code

func (*CreateConfirmDeliveryDetailsTooManyRequests) IsCode

IsCode returns true when this create confirm delivery details too many requests response a status code equal to that given

func (*CreateConfirmDeliveryDetailsTooManyRequests) IsRedirect

IsRedirect returns true when this create confirm delivery details too many requests response has a 3xx status code

func (*CreateConfirmDeliveryDetailsTooManyRequests) IsServerError

IsServerError returns true when this create confirm delivery details too many requests response has a 5xx status code

func (*CreateConfirmDeliveryDetailsTooManyRequests) IsSuccess

IsSuccess returns true when this create confirm delivery details too many requests response has a 2xx status code

func (*CreateConfirmDeliveryDetailsTooManyRequests) String

type CreateConfirmDeliveryDetailsUnsupportedMediaType

type CreateConfirmDeliveryDetailsUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmDeliveryDetailsResponse
}

CreateConfirmDeliveryDetailsUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateConfirmDeliveryDetailsUnsupportedMediaType

func NewCreateConfirmDeliveryDetailsUnsupportedMediaType() *CreateConfirmDeliveryDetailsUnsupportedMediaType

NewCreateConfirmDeliveryDetailsUnsupportedMediaType creates a CreateConfirmDeliveryDetailsUnsupportedMediaType with default headers values

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) Error

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) GetPayload

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) IsClientError

IsClientError returns true when this create confirm delivery details unsupported media type response has a 4xx status code

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) IsCode

IsCode returns true when this create confirm delivery details unsupported media type response a status code equal to that given

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create confirm delivery details unsupported media type response has a 3xx status code

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) IsServerError

IsServerError returns true when this create confirm delivery details unsupported media type response has a 5xx status code

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create confirm delivery details unsupported media type response has a 2xx status code

func (*CreateConfirmDeliveryDetailsUnsupportedMediaType) String

type CreateConfirmOrderDetailsBadRequest

type CreateConfirmOrderDetailsBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateConfirmOrderDetailsBadRequest

func NewCreateConfirmOrderDetailsBadRequest() *CreateConfirmOrderDetailsBadRequest

NewCreateConfirmOrderDetailsBadRequest creates a CreateConfirmOrderDetailsBadRequest with default headers values

func (*CreateConfirmOrderDetailsBadRequest) Error

func (*CreateConfirmOrderDetailsBadRequest) GetPayload

func (*CreateConfirmOrderDetailsBadRequest) IsClientError

func (o *CreateConfirmOrderDetailsBadRequest) IsClientError() bool

IsClientError returns true when this create confirm order details bad request response has a 4xx status code

func (*CreateConfirmOrderDetailsBadRequest) IsCode

IsCode returns true when this create confirm order details bad request response a status code equal to that given

func (*CreateConfirmOrderDetailsBadRequest) IsRedirect

func (o *CreateConfirmOrderDetailsBadRequest) IsRedirect() bool

IsRedirect returns true when this create confirm order details bad request response has a 3xx status code

func (*CreateConfirmOrderDetailsBadRequest) IsServerError

func (o *CreateConfirmOrderDetailsBadRequest) IsServerError() bool

IsServerError returns true when this create confirm order details bad request response has a 5xx status code

func (*CreateConfirmOrderDetailsBadRequest) IsSuccess

IsSuccess returns true when this create confirm order details bad request response has a 2xx status code

func (*CreateConfirmOrderDetailsBadRequest) String

type CreateConfirmOrderDetailsCreated

type CreateConfirmOrderDetailsCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateConfirmOrderDetailsCreated

func NewCreateConfirmOrderDetailsCreated() *CreateConfirmOrderDetailsCreated

NewCreateConfirmOrderDetailsCreated creates a CreateConfirmOrderDetailsCreated with default headers values

func (*CreateConfirmOrderDetailsCreated) Error

func (*CreateConfirmOrderDetailsCreated) GetPayload

func (*CreateConfirmOrderDetailsCreated) IsClientError

func (o *CreateConfirmOrderDetailsCreated) IsClientError() bool

IsClientError returns true when this create confirm order details created response has a 4xx status code

func (*CreateConfirmOrderDetailsCreated) IsCode

func (o *CreateConfirmOrderDetailsCreated) IsCode(code int) bool

IsCode returns true when this create confirm order details created response a status code equal to that given

func (*CreateConfirmOrderDetailsCreated) IsRedirect

func (o *CreateConfirmOrderDetailsCreated) IsRedirect() bool

IsRedirect returns true when this create confirm order details created response has a 3xx status code

func (*CreateConfirmOrderDetailsCreated) IsServerError

func (o *CreateConfirmOrderDetailsCreated) IsServerError() bool

IsServerError returns true when this create confirm order details created response has a 5xx status code

func (*CreateConfirmOrderDetailsCreated) IsSuccess

func (o *CreateConfirmOrderDetailsCreated) IsSuccess() bool

IsSuccess returns true when this create confirm order details created response has a 2xx status code

func (*CreateConfirmOrderDetailsCreated) String

type CreateConfirmOrderDetailsForbidden

type CreateConfirmOrderDetailsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateConfirmOrderDetailsForbidden

func NewCreateConfirmOrderDetailsForbidden() *CreateConfirmOrderDetailsForbidden

NewCreateConfirmOrderDetailsForbidden creates a CreateConfirmOrderDetailsForbidden with default headers values

func (*CreateConfirmOrderDetailsForbidden) Error

func (*CreateConfirmOrderDetailsForbidden) GetPayload

func (*CreateConfirmOrderDetailsForbidden) IsClientError

func (o *CreateConfirmOrderDetailsForbidden) IsClientError() bool

IsClientError returns true when this create confirm order details forbidden response has a 4xx status code

func (*CreateConfirmOrderDetailsForbidden) IsCode

IsCode returns true when this create confirm order details forbidden response a status code equal to that given

func (*CreateConfirmOrderDetailsForbidden) IsRedirect

func (o *CreateConfirmOrderDetailsForbidden) IsRedirect() bool

IsRedirect returns true when this create confirm order details forbidden response has a 3xx status code

func (*CreateConfirmOrderDetailsForbidden) IsServerError

func (o *CreateConfirmOrderDetailsForbidden) IsServerError() bool

IsServerError returns true when this create confirm order details forbidden response has a 5xx status code

func (*CreateConfirmOrderDetailsForbidden) IsSuccess

IsSuccess returns true when this create confirm order details forbidden response has a 2xx status code

func (*CreateConfirmOrderDetailsForbidden) String

type CreateConfirmOrderDetailsInternalServerError

type CreateConfirmOrderDetailsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateConfirmOrderDetailsInternalServerError

func NewCreateConfirmOrderDetailsInternalServerError() *CreateConfirmOrderDetailsInternalServerError

NewCreateConfirmOrderDetailsInternalServerError creates a CreateConfirmOrderDetailsInternalServerError with default headers values

func (*CreateConfirmOrderDetailsInternalServerError) Error

func (*CreateConfirmOrderDetailsInternalServerError) GetPayload

func (*CreateConfirmOrderDetailsInternalServerError) IsClientError

IsClientError returns true when this create confirm order details internal server error response has a 4xx status code

func (*CreateConfirmOrderDetailsInternalServerError) IsCode

IsCode returns true when this create confirm order details internal server error response a status code equal to that given

func (*CreateConfirmOrderDetailsInternalServerError) IsRedirect

IsRedirect returns true when this create confirm order details internal server error response has a 3xx status code

func (*CreateConfirmOrderDetailsInternalServerError) IsServerError

IsServerError returns true when this create confirm order details internal server error response has a 5xx status code

func (*CreateConfirmOrderDetailsInternalServerError) IsSuccess

IsSuccess returns true when this create confirm order details internal server error response has a 2xx status code

func (*CreateConfirmOrderDetailsInternalServerError) String

type CreateConfirmOrderDetailsNotFound

type CreateConfirmOrderDetailsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateConfirmOrderDetailsNotFound

func NewCreateConfirmOrderDetailsNotFound() *CreateConfirmOrderDetailsNotFound

NewCreateConfirmOrderDetailsNotFound creates a CreateConfirmOrderDetailsNotFound with default headers values

func (*CreateConfirmOrderDetailsNotFound) Error

func (*CreateConfirmOrderDetailsNotFound) GetPayload

func (*CreateConfirmOrderDetailsNotFound) IsClientError

func (o *CreateConfirmOrderDetailsNotFound) IsClientError() bool

IsClientError returns true when this create confirm order details not found response has a 4xx status code

func (*CreateConfirmOrderDetailsNotFound) IsCode

func (o *CreateConfirmOrderDetailsNotFound) IsCode(code int) bool

IsCode returns true when this create confirm order details not found response a status code equal to that given

func (*CreateConfirmOrderDetailsNotFound) IsRedirect

func (o *CreateConfirmOrderDetailsNotFound) IsRedirect() bool

IsRedirect returns true when this create confirm order details not found response has a 3xx status code

func (*CreateConfirmOrderDetailsNotFound) IsServerError

func (o *CreateConfirmOrderDetailsNotFound) IsServerError() bool

IsServerError returns true when this create confirm order details not found response has a 5xx status code

func (*CreateConfirmOrderDetailsNotFound) IsSuccess

func (o *CreateConfirmOrderDetailsNotFound) IsSuccess() bool

IsSuccess returns true when this create confirm order details not found response has a 2xx status code

func (*CreateConfirmOrderDetailsNotFound) String

type CreateConfirmOrderDetailsParams

type CreateConfirmOrderDetailsParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateConfirmOrderDetailsRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateConfirmOrderDetailsParams contains all the parameters to send to the API endpoint

for the create confirm order details operation.

Typically these are written to a http.Request.

func NewCreateConfirmOrderDetailsParams

func NewCreateConfirmOrderDetailsParams() *CreateConfirmOrderDetailsParams

NewCreateConfirmOrderDetailsParams creates a new CreateConfirmOrderDetailsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateConfirmOrderDetailsParamsWithContext

func NewCreateConfirmOrderDetailsParamsWithContext(ctx context.Context) *CreateConfirmOrderDetailsParams

NewCreateConfirmOrderDetailsParamsWithContext creates a new CreateConfirmOrderDetailsParams object with the ability to set a context for a request.

func NewCreateConfirmOrderDetailsParamsWithHTTPClient

func NewCreateConfirmOrderDetailsParamsWithHTTPClient(client *http.Client) *CreateConfirmOrderDetailsParams

NewCreateConfirmOrderDetailsParamsWithHTTPClient creates a new CreateConfirmOrderDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateConfirmOrderDetailsParamsWithTimeout

func NewCreateConfirmOrderDetailsParamsWithTimeout(timeout time.Duration) *CreateConfirmOrderDetailsParams

NewCreateConfirmOrderDetailsParamsWithTimeout creates a new CreateConfirmOrderDetailsParams object with the ability to set a timeout on a request.

func (*CreateConfirmOrderDetailsParams) SetAmazonOrderID

func (o *CreateConfirmOrderDetailsParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) SetBody

SetBody adds the body to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) SetContext

func (o *CreateConfirmOrderDetailsParams) SetContext(ctx context.Context)

SetContext adds the context to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) SetDefaults

func (o *CreateConfirmOrderDetailsParams) SetDefaults()

SetDefaults hydrates default values in the create confirm order details params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConfirmOrderDetailsParams) SetHTTPClient

func (o *CreateConfirmOrderDetailsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) SetMarketplaceIds

func (o *CreateConfirmOrderDetailsParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) SetTimeout

func (o *CreateConfirmOrderDetailsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WithAmazonOrderID

func (o *CreateConfirmOrderDetailsParams) WithAmazonOrderID(amazonOrderID string) *CreateConfirmOrderDetailsParams

WithAmazonOrderID adds the amazonOrderID to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WithBody

WithBody adds the body to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WithContext

WithContext adds the context to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WithDefaults

WithDefaults hydrates default values in the create confirm order details params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConfirmOrderDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WithMarketplaceIds

func (o *CreateConfirmOrderDetailsParams) WithMarketplaceIds(marketplaceIds []string) *CreateConfirmOrderDetailsParams

WithMarketplaceIds adds the marketplaceIds to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WithTimeout

WithTimeout adds the timeout to the create confirm order details params

func (*CreateConfirmOrderDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateConfirmOrderDetailsReader

type CreateConfirmOrderDetailsReader struct {
	// contains filtered or unexported fields
}

CreateConfirmOrderDetailsReader is a Reader for the CreateConfirmOrderDetails structure.

func (*CreateConfirmOrderDetailsReader) ReadResponse

func (o *CreateConfirmOrderDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateConfirmOrderDetailsRequestEntityTooLarge

type CreateConfirmOrderDetailsRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateConfirmOrderDetailsRequestEntityTooLarge

func NewCreateConfirmOrderDetailsRequestEntityTooLarge() *CreateConfirmOrderDetailsRequestEntityTooLarge

NewCreateConfirmOrderDetailsRequestEntityTooLarge creates a CreateConfirmOrderDetailsRequestEntityTooLarge with default headers values

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) Error

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) GetPayload

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) IsClientError

IsClientError returns true when this create confirm order details request entity too large response has a 4xx status code

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) IsCode

IsCode returns true when this create confirm order details request entity too large response a status code equal to that given

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create confirm order details request entity too large response has a 3xx status code

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) IsServerError

IsServerError returns true when this create confirm order details request entity too large response has a 5xx status code

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create confirm order details request entity too large response has a 2xx status code

func (*CreateConfirmOrderDetailsRequestEntityTooLarge) String

type CreateConfirmOrderDetailsServiceUnavailable

type CreateConfirmOrderDetailsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateConfirmOrderDetailsServiceUnavailable

func NewCreateConfirmOrderDetailsServiceUnavailable() *CreateConfirmOrderDetailsServiceUnavailable

NewCreateConfirmOrderDetailsServiceUnavailable creates a CreateConfirmOrderDetailsServiceUnavailable with default headers values

func (*CreateConfirmOrderDetailsServiceUnavailable) Error

func (*CreateConfirmOrderDetailsServiceUnavailable) GetPayload

func (*CreateConfirmOrderDetailsServiceUnavailable) IsClientError

IsClientError returns true when this create confirm order details service unavailable response has a 4xx status code

func (*CreateConfirmOrderDetailsServiceUnavailable) IsCode

IsCode returns true when this create confirm order details service unavailable response a status code equal to that given

func (*CreateConfirmOrderDetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this create confirm order details service unavailable response has a 3xx status code

func (*CreateConfirmOrderDetailsServiceUnavailable) IsServerError

IsServerError returns true when this create confirm order details service unavailable response has a 5xx status code

func (*CreateConfirmOrderDetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this create confirm order details service unavailable response has a 2xx status code

func (*CreateConfirmOrderDetailsServiceUnavailable) String

type CreateConfirmOrderDetailsTooManyRequests

type CreateConfirmOrderDetailsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateConfirmOrderDetailsTooManyRequests

func NewCreateConfirmOrderDetailsTooManyRequests() *CreateConfirmOrderDetailsTooManyRequests

NewCreateConfirmOrderDetailsTooManyRequests creates a CreateConfirmOrderDetailsTooManyRequests with default headers values

func (*CreateConfirmOrderDetailsTooManyRequests) Error

func (*CreateConfirmOrderDetailsTooManyRequests) GetPayload

func (*CreateConfirmOrderDetailsTooManyRequests) IsClientError

IsClientError returns true when this create confirm order details too many requests response has a 4xx status code

func (*CreateConfirmOrderDetailsTooManyRequests) IsCode

IsCode returns true when this create confirm order details too many requests response a status code equal to that given

func (*CreateConfirmOrderDetailsTooManyRequests) IsRedirect

IsRedirect returns true when this create confirm order details too many requests response has a 3xx status code

func (*CreateConfirmOrderDetailsTooManyRequests) IsServerError

IsServerError returns true when this create confirm order details too many requests response has a 5xx status code

func (*CreateConfirmOrderDetailsTooManyRequests) IsSuccess

IsSuccess returns true when this create confirm order details too many requests response has a 2xx status code

func (*CreateConfirmOrderDetailsTooManyRequests) String

type CreateConfirmOrderDetailsUnsupportedMediaType

type CreateConfirmOrderDetailsUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmOrderDetailsResponse
}

CreateConfirmOrderDetailsUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateConfirmOrderDetailsUnsupportedMediaType

func NewCreateConfirmOrderDetailsUnsupportedMediaType() *CreateConfirmOrderDetailsUnsupportedMediaType

NewCreateConfirmOrderDetailsUnsupportedMediaType creates a CreateConfirmOrderDetailsUnsupportedMediaType with default headers values

func (*CreateConfirmOrderDetailsUnsupportedMediaType) Error

func (*CreateConfirmOrderDetailsUnsupportedMediaType) GetPayload

func (*CreateConfirmOrderDetailsUnsupportedMediaType) IsClientError

IsClientError returns true when this create confirm order details unsupported media type response has a 4xx status code

func (*CreateConfirmOrderDetailsUnsupportedMediaType) IsCode

IsCode returns true when this create confirm order details unsupported media type response a status code equal to that given

func (*CreateConfirmOrderDetailsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create confirm order details unsupported media type response has a 3xx status code

func (*CreateConfirmOrderDetailsUnsupportedMediaType) IsServerError

IsServerError returns true when this create confirm order details unsupported media type response has a 5xx status code

func (*CreateConfirmOrderDetailsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create confirm order details unsupported media type response has a 2xx status code

func (*CreateConfirmOrderDetailsUnsupportedMediaType) String

type CreateConfirmServiceDetailsBadRequest

type CreateConfirmServiceDetailsBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateConfirmServiceDetailsBadRequest

func NewCreateConfirmServiceDetailsBadRequest() *CreateConfirmServiceDetailsBadRequest

NewCreateConfirmServiceDetailsBadRequest creates a CreateConfirmServiceDetailsBadRequest with default headers values

func (*CreateConfirmServiceDetailsBadRequest) Error

func (*CreateConfirmServiceDetailsBadRequest) GetPayload

func (*CreateConfirmServiceDetailsBadRequest) IsClientError

func (o *CreateConfirmServiceDetailsBadRequest) IsClientError() bool

IsClientError returns true when this create confirm service details bad request response has a 4xx status code

func (*CreateConfirmServiceDetailsBadRequest) IsCode

IsCode returns true when this create confirm service details bad request response a status code equal to that given

func (*CreateConfirmServiceDetailsBadRequest) IsRedirect

IsRedirect returns true when this create confirm service details bad request response has a 3xx status code

func (*CreateConfirmServiceDetailsBadRequest) IsServerError

func (o *CreateConfirmServiceDetailsBadRequest) IsServerError() bool

IsServerError returns true when this create confirm service details bad request response has a 5xx status code

func (*CreateConfirmServiceDetailsBadRequest) IsSuccess

IsSuccess returns true when this create confirm service details bad request response has a 2xx status code

func (*CreateConfirmServiceDetailsBadRequest) String

type CreateConfirmServiceDetailsCreated

type CreateConfirmServiceDetailsCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateConfirmServiceDetailsCreated

func NewCreateConfirmServiceDetailsCreated() *CreateConfirmServiceDetailsCreated

NewCreateConfirmServiceDetailsCreated creates a CreateConfirmServiceDetailsCreated with default headers values

func (*CreateConfirmServiceDetailsCreated) Error

func (*CreateConfirmServiceDetailsCreated) GetPayload

func (*CreateConfirmServiceDetailsCreated) IsClientError

func (o *CreateConfirmServiceDetailsCreated) IsClientError() bool

IsClientError returns true when this create confirm service details created response has a 4xx status code

func (*CreateConfirmServiceDetailsCreated) IsCode

IsCode returns true when this create confirm service details created response a status code equal to that given

func (*CreateConfirmServiceDetailsCreated) IsRedirect

func (o *CreateConfirmServiceDetailsCreated) IsRedirect() bool

IsRedirect returns true when this create confirm service details created response has a 3xx status code

func (*CreateConfirmServiceDetailsCreated) IsServerError

func (o *CreateConfirmServiceDetailsCreated) IsServerError() bool

IsServerError returns true when this create confirm service details created response has a 5xx status code

func (*CreateConfirmServiceDetailsCreated) IsSuccess

IsSuccess returns true when this create confirm service details created response has a 2xx status code

func (*CreateConfirmServiceDetailsCreated) String

type CreateConfirmServiceDetailsForbidden

type CreateConfirmServiceDetailsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateConfirmServiceDetailsForbidden

func NewCreateConfirmServiceDetailsForbidden() *CreateConfirmServiceDetailsForbidden

NewCreateConfirmServiceDetailsForbidden creates a CreateConfirmServiceDetailsForbidden with default headers values

func (*CreateConfirmServiceDetailsForbidden) Error

func (*CreateConfirmServiceDetailsForbidden) GetPayload

func (*CreateConfirmServiceDetailsForbidden) IsClientError

func (o *CreateConfirmServiceDetailsForbidden) IsClientError() bool

IsClientError returns true when this create confirm service details forbidden response has a 4xx status code

func (*CreateConfirmServiceDetailsForbidden) IsCode

IsCode returns true when this create confirm service details forbidden response a status code equal to that given

func (*CreateConfirmServiceDetailsForbidden) IsRedirect

IsRedirect returns true when this create confirm service details forbidden response has a 3xx status code

func (*CreateConfirmServiceDetailsForbidden) IsServerError

func (o *CreateConfirmServiceDetailsForbidden) IsServerError() bool

IsServerError returns true when this create confirm service details forbidden response has a 5xx status code

func (*CreateConfirmServiceDetailsForbidden) IsSuccess

IsSuccess returns true when this create confirm service details forbidden response has a 2xx status code

func (*CreateConfirmServiceDetailsForbidden) String

type CreateConfirmServiceDetailsInternalServerError

type CreateConfirmServiceDetailsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateConfirmServiceDetailsInternalServerError

func NewCreateConfirmServiceDetailsInternalServerError() *CreateConfirmServiceDetailsInternalServerError

NewCreateConfirmServiceDetailsInternalServerError creates a CreateConfirmServiceDetailsInternalServerError with default headers values

func (*CreateConfirmServiceDetailsInternalServerError) Error

func (*CreateConfirmServiceDetailsInternalServerError) GetPayload

func (*CreateConfirmServiceDetailsInternalServerError) IsClientError

IsClientError returns true when this create confirm service details internal server error response has a 4xx status code

func (*CreateConfirmServiceDetailsInternalServerError) IsCode

IsCode returns true when this create confirm service details internal server error response a status code equal to that given

func (*CreateConfirmServiceDetailsInternalServerError) IsRedirect

IsRedirect returns true when this create confirm service details internal server error response has a 3xx status code

func (*CreateConfirmServiceDetailsInternalServerError) IsServerError

IsServerError returns true when this create confirm service details internal server error response has a 5xx status code

func (*CreateConfirmServiceDetailsInternalServerError) IsSuccess

IsSuccess returns true when this create confirm service details internal server error response has a 2xx status code

func (*CreateConfirmServiceDetailsInternalServerError) String

type CreateConfirmServiceDetailsNotFound

type CreateConfirmServiceDetailsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateConfirmServiceDetailsNotFound

func NewCreateConfirmServiceDetailsNotFound() *CreateConfirmServiceDetailsNotFound

NewCreateConfirmServiceDetailsNotFound creates a CreateConfirmServiceDetailsNotFound with default headers values

func (*CreateConfirmServiceDetailsNotFound) Error

func (*CreateConfirmServiceDetailsNotFound) GetPayload

func (*CreateConfirmServiceDetailsNotFound) IsClientError

func (o *CreateConfirmServiceDetailsNotFound) IsClientError() bool

IsClientError returns true when this create confirm service details not found response has a 4xx status code

func (*CreateConfirmServiceDetailsNotFound) IsCode

IsCode returns true when this create confirm service details not found response a status code equal to that given

func (*CreateConfirmServiceDetailsNotFound) IsRedirect

func (o *CreateConfirmServiceDetailsNotFound) IsRedirect() bool

IsRedirect returns true when this create confirm service details not found response has a 3xx status code

func (*CreateConfirmServiceDetailsNotFound) IsServerError

func (o *CreateConfirmServiceDetailsNotFound) IsServerError() bool

IsServerError returns true when this create confirm service details not found response has a 5xx status code

func (*CreateConfirmServiceDetailsNotFound) IsSuccess

IsSuccess returns true when this create confirm service details not found response has a 2xx status code

func (*CreateConfirmServiceDetailsNotFound) String

type CreateConfirmServiceDetailsParams

type CreateConfirmServiceDetailsParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateConfirmServiceDetailsRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateConfirmServiceDetailsParams contains all the parameters to send to the API endpoint

for the create confirm service details operation.

Typically these are written to a http.Request.

func NewCreateConfirmServiceDetailsParams

func NewCreateConfirmServiceDetailsParams() *CreateConfirmServiceDetailsParams

NewCreateConfirmServiceDetailsParams creates a new CreateConfirmServiceDetailsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateConfirmServiceDetailsParamsWithContext

func NewCreateConfirmServiceDetailsParamsWithContext(ctx context.Context) *CreateConfirmServiceDetailsParams

NewCreateConfirmServiceDetailsParamsWithContext creates a new CreateConfirmServiceDetailsParams object with the ability to set a context for a request.

func NewCreateConfirmServiceDetailsParamsWithHTTPClient

func NewCreateConfirmServiceDetailsParamsWithHTTPClient(client *http.Client) *CreateConfirmServiceDetailsParams

NewCreateConfirmServiceDetailsParamsWithHTTPClient creates a new CreateConfirmServiceDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateConfirmServiceDetailsParamsWithTimeout

func NewCreateConfirmServiceDetailsParamsWithTimeout(timeout time.Duration) *CreateConfirmServiceDetailsParams

NewCreateConfirmServiceDetailsParamsWithTimeout creates a new CreateConfirmServiceDetailsParams object with the ability to set a timeout on a request.

func (*CreateConfirmServiceDetailsParams) SetAmazonOrderID

func (o *CreateConfirmServiceDetailsParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) SetBody

SetBody adds the body to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) SetContext

SetContext adds the context to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) SetDefaults

func (o *CreateConfirmServiceDetailsParams) SetDefaults()

SetDefaults hydrates default values in the create confirm service details params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConfirmServiceDetailsParams) SetHTTPClient

func (o *CreateConfirmServiceDetailsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) SetMarketplaceIds

func (o *CreateConfirmServiceDetailsParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) SetTimeout

func (o *CreateConfirmServiceDetailsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WithAmazonOrderID

func (o *CreateConfirmServiceDetailsParams) WithAmazonOrderID(amazonOrderID string) *CreateConfirmServiceDetailsParams

WithAmazonOrderID adds the amazonOrderID to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WithBody

WithBody adds the body to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WithContext

WithContext adds the context to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WithDefaults

WithDefaults hydrates default values in the create confirm service details params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConfirmServiceDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WithMarketplaceIds

func (o *CreateConfirmServiceDetailsParams) WithMarketplaceIds(marketplaceIds []string) *CreateConfirmServiceDetailsParams

WithMarketplaceIds adds the marketplaceIds to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WithTimeout

WithTimeout adds the timeout to the create confirm service details params

func (*CreateConfirmServiceDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateConfirmServiceDetailsReader

type CreateConfirmServiceDetailsReader struct {
	// contains filtered or unexported fields
}

CreateConfirmServiceDetailsReader is a Reader for the CreateConfirmServiceDetails structure.

func (*CreateConfirmServiceDetailsReader) ReadResponse

func (o *CreateConfirmServiceDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateConfirmServiceDetailsRequestEntityTooLarge

type CreateConfirmServiceDetailsRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateConfirmServiceDetailsRequestEntityTooLarge

func NewCreateConfirmServiceDetailsRequestEntityTooLarge() *CreateConfirmServiceDetailsRequestEntityTooLarge

NewCreateConfirmServiceDetailsRequestEntityTooLarge creates a CreateConfirmServiceDetailsRequestEntityTooLarge with default headers values

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) Error

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) GetPayload

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) IsClientError

IsClientError returns true when this create confirm service details request entity too large response has a 4xx status code

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) IsCode

IsCode returns true when this create confirm service details request entity too large response a status code equal to that given

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create confirm service details request entity too large response has a 3xx status code

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) IsServerError

IsServerError returns true when this create confirm service details request entity too large response has a 5xx status code

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create confirm service details request entity too large response has a 2xx status code

func (*CreateConfirmServiceDetailsRequestEntityTooLarge) String

type CreateConfirmServiceDetailsServiceUnavailable

type CreateConfirmServiceDetailsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateConfirmServiceDetailsServiceUnavailable

func NewCreateConfirmServiceDetailsServiceUnavailable() *CreateConfirmServiceDetailsServiceUnavailable

NewCreateConfirmServiceDetailsServiceUnavailable creates a CreateConfirmServiceDetailsServiceUnavailable with default headers values

func (*CreateConfirmServiceDetailsServiceUnavailable) Error

func (*CreateConfirmServiceDetailsServiceUnavailable) GetPayload

func (*CreateConfirmServiceDetailsServiceUnavailable) IsClientError

IsClientError returns true when this create confirm service details service unavailable response has a 4xx status code

func (*CreateConfirmServiceDetailsServiceUnavailable) IsCode

IsCode returns true when this create confirm service details service unavailable response a status code equal to that given

func (*CreateConfirmServiceDetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this create confirm service details service unavailable response has a 3xx status code

func (*CreateConfirmServiceDetailsServiceUnavailable) IsServerError

IsServerError returns true when this create confirm service details service unavailable response has a 5xx status code

func (*CreateConfirmServiceDetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this create confirm service details service unavailable response has a 2xx status code

func (*CreateConfirmServiceDetailsServiceUnavailable) String

type CreateConfirmServiceDetailsTooManyRequests

type CreateConfirmServiceDetailsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateConfirmServiceDetailsTooManyRequests

func NewCreateConfirmServiceDetailsTooManyRequests() *CreateConfirmServiceDetailsTooManyRequests

NewCreateConfirmServiceDetailsTooManyRequests creates a CreateConfirmServiceDetailsTooManyRequests with default headers values

func (*CreateConfirmServiceDetailsTooManyRequests) Error

func (*CreateConfirmServiceDetailsTooManyRequests) GetPayload

func (*CreateConfirmServiceDetailsTooManyRequests) IsClientError

IsClientError returns true when this create confirm service details too many requests response has a 4xx status code

func (*CreateConfirmServiceDetailsTooManyRequests) IsCode

IsCode returns true when this create confirm service details too many requests response a status code equal to that given

func (*CreateConfirmServiceDetailsTooManyRequests) IsRedirect

IsRedirect returns true when this create confirm service details too many requests response has a 3xx status code

func (*CreateConfirmServiceDetailsTooManyRequests) IsServerError

IsServerError returns true when this create confirm service details too many requests response has a 5xx status code

func (*CreateConfirmServiceDetailsTooManyRequests) IsSuccess

IsSuccess returns true when this create confirm service details too many requests response has a 2xx status code

func (*CreateConfirmServiceDetailsTooManyRequests) String

type CreateConfirmServiceDetailsUnsupportedMediaType

type CreateConfirmServiceDetailsUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateConfirmServiceDetailsResponse
}

CreateConfirmServiceDetailsUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateConfirmServiceDetailsUnsupportedMediaType

func NewCreateConfirmServiceDetailsUnsupportedMediaType() *CreateConfirmServiceDetailsUnsupportedMediaType

NewCreateConfirmServiceDetailsUnsupportedMediaType creates a CreateConfirmServiceDetailsUnsupportedMediaType with default headers values

func (*CreateConfirmServiceDetailsUnsupportedMediaType) Error

func (*CreateConfirmServiceDetailsUnsupportedMediaType) GetPayload

func (*CreateConfirmServiceDetailsUnsupportedMediaType) IsClientError

IsClientError returns true when this create confirm service details unsupported media type response has a 4xx status code

func (*CreateConfirmServiceDetailsUnsupportedMediaType) IsCode

IsCode returns true when this create confirm service details unsupported media type response a status code equal to that given

func (*CreateConfirmServiceDetailsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create confirm service details unsupported media type response has a 3xx status code

func (*CreateConfirmServiceDetailsUnsupportedMediaType) IsServerError

IsServerError returns true when this create confirm service details unsupported media type response has a 5xx status code

func (*CreateConfirmServiceDetailsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create confirm service details unsupported media type response has a 2xx status code

func (*CreateConfirmServiceDetailsUnsupportedMediaType) String

type CreateDigitalAccessKeyBadRequest

type CreateDigitalAccessKeyBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateDigitalAccessKeyBadRequest

func NewCreateDigitalAccessKeyBadRequest() *CreateDigitalAccessKeyBadRequest

NewCreateDigitalAccessKeyBadRequest creates a CreateDigitalAccessKeyBadRequest with default headers values

func (*CreateDigitalAccessKeyBadRequest) Error

func (*CreateDigitalAccessKeyBadRequest) GetPayload

func (*CreateDigitalAccessKeyBadRequest) IsClientError

func (o *CreateDigitalAccessKeyBadRequest) IsClientError() bool

IsClientError returns true when this create digital access key bad request response has a 4xx status code

func (*CreateDigitalAccessKeyBadRequest) IsCode

func (o *CreateDigitalAccessKeyBadRequest) IsCode(code int) bool

IsCode returns true when this create digital access key bad request response a status code equal to that given

func (*CreateDigitalAccessKeyBadRequest) IsRedirect

func (o *CreateDigitalAccessKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this create digital access key bad request response has a 3xx status code

func (*CreateDigitalAccessKeyBadRequest) IsServerError

func (o *CreateDigitalAccessKeyBadRequest) IsServerError() bool

IsServerError returns true when this create digital access key bad request response has a 5xx status code

func (*CreateDigitalAccessKeyBadRequest) IsSuccess

func (o *CreateDigitalAccessKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this create digital access key bad request response has a 2xx status code

func (*CreateDigitalAccessKeyBadRequest) String

type CreateDigitalAccessKeyCreated

type CreateDigitalAccessKeyCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateDigitalAccessKeyCreated

func NewCreateDigitalAccessKeyCreated() *CreateDigitalAccessKeyCreated

NewCreateDigitalAccessKeyCreated creates a CreateDigitalAccessKeyCreated with default headers values

func (*CreateDigitalAccessKeyCreated) Error

func (*CreateDigitalAccessKeyCreated) GetPayload

func (*CreateDigitalAccessKeyCreated) IsClientError

func (o *CreateDigitalAccessKeyCreated) IsClientError() bool

IsClientError returns true when this create digital access key created response has a 4xx status code

func (*CreateDigitalAccessKeyCreated) IsCode

func (o *CreateDigitalAccessKeyCreated) IsCode(code int) bool

IsCode returns true when this create digital access key created response a status code equal to that given

func (*CreateDigitalAccessKeyCreated) IsRedirect

func (o *CreateDigitalAccessKeyCreated) IsRedirect() bool

IsRedirect returns true when this create digital access key created response has a 3xx status code

func (*CreateDigitalAccessKeyCreated) IsServerError

func (o *CreateDigitalAccessKeyCreated) IsServerError() bool

IsServerError returns true when this create digital access key created response has a 5xx status code

func (*CreateDigitalAccessKeyCreated) IsSuccess

func (o *CreateDigitalAccessKeyCreated) IsSuccess() bool

IsSuccess returns true when this create digital access key created response has a 2xx status code

func (*CreateDigitalAccessKeyCreated) String

type CreateDigitalAccessKeyForbidden

type CreateDigitalAccessKeyForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateDigitalAccessKeyForbidden

func NewCreateDigitalAccessKeyForbidden() *CreateDigitalAccessKeyForbidden

NewCreateDigitalAccessKeyForbidden creates a CreateDigitalAccessKeyForbidden with default headers values

func (*CreateDigitalAccessKeyForbidden) Error

func (*CreateDigitalAccessKeyForbidden) GetPayload

func (*CreateDigitalAccessKeyForbidden) IsClientError

func (o *CreateDigitalAccessKeyForbidden) IsClientError() bool

IsClientError returns true when this create digital access key forbidden response has a 4xx status code

func (*CreateDigitalAccessKeyForbidden) IsCode

func (o *CreateDigitalAccessKeyForbidden) IsCode(code int) bool

IsCode returns true when this create digital access key forbidden response a status code equal to that given

func (*CreateDigitalAccessKeyForbidden) IsRedirect

func (o *CreateDigitalAccessKeyForbidden) IsRedirect() bool

IsRedirect returns true when this create digital access key forbidden response has a 3xx status code

func (*CreateDigitalAccessKeyForbidden) IsServerError

func (o *CreateDigitalAccessKeyForbidden) IsServerError() bool

IsServerError returns true when this create digital access key forbidden response has a 5xx status code

func (*CreateDigitalAccessKeyForbidden) IsSuccess

func (o *CreateDigitalAccessKeyForbidden) IsSuccess() bool

IsSuccess returns true when this create digital access key forbidden response has a 2xx status code

func (*CreateDigitalAccessKeyForbidden) String

type CreateDigitalAccessKeyInternalServerError

type CreateDigitalAccessKeyInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateDigitalAccessKeyInternalServerError

func NewCreateDigitalAccessKeyInternalServerError() *CreateDigitalAccessKeyInternalServerError

NewCreateDigitalAccessKeyInternalServerError creates a CreateDigitalAccessKeyInternalServerError with default headers values

func (*CreateDigitalAccessKeyInternalServerError) Error

func (*CreateDigitalAccessKeyInternalServerError) GetPayload

func (*CreateDigitalAccessKeyInternalServerError) IsClientError

IsClientError returns true when this create digital access key internal server error response has a 4xx status code

func (*CreateDigitalAccessKeyInternalServerError) IsCode

IsCode returns true when this create digital access key internal server error response a status code equal to that given

func (*CreateDigitalAccessKeyInternalServerError) IsRedirect

IsRedirect returns true when this create digital access key internal server error response has a 3xx status code

func (*CreateDigitalAccessKeyInternalServerError) IsServerError

IsServerError returns true when this create digital access key internal server error response has a 5xx status code

func (*CreateDigitalAccessKeyInternalServerError) IsSuccess

IsSuccess returns true when this create digital access key internal server error response has a 2xx status code

func (*CreateDigitalAccessKeyInternalServerError) String

type CreateDigitalAccessKeyNotFound

type CreateDigitalAccessKeyNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateDigitalAccessKeyNotFound

func NewCreateDigitalAccessKeyNotFound() *CreateDigitalAccessKeyNotFound

NewCreateDigitalAccessKeyNotFound creates a CreateDigitalAccessKeyNotFound with default headers values

func (*CreateDigitalAccessKeyNotFound) Error

func (*CreateDigitalAccessKeyNotFound) GetPayload

func (*CreateDigitalAccessKeyNotFound) IsClientError

func (o *CreateDigitalAccessKeyNotFound) IsClientError() bool

IsClientError returns true when this create digital access key not found response has a 4xx status code

func (*CreateDigitalAccessKeyNotFound) IsCode

func (o *CreateDigitalAccessKeyNotFound) IsCode(code int) bool

IsCode returns true when this create digital access key not found response a status code equal to that given

func (*CreateDigitalAccessKeyNotFound) IsRedirect

func (o *CreateDigitalAccessKeyNotFound) IsRedirect() bool

IsRedirect returns true when this create digital access key not found response has a 3xx status code

func (*CreateDigitalAccessKeyNotFound) IsServerError

func (o *CreateDigitalAccessKeyNotFound) IsServerError() bool

IsServerError returns true when this create digital access key not found response has a 5xx status code

func (*CreateDigitalAccessKeyNotFound) IsSuccess

func (o *CreateDigitalAccessKeyNotFound) IsSuccess() bool

IsSuccess returns true when this create digital access key not found response has a 2xx status code

func (*CreateDigitalAccessKeyNotFound) String

type CreateDigitalAccessKeyParams

type CreateDigitalAccessKeyParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateDigitalAccessKeyRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateDigitalAccessKeyParams contains all the parameters to send to the API endpoint

for the create digital access key operation.

Typically these are written to a http.Request.

func NewCreateDigitalAccessKeyParams

func NewCreateDigitalAccessKeyParams() *CreateDigitalAccessKeyParams

NewCreateDigitalAccessKeyParams creates a new CreateDigitalAccessKeyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateDigitalAccessKeyParamsWithContext

func NewCreateDigitalAccessKeyParamsWithContext(ctx context.Context) *CreateDigitalAccessKeyParams

NewCreateDigitalAccessKeyParamsWithContext creates a new CreateDigitalAccessKeyParams object with the ability to set a context for a request.

func NewCreateDigitalAccessKeyParamsWithHTTPClient

func NewCreateDigitalAccessKeyParamsWithHTTPClient(client *http.Client) *CreateDigitalAccessKeyParams

NewCreateDigitalAccessKeyParamsWithHTTPClient creates a new CreateDigitalAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDigitalAccessKeyParamsWithTimeout

func NewCreateDigitalAccessKeyParamsWithTimeout(timeout time.Duration) *CreateDigitalAccessKeyParams

NewCreateDigitalAccessKeyParamsWithTimeout creates a new CreateDigitalAccessKeyParams object with the ability to set a timeout on a request.

func (*CreateDigitalAccessKeyParams) SetAmazonOrderID

func (o *CreateDigitalAccessKeyParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create digital access key params

func (*CreateDigitalAccessKeyParams) SetBody

SetBody adds the body to the create digital access key params

func (*CreateDigitalAccessKeyParams) SetContext

func (o *CreateDigitalAccessKeyParams) SetContext(ctx context.Context)

SetContext adds the context to the create digital access key params

func (*CreateDigitalAccessKeyParams) SetDefaults

func (o *CreateDigitalAccessKeyParams) SetDefaults()

SetDefaults hydrates default values in the create digital access key params (not the query body).

All values with no default are reset to their zero value.

func (*CreateDigitalAccessKeyParams) SetHTTPClient

func (o *CreateDigitalAccessKeyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create digital access key params

func (*CreateDigitalAccessKeyParams) SetMarketplaceIds

func (o *CreateDigitalAccessKeyParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create digital access key params

func (*CreateDigitalAccessKeyParams) SetTimeout

func (o *CreateDigitalAccessKeyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create digital access key params

func (*CreateDigitalAccessKeyParams) WithAmazonOrderID

func (o *CreateDigitalAccessKeyParams) WithAmazonOrderID(amazonOrderID string) *CreateDigitalAccessKeyParams

WithAmazonOrderID adds the amazonOrderID to the create digital access key params

func (*CreateDigitalAccessKeyParams) WithBody

WithBody adds the body to the create digital access key params

func (*CreateDigitalAccessKeyParams) WithContext

WithContext adds the context to the create digital access key params

func (*CreateDigitalAccessKeyParams) WithDefaults

WithDefaults hydrates default values in the create digital access key params (not the query body).

All values with no default are reset to their zero value.

func (*CreateDigitalAccessKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create digital access key params

func (*CreateDigitalAccessKeyParams) WithMarketplaceIds

func (o *CreateDigitalAccessKeyParams) WithMarketplaceIds(marketplaceIds []string) *CreateDigitalAccessKeyParams

WithMarketplaceIds adds the marketplaceIds to the create digital access key params

func (*CreateDigitalAccessKeyParams) WithTimeout

WithTimeout adds the timeout to the create digital access key params

func (*CreateDigitalAccessKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDigitalAccessKeyReader

type CreateDigitalAccessKeyReader struct {
	// contains filtered or unexported fields
}

CreateDigitalAccessKeyReader is a Reader for the CreateDigitalAccessKey structure.

func (*CreateDigitalAccessKeyReader) ReadResponse

func (o *CreateDigitalAccessKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateDigitalAccessKeyRequestEntityTooLarge

type CreateDigitalAccessKeyRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateDigitalAccessKeyRequestEntityTooLarge

func NewCreateDigitalAccessKeyRequestEntityTooLarge() *CreateDigitalAccessKeyRequestEntityTooLarge

NewCreateDigitalAccessKeyRequestEntityTooLarge creates a CreateDigitalAccessKeyRequestEntityTooLarge with default headers values

func (*CreateDigitalAccessKeyRequestEntityTooLarge) Error

func (*CreateDigitalAccessKeyRequestEntityTooLarge) GetPayload

func (*CreateDigitalAccessKeyRequestEntityTooLarge) IsClientError

IsClientError returns true when this create digital access key request entity too large response has a 4xx status code

func (*CreateDigitalAccessKeyRequestEntityTooLarge) IsCode

IsCode returns true when this create digital access key request entity too large response a status code equal to that given

func (*CreateDigitalAccessKeyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create digital access key request entity too large response has a 3xx status code

func (*CreateDigitalAccessKeyRequestEntityTooLarge) IsServerError

IsServerError returns true when this create digital access key request entity too large response has a 5xx status code

func (*CreateDigitalAccessKeyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create digital access key request entity too large response has a 2xx status code

func (*CreateDigitalAccessKeyRequestEntityTooLarge) String

type CreateDigitalAccessKeyServiceUnavailable

type CreateDigitalAccessKeyServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateDigitalAccessKeyServiceUnavailable

func NewCreateDigitalAccessKeyServiceUnavailable() *CreateDigitalAccessKeyServiceUnavailable

NewCreateDigitalAccessKeyServiceUnavailable creates a CreateDigitalAccessKeyServiceUnavailable with default headers values

func (*CreateDigitalAccessKeyServiceUnavailable) Error

func (*CreateDigitalAccessKeyServiceUnavailable) GetPayload

func (*CreateDigitalAccessKeyServiceUnavailable) IsClientError

IsClientError returns true when this create digital access key service unavailable response has a 4xx status code

func (*CreateDigitalAccessKeyServiceUnavailable) IsCode

IsCode returns true when this create digital access key service unavailable response a status code equal to that given

func (*CreateDigitalAccessKeyServiceUnavailable) IsRedirect

IsRedirect returns true when this create digital access key service unavailable response has a 3xx status code

func (*CreateDigitalAccessKeyServiceUnavailable) IsServerError

IsServerError returns true when this create digital access key service unavailable response has a 5xx status code

func (*CreateDigitalAccessKeyServiceUnavailable) IsSuccess

IsSuccess returns true when this create digital access key service unavailable response has a 2xx status code

func (*CreateDigitalAccessKeyServiceUnavailable) String

type CreateDigitalAccessKeyTooManyRequests

type CreateDigitalAccessKeyTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateDigitalAccessKeyTooManyRequests

func NewCreateDigitalAccessKeyTooManyRequests() *CreateDigitalAccessKeyTooManyRequests

NewCreateDigitalAccessKeyTooManyRequests creates a CreateDigitalAccessKeyTooManyRequests with default headers values

func (*CreateDigitalAccessKeyTooManyRequests) Error

func (*CreateDigitalAccessKeyTooManyRequests) GetPayload

func (*CreateDigitalAccessKeyTooManyRequests) IsClientError

func (o *CreateDigitalAccessKeyTooManyRequests) IsClientError() bool

IsClientError returns true when this create digital access key too many requests response has a 4xx status code

func (*CreateDigitalAccessKeyTooManyRequests) IsCode

IsCode returns true when this create digital access key too many requests response a status code equal to that given

func (*CreateDigitalAccessKeyTooManyRequests) IsRedirect

IsRedirect returns true when this create digital access key too many requests response has a 3xx status code

func (*CreateDigitalAccessKeyTooManyRequests) IsServerError

func (o *CreateDigitalAccessKeyTooManyRequests) IsServerError() bool

IsServerError returns true when this create digital access key too many requests response has a 5xx status code

func (*CreateDigitalAccessKeyTooManyRequests) IsSuccess

IsSuccess returns true when this create digital access key too many requests response has a 2xx status code

func (*CreateDigitalAccessKeyTooManyRequests) String

type CreateDigitalAccessKeyUnsupportedMediaType

type CreateDigitalAccessKeyUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateDigitalAccessKeyResponse
}

CreateDigitalAccessKeyUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateDigitalAccessKeyUnsupportedMediaType

func NewCreateDigitalAccessKeyUnsupportedMediaType() *CreateDigitalAccessKeyUnsupportedMediaType

NewCreateDigitalAccessKeyUnsupportedMediaType creates a CreateDigitalAccessKeyUnsupportedMediaType with default headers values

func (*CreateDigitalAccessKeyUnsupportedMediaType) Error

func (*CreateDigitalAccessKeyUnsupportedMediaType) GetPayload

func (*CreateDigitalAccessKeyUnsupportedMediaType) IsClientError

IsClientError returns true when this create digital access key unsupported media type response has a 4xx status code

func (*CreateDigitalAccessKeyUnsupportedMediaType) IsCode

IsCode returns true when this create digital access key unsupported media type response a status code equal to that given

func (*CreateDigitalAccessKeyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create digital access key unsupported media type response has a 3xx status code

func (*CreateDigitalAccessKeyUnsupportedMediaType) IsServerError

IsServerError returns true when this create digital access key unsupported media type response has a 5xx status code

func (*CreateDigitalAccessKeyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create digital access key unsupported media type response has a 2xx status code

func (*CreateDigitalAccessKeyUnsupportedMediaType) String

type CreateLegalDisclosureBadRequest

type CreateLegalDisclosureBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateLegalDisclosureBadRequest

func NewCreateLegalDisclosureBadRequest() *CreateLegalDisclosureBadRequest

NewCreateLegalDisclosureBadRequest creates a CreateLegalDisclosureBadRequest with default headers values

func (*CreateLegalDisclosureBadRequest) Error

func (*CreateLegalDisclosureBadRequest) GetPayload

func (*CreateLegalDisclosureBadRequest) IsClientError

func (o *CreateLegalDisclosureBadRequest) IsClientError() bool

IsClientError returns true when this create legal disclosure bad request response has a 4xx status code

func (*CreateLegalDisclosureBadRequest) IsCode

func (o *CreateLegalDisclosureBadRequest) IsCode(code int) bool

IsCode returns true when this create legal disclosure bad request response a status code equal to that given

func (*CreateLegalDisclosureBadRequest) IsRedirect

func (o *CreateLegalDisclosureBadRequest) IsRedirect() bool

IsRedirect returns true when this create legal disclosure bad request response has a 3xx status code

func (*CreateLegalDisclosureBadRequest) IsServerError

func (o *CreateLegalDisclosureBadRequest) IsServerError() bool

IsServerError returns true when this create legal disclosure bad request response has a 5xx status code

func (*CreateLegalDisclosureBadRequest) IsSuccess

func (o *CreateLegalDisclosureBadRequest) IsSuccess() bool

IsSuccess returns true when this create legal disclosure bad request response has a 2xx status code

func (*CreateLegalDisclosureBadRequest) String

type CreateLegalDisclosureCreated

type CreateLegalDisclosureCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureCreated describes a response with status code 201, with default header values.

The legal disclosure message was created for the order.

func NewCreateLegalDisclosureCreated

func NewCreateLegalDisclosureCreated() *CreateLegalDisclosureCreated

NewCreateLegalDisclosureCreated creates a CreateLegalDisclosureCreated with default headers values

func (*CreateLegalDisclosureCreated) Error

func (*CreateLegalDisclosureCreated) GetPayload

func (*CreateLegalDisclosureCreated) IsClientError

func (o *CreateLegalDisclosureCreated) IsClientError() bool

IsClientError returns true when this create legal disclosure created response has a 4xx status code

func (*CreateLegalDisclosureCreated) IsCode

func (o *CreateLegalDisclosureCreated) IsCode(code int) bool

IsCode returns true when this create legal disclosure created response a status code equal to that given

func (*CreateLegalDisclosureCreated) IsRedirect

func (o *CreateLegalDisclosureCreated) IsRedirect() bool

IsRedirect returns true when this create legal disclosure created response has a 3xx status code

func (*CreateLegalDisclosureCreated) IsServerError

func (o *CreateLegalDisclosureCreated) IsServerError() bool

IsServerError returns true when this create legal disclosure created response has a 5xx status code

func (*CreateLegalDisclosureCreated) IsSuccess

func (o *CreateLegalDisclosureCreated) IsSuccess() bool

IsSuccess returns true when this create legal disclosure created response has a 2xx status code

func (*CreateLegalDisclosureCreated) String

type CreateLegalDisclosureForbidden

type CreateLegalDisclosureForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateLegalDisclosureForbidden

func NewCreateLegalDisclosureForbidden() *CreateLegalDisclosureForbidden

NewCreateLegalDisclosureForbidden creates a CreateLegalDisclosureForbidden with default headers values

func (*CreateLegalDisclosureForbidden) Error

func (*CreateLegalDisclosureForbidden) GetPayload

func (*CreateLegalDisclosureForbidden) IsClientError

func (o *CreateLegalDisclosureForbidden) IsClientError() bool

IsClientError returns true when this create legal disclosure forbidden response has a 4xx status code

func (*CreateLegalDisclosureForbidden) IsCode

func (o *CreateLegalDisclosureForbidden) IsCode(code int) bool

IsCode returns true when this create legal disclosure forbidden response a status code equal to that given

func (*CreateLegalDisclosureForbidden) IsRedirect

func (o *CreateLegalDisclosureForbidden) IsRedirect() bool

IsRedirect returns true when this create legal disclosure forbidden response has a 3xx status code

func (*CreateLegalDisclosureForbidden) IsServerError

func (o *CreateLegalDisclosureForbidden) IsServerError() bool

IsServerError returns true when this create legal disclosure forbidden response has a 5xx status code

func (*CreateLegalDisclosureForbidden) IsSuccess

func (o *CreateLegalDisclosureForbidden) IsSuccess() bool

IsSuccess returns true when this create legal disclosure forbidden response has a 2xx status code

func (*CreateLegalDisclosureForbidden) String

type CreateLegalDisclosureInternalServerError

type CreateLegalDisclosureInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateLegalDisclosureInternalServerError

func NewCreateLegalDisclosureInternalServerError() *CreateLegalDisclosureInternalServerError

NewCreateLegalDisclosureInternalServerError creates a CreateLegalDisclosureInternalServerError with default headers values

func (*CreateLegalDisclosureInternalServerError) Error

func (*CreateLegalDisclosureInternalServerError) GetPayload

func (*CreateLegalDisclosureInternalServerError) IsClientError

IsClientError returns true when this create legal disclosure internal server error response has a 4xx status code

func (*CreateLegalDisclosureInternalServerError) IsCode

IsCode returns true when this create legal disclosure internal server error response a status code equal to that given

func (*CreateLegalDisclosureInternalServerError) IsRedirect

IsRedirect returns true when this create legal disclosure internal server error response has a 3xx status code

func (*CreateLegalDisclosureInternalServerError) IsServerError

IsServerError returns true when this create legal disclosure internal server error response has a 5xx status code

func (*CreateLegalDisclosureInternalServerError) IsSuccess

IsSuccess returns true when this create legal disclosure internal server error response has a 2xx status code

func (*CreateLegalDisclosureInternalServerError) String

type CreateLegalDisclosureNotFound

type CreateLegalDisclosureNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateLegalDisclosureNotFound

func NewCreateLegalDisclosureNotFound() *CreateLegalDisclosureNotFound

NewCreateLegalDisclosureNotFound creates a CreateLegalDisclosureNotFound with default headers values

func (*CreateLegalDisclosureNotFound) Error

func (*CreateLegalDisclosureNotFound) GetPayload

func (*CreateLegalDisclosureNotFound) IsClientError

func (o *CreateLegalDisclosureNotFound) IsClientError() bool

IsClientError returns true when this create legal disclosure not found response has a 4xx status code

func (*CreateLegalDisclosureNotFound) IsCode

func (o *CreateLegalDisclosureNotFound) IsCode(code int) bool

IsCode returns true when this create legal disclosure not found response a status code equal to that given

func (*CreateLegalDisclosureNotFound) IsRedirect

func (o *CreateLegalDisclosureNotFound) IsRedirect() bool

IsRedirect returns true when this create legal disclosure not found response has a 3xx status code

func (*CreateLegalDisclosureNotFound) IsServerError

func (o *CreateLegalDisclosureNotFound) IsServerError() bool

IsServerError returns true when this create legal disclosure not found response has a 5xx status code

func (*CreateLegalDisclosureNotFound) IsSuccess

func (o *CreateLegalDisclosureNotFound) IsSuccess() bool

IsSuccess returns true when this create legal disclosure not found response has a 2xx status code

func (*CreateLegalDisclosureNotFound) String

type CreateLegalDisclosureParams

type CreateLegalDisclosureParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateLegalDisclosureRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateLegalDisclosureParams contains all the parameters to send to the API endpoint

for the create legal disclosure operation.

Typically these are written to a http.Request.

func NewCreateLegalDisclosureParams

func NewCreateLegalDisclosureParams() *CreateLegalDisclosureParams

NewCreateLegalDisclosureParams creates a new CreateLegalDisclosureParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateLegalDisclosureParamsWithContext

func NewCreateLegalDisclosureParamsWithContext(ctx context.Context) *CreateLegalDisclosureParams

NewCreateLegalDisclosureParamsWithContext creates a new CreateLegalDisclosureParams object with the ability to set a context for a request.

func NewCreateLegalDisclosureParamsWithHTTPClient

func NewCreateLegalDisclosureParamsWithHTTPClient(client *http.Client) *CreateLegalDisclosureParams

NewCreateLegalDisclosureParamsWithHTTPClient creates a new CreateLegalDisclosureParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLegalDisclosureParamsWithTimeout

func NewCreateLegalDisclosureParamsWithTimeout(timeout time.Duration) *CreateLegalDisclosureParams

NewCreateLegalDisclosureParamsWithTimeout creates a new CreateLegalDisclosureParams object with the ability to set a timeout on a request.

func (*CreateLegalDisclosureParams) SetAmazonOrderID

func (o *CreateLegalDisclosureParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create legal disclosure params

func (*CreateLegalDisclosureParams) SetBody

SetBody adds the body to the create legal disclosure params

func (*CreateLegalDisclosureParams) SetContext

func (o *CreateLegalDisclosureParams) SetContext(ctx context.Context)

SetContext adds the context to the create legal disclosure params

func (*CreateLegalDisclosureParams) SetDefaults

func (o *CreateLegalDisclosureParams) SetDefaults()

SetDefaults hydrates default values in the create legal disclosure params (not the query body).

All values with no default are reset to their zero value.

func (*CreateLegalDisclosureParams) SetHTTPClient

func (o *CreateLegalDisclosureParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create legal disclosure params

func (*CreateLegalDisclosureParams) SetMarketplaceIds

func (o *CreateLegalDisclosureParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create legal disclosure params

func (*CreateLegalDisclosureParams) SetTimeout

func (o *CreateLegalDisclosureParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create legal disclosure params

func (*CreateLegalDisclosureParams) WithAmazonOrderID

func (o *CreateLegalDisclosureParams) WithAmazonOrderID(amazonOrderID string) *CreateLegalDisclosureParams

WithAmazonOrderID adds the amazonOrderID to the create legal disclosure params

func (*CreateLegalDisclosureParams) WithBody

WithBody adds the body to the create legal disclosure params

func (*CreateLegalDisclosureParams) WithContext

WithContext adds the context to the create legal disclosure params

func (*CreateLegalDisclosureParams) WithDefaults

WithDefaults hydrates default values in the create legal disclosure params (not the query body).

All values with no default are reset to their zero value.

func (*CreateLegalDisclosureParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create legal disclosure params

func (*CreateLegalDisclosureParams) WithMarketplaceIds

func (o *CreateLegalDisclosureParams) WithMarketplaceIds(marketplaceIds []string) *CreateLegalDisclosureParams

WithMarketplaceIds adds the marketplaceIds to the create legal disclosure params

func (*CreateLegalDisclosureParams) WithTimeout

WithTimeout adds the timeout to the create legal disclosure params

func (*CreateLegalDisclosureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateLegalDisclosureReader

type CreateLegalDisclosureReader struct {
	// contains filtered or unexported fields
}

CreateLegalDisclosureReader is a Reader for the CreateLegalDisclosure structure.

func (*CreateLegalDisclosureReader) ReadResponse

func (o *CreateLegalDisclosureReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateLegalDisclosureRequestEntityTooLarge

type CreateLegalDisclosureRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateLegalDisclosureRequestEntityTooLarge

func NewCreateLegalDisclosureRequestEntityTooLarge() *CreateLegalDisclosureRequestEntityTooLarge

NewCreateLegalDisclosureRequestEntityTooLarge creates a CreateLegalDisclosureRequestEntityTooLarge with default headers values

func (*CreateLegalDisclosureRequestEntityTooLarge) Error

func (*CreateLegalDisclosureRequestEntityTooLarge) GetPayload

func (*CreateLegalDisclosureRequestEntityTooLarge) IsClientError

IsClientError returns true when this create legal disclosure request entity too large response has a 4xx status code

func (*CreateLegalDisclosureRequestEntityTooLarge) IsCode

IsCode returns true when this create legal disclosure request entity too large response a status code equal to that given

func (*CreateLegalDisclosureRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create legal disclosure request entity too large response has a 3xx status code

func (*CreateLegalDisclosureRequestEntityTooLarge) IsServerError

IsServerError returns true when this create legal disclosure request entity too large response has a 5xx status code

func (*CreateLegalDisclosureRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create legal disclosure request entity too large response has a 2xx status code

func (*CreateLegalDisclosureRequestEntityTooLarge) String

type CreateLegalDisclosureServiceUnavailable

type CreateLegalDisclosureServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateLegalDisclosureServiceUnavailable

func NewCreateLegalDisclosureServiceUnavailable() *CreateLegalDisclosureServiceUnavailable

NewCreateLegalDisclosureServiceUnavailable creates a CreateLegalDisclosureServiceUnavailable with default headers values

func (*CreateLegalDisclosureServiceUnavailable) Error

func (*CreateLegalDisclosureServiceUnavailable) GetPayload

func (*CreateLegalDisclosureServiceUnavailable) IsClientError

func (o *CreateLegalDisclosureServiceUnavailable) IsClientError() bool

IsClientError returns true when this create legal disclosure service unavailable response has a 4xx status code

func (*CreateLegalDisclosureServiceUnavailable) IsCode

IsCode returns true when this create legal disclosure service unavailable response a status code equal to that given

func (*CreateLegalDisclosureServiceUnavailable) IsRedirect

IsRedirect returns true when this create legal disclosure service unavailable response has a 3xx status code

func (*CreateLegalDisclosureServiceUnavailable) IsServerError

func (o *CreateLegalDisclosureServiceUnavailable) IsServerError() bool

IsServerError returns true when this create legal disclosure service unavailable response has a 5xx status code

func (*CreateLegalDisclosureServiceUnavailable) IsSuccess

IsSuccess returns true when this create legal disclosure service unavailable response has a 2xx status code

func (*CreateLegalDisclosureServiceUnavailable) String

type CreateLegalDisclosureTooManyRequests

type CreateLegalDisclosureTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateLegalDisclosureTooManyRequests

func NewCreateLegalDisclosureTooManyRequests() *CreateLegalDisclosureTooManyRequests

NewCreateLegalDisclosureTooManyRequests creates a CreateLegalDisclosureTooManyRequests with default headers values

func (*CreateLegalDisclosureTooManyRequests) Error

func (*CreateLegalDisclosureTooManyRequests) GetPayload

func (*CreateLegalDisclosureTooManyRequests) IsClientError

func (o *CreateLegalDisclosureTooManyRequests) IsClientError() bool

IsClientError returns true when this create legal disclosure too many requests response has a 4xx status code

func (*CreateLegalDisclosureTooManyRequests) IsCode

IsCode returns true when this create legal disclosure too many requests response a status code equal to that given

func (*CreateLegalDisclosureTooManyRequests) IsRedirect

IsRedirect returns true when this create legal disclosure too many requests response has a 3xx status code

func (*CreateLegalDisclosureTooManyRequests) IsServerError

func (o *CreateLegalDisclosureTooManyRequests) IsServerError() bool

IsServerError returns true when this create legal disclosure too many requests response has a 5xx status code

func (*CreateLegalDisclosureTooManyRequests) IsSuccess

IsSuccess returns true when this create legal disclosure too many requests response has a 2xx status code

func (*CreateLegalDisclosureTooManyRequests) String

type CreateLegalDisclosureUnsupportedMediaType

type CreateLegalDisclosureUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateLegalDisclosureResponse
}

CreateLegalDisclosureUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateLegalDisclosureUnsupportedMediaType

func NewCreateLegalDisclosureUnsupportedMediaType() *CreateLegalDisclosureUnsupportedMediaType

NewCreateLegalDisclosureUnsupportedMediaType creates a CreateLegalDisclosureUnsupportedMediaType with default headers values

func (*CreateLegalDisclosureUnsupportedMediaType) Error

func (*CreateLegalDisclosureUnsupportedMediaType) GetPayload

func (*CreateLegalDisclosureUnsupportedMediaType) IsClientError

IsClientError returns true when this create legal disclosure unsupported media type response has a 4xx status code

func (*CreateLegalDisclosureUnsupportedMediaType) IsCode

IsCode returns true when this create legal disclosure unsupported media type response a status code equal to that given

func (*CreateLegalDisclosureUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create legal disclosure unsupported media type response has a 3xx status code

func (*CreateLegalDisclosureUnsupportedMediaType) IsServerError

IsServerError returns true when this create legal disclosure unsupported media type response has a 5xx status code

func (*CreateLegalDisclosureUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create legal disclosure unsupported media type response has a 2xx status code

func (*CreateLegalDisclosureUnsupportedMediaType) String

type CreateNegativeFeedbackRemovalBadRequest

type CreateNegativeFeedbackRemovalBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateNegativeFeedbackRemovalBadRequest

func NewCreateNegativeFeedbackRemovalBadRequest() *CreateNegativeFeedbackRemovalBadRequest

NewCreateNegativeFeedbackRemovalBadRequest creates a CreateNegativeFeedbackRemovalBadRequest with default headers values

func (*CreateNegativeFeedbackRemovalBadRequest) Error

func (*CreateNegativeFeedbackRemovalBadRequest) GetPayload

func (*CreateNegativeFeedbackRemovalBadRequest) IsClientError

func (o *CreateNegativeFeedbackRemovalBadRequest) IsClientError() bool

IsClientError returns true when this create negative feedback removal bad request response has a 4xx status code

func (*CreateNegativeFeedbackRemovalBadRequest) IsCode

IsCode returns true when this create negative feedback removal bad request response a status code equal to that given

func (*CreateNegativeFeedbackRemovalBadRequest) IsRedirect

IsRedirect returns true when this create negative feedback removal bad request response has a 3xx status code

func (*CreateNegativeFeedbackRemovalBadRequest) IsServerError

func (o *CreateNegativeFeedbackRemovalBadRequest) IsServerError() bool

IsServerError returns true when this create negative feedback removal bad request response has a 5xx status code

func (*CreateNegativeFeedbackRemovalBadRequest) IsSuccess

IsSuccess returns true when this create negative feedback removal bad request response has a 2xx status code

func (*CreateNegativeFeedbackRemovalBadRequest) String

type CreateNegativeFeedbackRemovalCreated

type CreateNegativeFeedbackRemovalCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalCreated describes a response with status code 201, with default header values.

The negativeFeedbackRemoval message was created for the order.

func NewCreateNegativeFeedbackRemovalCreated

func NewCreateNegativeFeedbackRemovalCreated() *CreateNegativeFeedbackRemovalCreated

NewCreateNegativeFeedbackRemovalCreated creates a CreateNegativeFeedbackRemovalCreated with default headers values

func (*CreateNegativeFeedbackRemovalCreated) Error

func (*CreateNegativeFeedbackRemovalCreated) GetPayload

func (*CreateNegativeFeedbackRemovalCreated) IsClientError

func (o *CreateNegativeFeedbackRemovalCreated) IsClientError() bool

IsClientError returns true when this create negative feedback removal created response has a 4xx status code

func (*CreateNegativeFeedbackRemovalCreated) IsCode

IsCode returns true when this create negative feedback removal created response a status code equal to that given

func (*CreateNegativeFeedbackRemovalCreated) IsRedirect

IsRedirect returns true when this create negative feedback removal created response has a 3xx status code

func (*CreateNegativeFeedbackRemovalCreated) IsServerError

func (o *CreateNegativeFeedbackRemovalCreated) IsServerError() bool

IsServerError returns true when this create negative feedback removal created response has a 5xx status code

func (*CreateNegativeFeedbackRemovalCreated) IsSuccess

IsSuccess returns true when this create negative feedback removal created response has a 2xx status code

func (*CreateNegativeFeedbackRemovalCreated) String

type CreateNegativeFeedbackRemovalForbidden

type CreateNegativeFeedbackRemovalForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateNegativeFeedbackRemovalForbidden

func NewCreateNegativeFeedbackRemovalForbidden() *CreateNegativeFeedbackRemovalForbidden

NewCreateNegativeFeedbackRemovalForbidden creates a CreateNegativeFeedbackRemovalForbidden with default headers values

func (*CreateNegativeFeedbackRemovalForbidden) Error

func (*CreateNegativeFeedbackRemovalForbidden) GetPayload

func (*CreateNegativeFeedbackRemovalForbidden) IsClientError

func (o *CreateNegativeFeedbackRemovalForbidden) IsClientError() bool

IsClientError returns true when this create negative feedback removal forbidden response has a 4xx status code

func (*CreateNegativeFeedbackRemovalForbidden) IsCode

IsCode returns true when this create negative feedback removal forbidden response a status code equal to that given

func (*CreateNegativeFeedbackRemovalForbidden) IsRedirect

IsRedirect returns true when this create negative feedback removal forbidden response has a 3xx status code

func (*CreateNegativeFeedbackRemovalForbidden) IsServerError

func (o *CreateNegativeFeedbackRemovalForbidden) IsServerError() bool

IsServerError returns true when this create negative feedback removal forbidden response has a 5xx status code

func (*CreateNegativeFeedbackRemovalForbidden) IsSuccess

IsSuccess returns true when this create negative feedback removal forbidden response has a 2xx status code

func (*CreateNegativeFeedbackRemovalForbidden) String

type CreateNegativeFeedbackRemovalInternalServerError

type CreateNegativeFeedbackRemovalInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateNegativeFeedbackRemovalInternalServerError

func NewCreateNegativeFeedbackRemovalInternalServerError() *CreateNegativeFeedbackRemovalInternalServerError

NewCreateNegativeFeedbackRemovalInternalServerError creates a CreateNegativeFeedbackRemovalInternalServerError with default headers values

func (*CreateNegativeFeedbackRemovalInternalServerError) Error

func (*CreateNegativeFeedbackRemovalInternalServerError) GetPayload

func (*CreateNegativeFeedbackRemovalInternalServerError) IsClientError

IsClientError returns true when this create negative feedback removal internal server error response has a 4xx status code

func (*CreateNegativeFeedbackRemovalInternalServerError) IsCode

IsCode returns true when this create negative feedback removal internal server error response a status code equal to that given

func (*CreateNegativeFeedbackRemovalInternalServerError) IsRedirect

IsRedirect returns true when this create negative feedback removal internal server error response has a 3xx status code

func (*CreateNegativeFeedbackRemovalInternalServerError) IsServerError

IsServerError returns true when this create negative feedback removal internal server error response has a 5xx status code

func (*CreateNegativeFeedbackRemovalInternalServerError) IsSuccess

IsSuccess returns true when this create negative feedback removal internal server error response has a 2xx status code

func (*CreateNegativeFeedbackRemovalInternalServerError) String

type CreateNegativeFeedbackRemovalNotFound

type CreateNegativeFeedbackRemovalNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateNegativeFeedbackRemovalNotFound

func NewCreateNegativeFeedbackRemovalNotFound() *CreateNegativeFeedbackRemovalNotFound

NewCreateNegativeFeedbackRemovalNotFound creates a CreateNegativeFeedbackRemovalNotFound with default headers values

func (*CreateNegativeFeedbackRemovalNotFound) Error

func (*CreateNegativeFeedbackRemovalNotFound) GetPayload

func (*CreateNegativeFeedbackRemovalNotFound) IsClientError

func (o *CreateNegativeFeedbackRemovalNotFound) IsClientError() bool

IsClientError returns true when this create negative feedback removal not found response has a 4xx status code

func (*CreateNegativeFeedbackRemovalNotFound) IsCode

IsCode returns true when this create negative feedback removal not found response a status code equal to that given

func (*CreateNegativeFeedbackRemovalNotFound) IsRedirect

IsRedirect returns true when this create negative feedback removal not found response has a 3xx status code

func (*CreateNegativeFeedbackRemovalNotFound) IsServerError

func (o *CreateNegativeFeedbackRemovalNotFound) IsServerError() bool

IsServerError returns true when this create negative feedback removal not found response has a 5xx status code

func (*CreateNegativeFeedbackRemovalNotFound) IsSuccess

IsSuccess returns true when this create negative feedback removal not found response has a 2xx status code

func (*CreateNegativeFeedbackRemovalNotFound) String

type CreateNegativeFeedbackRemovalParams

type CreateNegativeFeedbackRemovalParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateNegativeFeedbackRemovalParams contains all the parameters to send to the API endpoint

for the create negative feedback removal operation.

Typically these are written to a http.Request.

func NewCreateNegativeFeedbackRemovalParams

func NewCreateNegativeFeedbackRemovalParams() *CreateNegativeFeedbackRemovalParams

NewCreateNegativeFeedbackRemovalParams creates a new CreateNegativeFeedbackRemovalParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateNegativeFeedbackRemovalParamsWithContext

func NewCreateNegativeFeedbackRemovalParamsWithContext(ctx context.Context) *CreateNegativeFeedbackRemovalParams

NewCreateNegativeFeedbackRemovalParamsWithContext creates a new CreateNegativeFeedbackRemovalParams object with the ability to set a context for a request.

func NewCreateNegativeFeedbackRemovalParamsWithHTTPClient

func NewCreateNegativeFeedbackRemovalParamsWithHTTPClient(client *http.Client) *CreateNegativeFeedbackRemovalParams

NewCreateNegativeFeedbackRemovalParamsWithHTTPClient creates a new CreateNegativeFeedbackRemovalParams object with the ability to set a custom HTTPClient for a request.

func NewCreateNegativeFeedbackRemovalParamsWithTimeout

func NewCreateNegativeFeedbackRemovalParamsWithTimeout(timeout time.Duration) *CreateNegativeFeedbackRemovalParams

NewCreateNegativeFeedbackRemovalParamsWithTimeout creates a new CreateNegativeFeedbackRemovalParams object with the ability to set a timeout on a request.

func (*CreateNegativeFeedbackRemovalParams) SetAmazonOrderID

func (o *CreateNegativeFeedbackRemovalParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) SetContext

SetContext adds the context to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) SetDefaults

func (o *CreateNegativeFeedbackRemovalParams) SetDefaults()

SetDefaults hydrates default values in the create negative feedback removal params (not the query body).

All values with no default are reset to their zero value.

func (*CreateNegativeFeedbackRemovalParams) SetHTTPClient

func (o *CreateNegativeFeedbackRemovalParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) SetMarketplaceIds

func (o *CreateNegativeFeedbackRemovalParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) SetTimeout

func (o *CreateNegativeFeedbackRemovalParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) WithAmazonOrderID

WithAmazonOrderID adds the amazonOrderID to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) WithContext

WithContext adds the context to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) WithDefaults

WithDefaults hydrates default values in the create negative feedback removal params (not the query body).

All values with no default are reset to their zero value.

func (*CreateNegativeFeedbackRemovalParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) WithMarketplaceIds

func (o *CreateNegativeFeedbackRemovalParams) WithMarketplaceIds(marketplaceIds []string) *CreateNegativeFeedbackRemovalParams

WithMarketplaceIds adds the marketplaceIds to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) WithTimeout

WithTimeout adds the timeout to the create negative feedback removal params

func (*CreateNegativeFeedbackRemovalParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNegativeFeedbackRemovalReader

type CreateNegativeFeedbackRemovalReader struct {
	// contains filtered or unexported fields
}

CreateNegativeFeedbackRemovalReader is a Reader for the CreateNegativeFeedbackRemoval structure.

func (*CreateNegativeFeedbackRemovalReader) ReadResponse

func (o *CreateNegativeFeedbackRemovalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateNegativeFeedbackRemovalRequestEntityTooLarge

type CreateNegativeFeedbackRemovalRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateNegativeFeedbackRemovalRequestEntityTooLarge

func NewCreateNegativeFeedbackRemovalRequestEntityTooLarge() *CreateNegativeFeedbackRemovalRequestEntityTooLarge

NewCreateNegativeFeedbackRemovalRequestEntityTooLarge creates a CreateNegativeFeedbackRemovalRequestEntityTooLarge with default headers values

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) Error

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) GetPayload

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) IsClientError

IsClientError returns true when this create negative feedback removal request entity too large response has a 4xx status code

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) IsCode

IsCode returns true when this create negative feedback removal request entity too large response a status code equal to that given

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create negative feedback removal request entity too large response has a 3xx status code

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) IsServerError

IsServerError returns true when this create negative feedback removal request entity too large response has a 5xx status code

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create negative feedback removal request entity too large response has a 2xx status code

func (*CreateNegativeFeedbackRemovalRequestEntityTooLarge) String

type CreateNegativeFeedbackRemovalServiceUnavailable

type CreateNegativeFeedbackRemovalServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateNegativeFeedbackRemovalServiceUnavailable

func NewCreateNegativeFeedbackRemovalServiceUnavailable() *CreateNegativeFeedbackRemovalServiceUnavailable

NewCreateNegativeFeedbackRemovalServiceUnavailable creates a CreateNegativeFeedbackRemovalServiceUnavailable with default headers values

func (*CreateNegativeFeedbackRemovalServiceUnavailable) Error

func (*CreateNegativeFeedbackRemovalServiceUnavailable) GetPayload

func (*CreateNegativeFeedbackRemovalServiceUnavailable) IsClientError

IsClientError returns true when this create negative feedback removal service unavailable response has a 4xx status code

func (*CreateNegativeFeedbackRemovalServiceUnavailable) IsCode

IsCode returns true when this create negative feedback removal service unavailable response a status code equal to that given

func (*CreateNegativeFeedbackRemovalServiceUnavailable) IsRedirect

IsRedirect returns true when this create negative feedback removal service unavailable response has a 3xx status code

func (*CreateNegativeFeedbackRemovalServiceUnavailable) IsServerError

IsServerError returns true when this create negative feedback removal service unavailable response has a 5xx status code

func (*CreateNegativeFeedbackRemovalServiceUnavailable) IsSuccess

IsSuccess returns true when this create negative feedback removal service unavailable response has a 2xx status code

func (*CreateNegativeFeedbackRemovalServiceUnavailable) String

type CreateNegativeFeedbackRemovalTooManyRequests

type CreateNegativeFeedbackRemovalTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateNegativeFeedbackRemovalTooManyRequests

func NewCreateNegativeFeedbackRemovalTooManyRequests() *CreateNegativeFeedbackRemovalTooManyRequests

NewCreateNegativeFeedbackRemovalTooManyRequests creates a CreateNegativeFeedbackRemovalTooManyRequests with default headers values

func (*CreateNegativeFeedbackRemovalTooManyRequests) Error

func (*CreateNegativeFeedbackRemovalTooManyRequests) GetPayload

func (*CreateNegativeFeedbackRemovalTooManyRequests) IsClientError

IsClientError returns true when this create negative feedback removal too many requests response has a 4xx status code

func (*CreateNegativeFeedbackRemovalTooManyRequests) IsCode

IsCode returns true when this create negative feedback removal too many requests response a status code equal to that given

func (*CreateNegativeFeedbackRemovalTooManyRequests) IsRedirect

IsRedirect returns true when this create negative feedback removal too many requests response has a 3xx status code

func (*CreateNegativeFeedbackRemovalTooManyRequests) IsServerError

IsServerError returns true when this create negative feedback removal too many requests response has a 5xx status code

func (*CreateNegativeFeedbackRemovalTooManyRequests) IsSuccess

IsSuccess returns true when this create negative feedback removal too many requests response has a 2xx status code

func (*CreateNegativeFeedbackRemovalTooManyRequests) String

type CreateNegativeFeedbackRemovalUnsupportedMediaType

type CreateNegativeFeedbackRemovalUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateNegativeFeedbackRemovalResponse
}

CreateNegativeFeedbackRemovalUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateNegativeFeedbackRemovalUnsupportedMediaType

func NewCreateNegativeFeedbackRemovalUnsupportedMediaType() *CreateNegativeFeedbackRemovalUnsupportedMediaType

NewCreateNegativeFeedbackRemovalUnsupportedMediaType creates a CreateNegativeFeedbackRemovalUnsupportedMediaType with default headers values

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) Error

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) GetPayload

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) IsClientError

IsClientError returns true when this create negative feedback removal unsupported media type response has a 4xx status code

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) IsCode

IsCode returns true when this create negative feedback removal unsupported media type response a status code equal to that given

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create negative feedback removal unsupported media type response has a 3xx status code

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) IsServerError

IsServerError returns true when this create negative feedback removal unsupported media type response has a 5xx status code

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create negative feedback removal unsupported media type response has a 2xx status code

func (*CreateNegativeFeedbackRemovalUnsupportedMediaType) String

type CreateUnexpectedProblemBadRequest

type CreateUnexpectedProblemBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateUnexpectedProblemBadRequest

func NewCreateUnexpectedProblemBadRequest() *CreateUnexpectedProblemBadRequest

NewCreateUnexpectedProblemBadRequest creates a CreateUnexpectedProblemBadRequest with default headers values

func (*CreateUnexpectedProblemBadRequest) Error

func (*CreateUnexpectedProblemBadRequest) GetPayload

func (*CreateUnexpectedProblemBadRequest) IsClientError

func (o *CreateUnexpectedProblemBadRequest) IsClientError() bool

IsClientError returns true when this create unexpected problem bad request response has a 4xx status code

func (*CreateUnexpectedProblemBadRequest) IsCode

func (o *CreateUnexpectedProblemBadRequest) IsCode(code int) bool

IsCode returns true when this create unexpected problem bad request response a status code equal to that given

func (*CreateUnexpectedProblemBadRequest) IsRedirect

func (o *CreateUnexpectedProblemBadRequest) IsRedirect() bool

IsRedirect returns true when this create unexpected problem bad request response has a 3xx status code

func (*CreateUnexpectedProblemBadRequest) IsServerError

func (o *CreateUnexpectedProblemBadRequest) IsServerError() bool

IsServerError returns true when this create unexpected problem bad request response has a 5xx status code

func (*CreateUnexpectedProblemBadRequest) IsSuccess

func (o *CreateUnexpectedProblemBadRequest) IsSuccess() bool

IsSuccess returns true when this create unexpected problem bad request response has a 2xx status code

func (*CreateUnexpectedProblemBadRequest) String

type CreateUnexpectedProblemCreated

type CreateUnexpectedProblemCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateUnexpectedProblemCreated

func NewCreateUnexpectedProblemCreated() *CreateUnexpectedProblemCreated

NewCreateUnexpectedProblemCreated creates a CreateUnexpectedProblemCreated with default headers values

func (*CreateUnexpectedProblemCreated) Error

func (*CreateUnexpectedProblemCreated) GetPayload

func (*CreateUnexpectedProblemCreated) IsClientError

func (o *CreateUnexpectedProblemCreated) IsClientError() bool

IsClientError returns true when this create unexpected problem created response has a 4xx status code

func (*CreateUnexpectedProblemCreated) IsCode

func (o *CreateUnexpectedProblemCreated) IsCode(code int) bool

IsCode returns true when this create unexpected problem created response a status code equal to that given

func (*CreateUnexpectedProblemCreated) IsRedirect

func (o *CreateUnexpectedProblemCreated) IsRedirect() bool

IsRedirect returns true when this create unexpected problem created response has a 3xx status code

func (*CreateUnexpectedProblemCreated) IsServerError

func (o *CreateUnexpectedProblemCreated) IsServerError() bool

IsServerError returns true when this create unexpected problem created response has a 5xx status code

func (*CreateUnexpectedProblemCreated) IsSuccess

func (o *CreateUnexpectedProblemCreated) IsSuccess() bool

IsSuccess returns true when this create unexpected problem created response has a 2xx status code

func (*CreateUnexpectedProblemCreated) String

type CreateUnexpectedProblemForbidden

type CreateUnexpectedProblemForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateUnexpectedProblemForbidden

func NewCreateUnexpectedProblemForbidden() *CreateUnexpectedProblemForbidden

NewCreateUnexpectedProblemForbidden creates a CreateUnexpectedProblemForbidden with default headers values

func (*CreateUnexpectedProblemForbidden) Error

func (*CreateUnexpectedProblemForbidden) GetPayload

func (*CreateUnexpectedProblemForbidden) IsClientError

func (o *CreateUnexpectedProblemForbidden) IsClientError() bool

IsClientError returns true when this create unexpected problem forbidden response has a 4xx status code

func (*CreateUnexpectedProblemForbidden) IsCode

func (o *CreateUnexpectedProblemForbidden) IsCode(code int) bool

IsCode returns true when this create unexpected problem forbidden response a status code equal to that given

func (*CreateUnexpectedProblemForbidden) IsRedirect

func (o *CreateUnexpectedProblemForbidden) IsRedirect() bool

IsRedirect returns true when this create unexpected problem forbidden response has a 3xx status code

func (*CreateUnexpectedProblemForbidden) IsServerError

func (o *CreateUnexpectedProblemForbidden) IsServerError() bool

IsServerError returns true when this create unexpected problem forbidden response has a 5xx status code

func (*CreateUnexpectedProblemForbidden) IsSuccess

func (o *CreateUnexpectedProblemForbidden) IsSuccess() bool

IsSuccess returns true when this create unexpected problem forbidden response has a 2xx status code

func (*CreateUnexpectedProblemForbidden) String

type CreateUnexpectedProblemInternalServerError

type CreateUnexpectedProblemInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateUnexpectedProblemInternalServerError

func NewCreateUnexpectedProblemInternalServerError() *CreateUnexpectedProblemInternalServerError

NewCreateUnexpectedProblemInternalServerError creates a CreateUnexpectedProblemInternalServerError with default headers values

func (*CreateUnexpectedProblemInternalServerError) Error

func (*CreateUnexpectedProblemInternalServerError) GetPayload

func (*CreateUnexpectedProblemInternalServerError) IsClientError

IsClientError returns true when this create unexpected problem internal server error response has a 4xx status code

func (*CreateUnexpectedProblemInternalServerError) IsCode

IsCode returns true when this create unexpected problem internal server error response a status code equal to that given

func (*CreateUnexpectedProblemInternalServerError) IsRedirect

IsRedirect returns true when this create unexpected problem internal server error response has a 3xx status code

func (*CreateUnexpectedProblemInternalServerError) IsServerError

IsServerError returns true when this create unexpected problem internal server error response has a 5xx status code

func (*CreateUnexpectedProblemInternalServerError) IsSuccess

IsSuccess returns true when this create unexpected problem internal server error response has a 2xx status code

func (*CreateUnexpectedProblemInternalServerError) String

type CreateUnexpectedProblemNotFound

type CreateUnexpectedProblemNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateUnexpectedProblemNotFound

func NewCreateUnexpectedProblemNotFound() *CreateUnexpectedProblemNotFound

NewCreateUnexpectedProblemNotFound creates a CreateUnexpectedProblemNotFound with default headers values

func (*CreateUnexpectedProblemNotFound) Error

func (*CreateUnexpectedProblemNotFound) GetPayload

func (*CreateUnexpectedProblemNotFound) IsClientError

func (o *CreateUnexpectedProblemNotFound) IsClientError() bool

IsClientError returns true when this create unexpected problem not found response has a 4xx status code

func (*CreateUnexpectedProblemNotFound) IsCode

func (o *CreateUnexpectedProblemNotFound) IsCode(code int) bool

IsCode returns true when this create unexpected problem not found response a status code equal to that given

func (*CreateUnexpectedProblemNotFound) IsRedirect

func (o *CreateUnexpectedProblemNotFound) IsRedirect() bool

IsRedirect returns true when this create unexpected problem not found response has a 3xx status code

func (*CreateUnexpectedProblemNotFound) IsServerError

func (o *CreateUnexpectedProblemNotFound) IsServerError() bool

IsServerError returns true when this create unexpected problem not found response has a 5xx status code

func (*CreateUnexpectedProblemNotFound) IsSuccess

func (o *CreateUnexpectedProblemNotFound) IsSuccess() bool

IsSuccess returns true when this create unexpected problem not found response has a 2xx status code

func (*CreateUnexpectedProblemNotFound) String

type CreateUnexpectedProblemParams

type CreateUnexpectedProblemParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateUnexpectedProblemRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateUnexpectedProblemParams contains all the parameters to send to the API endpoint

for the create unexpected problem operation.

Typically these are written to a http.Request.

func NewCreateUnexpectedProblemParams

func NewCreateUnexpectedProblemParams() *CreateUnexpectedProblemParams

NewCreateUnexpectedProblemParams creates a new CreateUnexpectedProblemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateUnexpectedProblemParamsWithContext

func NewCreateUnexpectedProblemParamsWithContext(ctx context.Context) *CreateUnexpectedProblemParams

NewCreateUnexpectedProblemParamsWithContext creates a new CreateUnexpectedProblemParams object with the ability to set a context for a request.

func NewCreateUnexpectedProblemParamsWithHTTPClient

func NewCreateUnexpectedProblemParamsWithHTTPClient(client *http.Client) *CreateUnexpectedProblemParams

NewCreateUnexpectedProblemParamsWithHTTPClient creates a new CreateUnexpectedProblemParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUnexpectedProblemParamsWithTimeout

func NewCreateUnexpectedProblemParamsWithTimeout(timeout time.Duration) *CreateUnexpectedProblemParams

NewCreateUnexpectedProblemParamsWithTimeout creates a new CreateUnexpectedProblemParams object with the ability to set a timeout on a request.

func (*CreateUnexpectedProblemParams) SetAmazonOrderID

func (o *CreateUnexpectedProblemParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create unexpected problem params

func (*CreateUnexpectedProblemParams) SetBody

SetBody adds the body to the create unexpected problem params

func (*CreateUnexpectedProblemParams) SetContext

func (o *CreateUnexpectedProblemParams) SetContext(ctx context.Context)

SetContext adds the context to the create unexpected problem params

func (*CreateUnexpectedProblemParams) SetDefaults

func (o *CreateUnexpectedProblemParams) SetDefaults()

SetDefaults hydrates default values in the create unexpected problem params (not the query body).

All values with no default are reset to their zero value.

func (*CreateUnexpectedProblemParams) SetHTTPClient

func (o *CreateUnexpectedProblemParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create unexpected problem params

func (*CreateUnexpectedProblemParams) SetMarketplaceIds

func (o *CreateUnexpectedProblemParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create unexpected problem params

func (*CreateUnexpectedProblemParams) SetTimeout

func (o *CreateUnexpectedProblemParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WithAmazonOrderID

func (o *CreateUnexpectedProblemParams) WithAmazonOrderID(amazonOrderID string) *CreateUnexpectedProblemParams

WithAmazonOrderID adds the amazonOrderID to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WithBody

WithBody adds the body to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WithContext

WithContext adds the context to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WithDefaults

WithDefaults hydrates default values in the create unexpected problem params (not the query body).

All values with no default are reset to their zero value.

func (*CreateUnexpectedProblemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WithMarketplaceIds

func (o *CreateUnexpectedProblemParams) WithMarketplaceIds(marketplaceIds []string) *CreateUnexpectedProblemParams

WithMarketplaceIds adds the marketplaceIds to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WithTimeout

WithTimeout adds the timeout to the create unexpected problem params

func (*CreateUnexpectedProblemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUnexpectedProblemReader

type CreateUnexpectedProblemReader struct {
	// contains filtered or unexported fields
}

CreateUnexpectedProblemReader is a Reader for the CreateUnexpectedProblem structure.

func (*CreateUnexpectedProblemReader) ReadResponse

func (o *CreateUnexpectedProblemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateUnexpectedProblemRequestEntityTooLarge

type CreateUnexpectedProblemRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateUnexpectedProblemRequestEntityTooLarge

func NewCreateUnexpectedProblemRequestEntityTooLarge() *CreateUnexpectedProblemRequestEntityTooLarge

NewCreateUnexpectedProblemRequestEntityTooLarge creates a CreateUnexpectedProblemRequestEntityTooLarge with default headers values

func (*CreateUnexpectedProblemRequestEntityTooLarge) Error

func (*CreateUnexpectedProblemRequestEntityTooLarge) GetPayload

func (*CreateUnexpectedProblemRequestEntityTooLarge) IsClientError

IsClientError returns true when this create unexpected problem request entity too large response has a 4xx status code

func (*CreateUnexpectedProblemRequestEntityTooLarge) IsCode

IsCode returns true when this create unexpected problem request entity too large response a status code equal to that given

func (*CreateUnexpectedProblemRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create unexpected problem request entity too large response has a 3xx status code

func (*CreateUnexpectedProblemRequestEntityTooLarge) IsServerError

IsServerError returns true when this create unexpected problem request entity too large response has a 5xx status code

func (*CreateUnexpectedProblemRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create unexpected problem request entity too large response has a 2xx status code

func (*CreateUnexpectedProblemRequestEntityTooLarge) String

type CreateUnexpectedProblemServiceUnavailable

type CreateUnexpectedProblemServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateUnexpectedProblemServiceUnavailable

func NewCreateUnexpectedProblemServiceUnavailable() *CreateUnexpectedProblemServiceUnavailable

NewCreateUnexpectedProblemServiceUnavailable creates a CreateUnexpectedProblemServiceUnavailable with default headers values

func (*CreateUnexpectedProblemServiceUnavailable) Error

func (*CreateUnexpectedProblemServiceUnavailable) GetPayload

func (*CreateUnexpectedProblemServiceUnavailable) IsClientError

IsClientError returns true when this create unexpected problem service unavailable response has a 4xx status code

func (*CreateUnexpectedProblemServiceUnavailable) IsCode

IsCode returns true when this create unexpected problem service unavailable response a status code equal to that given

func (*CreateUnexpectedProblemServiceUnavailable) IsRedirect

IsRedirect returns true when this create unexpected problem service unavailable response has a 3xx status code

func (*CreateUnexpectedProblemServiceUnavailable) IsServerError

IsServerError returns true when this create unexpected problem service unavailable response has a 5xx status code

func (*CreateUnexpectedProblemServiceUnavailable) IsSuccess

IsSuccess returns true when this create unexpected problem service unavailable response has a 2xx status code

func (*CreateUnexpectedProblemServiceUnavailable) String

type CreateUnexpectedProblemTooManyRequests

type CreateUnexpectedProblemTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateUnexpectedProblemTooManyRequests

func NewCreateUnexpectedProblemTooManyRequests() *CreateUnexpectedProblemTooManyRequests

NewCreateUnexpectedProblemTooManyRequests creates a CreateUnexpectedProblemTooManyRequests with default headers values

func (*CreateUnexpectedProblemTooManyRequests) Error

func (*CreateUnexpectedProblemTooManyRequests) GetPayload

func (*CreateUnexpectedProblemTooManyRequests) IsClientError

func (o *CreateUnexpectedProblemTooManyRequests) IsClientError() bool

IsClientError returns true when this create unexpected problem too many requests response has a 4xx status code

func (*CreateUnexpectedProblemTooManyRequests) IsCode

IsCode returns true when this create unexpected problem too many requests response a status code equal to that given

func (*CreateUnexpectedProblemTooManyRequests) IsRedirect

IsRedirect returns true when this create unexpected problem too many requests response has a 3xx status code

func (*CreateUnexpectedProblemTooManyRequests) IsServerError

func (o *CreateUnexpectedProblemTooManyRequests) IsServerError() bool

IsServerError returns true when this create unexpected problem too many requests response has a 5xx status code

func (*CreateUnexpectedProblemTooManyRequests) IsSuccess

IsSuccess returns true when this create unexpected problem too many requests response has a 2xx status code

func (*CreateUnexpectedProblemTooManyRequests) String

type CreateUnexpectedProblemUnsupportedMediaType

type CreateUnexpectedProblemUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateUnexpectedProblemResponse
}

CreateUnexpectedProblemUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateUnexpectedProblemUnsupportedMediaType

func NewCreateUnexpectedProblemUnsupportedMediaType() *CreateUnexpectedProblemUnsupportedMediaType

NewCreateUnexpectedProblemUnsupportedMediaType creates a CreateUnexpectedProblemUnsupportedMediaType with default headers values

func (*CreateUnexpectedProblemUnsupportedMediaType) Error

func (*CreateUnexpectedProblemUnsupportedMediaType) GetPayload

func (*CreateUnexpectedProblemUnsupportedMediaType) IsClientError

IsClientError returns true when this create unexpected problem unsupported media type response has a 4xx status code

func (*CreateUnexpectedProblemUnsupportedMediaType) IsCode

IsCode returns true when this create unexpected problem unsupported media type response a status code equal to that given

func (*CreateUnexpectedProblemUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create unexpected problem unsupported media type response has a 3xx status code

func (*CreateUnexpectedProblemUnsupportedMediaType) IsServerError

IsServerError returns true when this create unexpected problem unsupported media type response has a 5xx status code

func (*CreateUnexpectedProblemUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create unexpected problem unsupported media type response has a 2xx status code

func (*CreateUnexpectedProblemUnsupportedMediaType) String

type CreateWarrantyBadRequest

type CreateWarrantyBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewCreateWarrantyBadRequest

func NewCreateWarrantyBadRequest() *CreateWarrantyBadRequest

NewCreateWarrantyBadRequest creates a CreateWarrantyBadRequest with default headers values

func (*CreateWarrantyBadRequest) Error

func (o *CreateWarrantyBadRequest) Error() string

func (*CreateWarrantyBadRequest) GetPayload

func (*CreateWarrantyBadRequest) IsClientError

func (o *CreateWarrantyBadRequest) IsClientError() bool

IsClientError returns true when this create warranty bad request response has a 4xx status code

func (*CreateWarrantyBadRequest) IsCode

func (o *CreateWarrantyBadRequest) IsCode(code int) bool

IsCode returns true when this create warranty bad request response a status code equal to that given

func (*CreateWarrantyBadRequest) IsRedirect

func (o *CreateWarrantyBadRequest) IsRedirect() bool

IsRedirect returns true when this create warranty bad request response has a 3xx status code

func (*CreateWarrantyBadRequest) IsServerError

func (o *CreateWarrantyBadRequest) IsServerError() bool

IsServerError returns true when this create warranty bad request response has a 5xx status code

func (*CreateWarrantyBadRequest) IsSuccess

func (o *CreateWarrantyBadRequest) IsSuccess() bool

IsSuccess returns true when this create warranty bad request response has a 2xx status code

func (*CreateWarrantyBadRequest) String

func (o *CreateWarrantyBadRequest) String() string

type CreateWarrantyCreated

type CreateWarrantyCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewCreateWarrantyCreated

func NewCreateWarrantyCreated() *CreateWarrantyCreated

NewCreateWarrantyCreated creates a CreateWarrantyCreated with default headers values

func (*CreateWarrantyCreated) Error

func (o *CreateWarrantyCreated) Error() string

func (*CreateWarrantyCreated) GetPayload

func (*CreateWarrantyCreated) IsClientError

func (o *CreateWarrantyCreated) IsClientError() bool

IsClientError returns true when this create warranty created response has a 4xx status code

func (*CreateWarrantyCreated) IsCode

func (o *CreateWarrantyCreated) IsCode(code int) bool

IsCode returns true when this create warranty created response a status code equal to that given

func (*CreateWarrantyCreated) IsRedirect

func (o *CreateWarrantyCreated) IsRedirect() bool

IsRedirect returns true when this create warranty created response has a 3xx status code

func (*CreateWarrantyCreated) IsServerError

func (o *CreateWarrantyCreated) IsServerError() bool

IsServerError returns true when this create warranty created response has a 5xx status code

func (*CreateWarrantyCreated) IsSuccess

func (o *CreateWarrantyCreated) IsSuccess() bool

IsSuccess returns true when this create warranty created response has a 2xx status code

func (*CreateWarrantyCreated) String

func (o *CreateWarrantyCreated) String() string

type CreateWarrantyForbidden

type CreateWarrantyForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewCreateWarrantyForbidden

func NewCreateWarrantyForbidden() *CreateWarrantyForbidden

NewCreateWarrantyForbidden creates a CreateWarrantyForbidden with default headers values

func (*CreateWarrantyForbidden) Error

func (o *CreateWarrantyForbidden) Error() string

func (*CreateWarrantyForbidden) GetPayload

func (*CreateWarrantyForbidden) IsClientError

func (o *CreateWarrantyForbidden) IsClientError() bool

IsClientError returns true when this create warranty forbidden response has a 4xx status code

func (*CreateWarrantyForbidden) IsCode

func (o *CreateWarrantyForbidden) IsCode(code int) bool

IsCode returns true when this create warranty forbidden response a status code equal to that given

func (*CreateWarrantyForbidden) IsRedirect

func (o *CreateWarrantyForbidden) IsRedirect() bool

IsRedirect returns true when this create warranty forbidden response has a 3xx status code

func (*CreateWarrantyForbidden) IsServerError

func (o *CreateWarrantyForbidden) IsServerError() bool

IsServerError returns true when this create warranty forbidden response has a 5xx status code

func (*CreateWarrantyForbidden) IsSuccess

func (o *CreateWarrantyForbidden) IsSuccess() bool

IsSuccess returns true when this create warranty forbidden response has a 2xx status code

func (*CreateWarrantyForbidden) String

func (o *CreateWarrantyForbidden) String() string

type CreateWarrantyInternalServerError

type CreateWarrantyInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewCreateWarrantyInternalServerError

func NewCreateWarrantyInternalServerError() *CreateWarrantyInternalServerError

NewCreateWarrantyInternalServerError creates a CreateWarrantyInternalServerError with default headers values

func (*CreateWarrantyInternalServerError) Error

func (*CreateWarrantyInternalServerError) GetPayload

func (*CreateWarrantyInternalServerError) IsClientError

func (o *CreateWarrantyInternalServerError) IsClientError() bool

IsClientError returns true when this create warranty internal server error response has a 4xx status code

func (*CreateWarrantyInternalServerError) IsCode

func (o *CreateWarrantyInternalServerError) IsCode(code int) bool

IsCode returns true when this create warranty internal server error response a status code equal to that given

func (*CreateWarrantyInternalServerError) IsRedirect

func (o *CreateWarrantyInternalServerError) IsRedirect() bool

IsRedirect returns true when this create warranty internal server error response has a 3xx status code

func (*CreateWarrantyInternalServerError) IsServerError

func (o *CreateWarrantyInternalServerError) IsServerError() bool

IsServerError returns true when this create warranty internal server error response has a 5xx status code

func (*CreateWarrantyInternalServerError) IsSuccess

func (o *CreateWarrantyInternalServerError) IsSuccess() bool

IsSuccess returns true when this create warranty internal server error response has a 2xx status code

func (*CreateWarrantyInternalServerError) String

type CreateWarrantyNotFound

type CreateWarrantyNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewCreateWarrantyNotFound

func NewCreateWarrantyNotFound() *CreateWarrantyNotFound

NewCreateWarrantyNotFound creates a CreateWarrantyNotFound with default headers values

func (*CreateWarrantyNotFound) Error

func (o *CreateWarrantyNotFound) Error() string

func (*CreateWarrantyNotFound) GetPayload

func (*CreateWarrantyNotFound) IsClientError

func (o *CreateWarrantyNotFound) IsClientError() bool

IsClientError returns true when this create warranty not found response has a 4xx status code

func (*CreateWarrantyNotFound) IsCode

func (o *CreateWarrantyNotFound) IsCode(code int) bool

IsCode returns true when this create warranty not found response a status code equal to that given

func (*CreateWarrantyNotFound) IsRedirect

func (o *CreateWarrantyNotFound) IsRedirect() bool

IsRedirect returns true when this create warranty not found response has a 3xx status code

func (*CreateWarrantyNotFound) IsServerError

func (o *CreateWarrantyNotFound) IsServerError() bool

IsServerError returns true when this create warranty not found response has a 5xx status code

func (*CreateWarrantyNotFound) IsSuccess

func (o *CreateWarrantyNotFound) IsSuccess() bool

IsSuccess returns true when this create warranty not found response has a 2xx status code

func (*CreateWarrantyNotFound) String

func (o *CreateWarrantyNotFound) String() string

type CreateWarrantyParams

type CreateWarrantyParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.CreateWarrantyRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateWarrantyParams contains all the parameters to send to the API endpoint

for the create warranty operation.

Typically these are written to a http.Request.

func NewCreateWarrantyParams

func NewCreateWarrantyParams() *CreateWarrantyParams

NewCreateWarrantyParams creates a new CreateWarrantyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateWarrantyParamsWithContext

func NewCreateWarrantyParamsWithContext(ctx context.Context) *CreateWarrantyParams

NewCreateWarrantyParamsWithContext creates a new CreateWarrantyParams object with the ability to set a context for a request.

func NewCreateWarrantyParamsWithHTTPClient

func NewCreateWarrantyParamsWithHTTPClient(client *http.Client) *CreateWarrantyParams

NewCreateWarrantyParamsWithHTTPClient creates a new CreateWarrantyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateWarrantyParamsWithTimeout

func NewCreateWarrantyParamsWithTimeout(timeout time.Duration) *CreateWarrantyParams

NewCreateWarrantyParamsWithTimeout creates a new CreateWarrantyParams object with the ability to set a timeout on a request.

func (*CreateWarrantyParams) SetAmazonOrderID

func (o *CreateWarrantyParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the create warranty params

func (*CreateWarrantyParams) SetBody

SetBody adds the body to the create warranty params

func (*CreateWarrantyParams) SetContext

func (o *CreateWarrantyParams) SetContext(ctx context.Context)

SetContext adds the context to the create warranty params

func (*CreateWarrantyParams) SetDefaults

func (o *CreateWarrantyParams) SetDefaults()

SetDefaults hydrates default values in the create warranty params (not the query body).

All values with no default are reset to their zero value.

func (*CreateWarrantyParams) SetHTTPClient

func (o *CreateWarrantyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create warranty params

func (*CreateWarrantyParams) SetMarketplaceIds

func (o *CreateWarrantyParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the create warranty params

func (*CreateWarrantyParams) SetTimeout

func (o *CreateWarrantyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create warranty params

func (*CreateWarrantyParams) WithAmazonOrderID

func (o *CreateWarrantyParams) WithAmazonOrderID(amazonOrderID string) *CreateWarrantyParams

WithAmazonOrderID adds the amazonOrderID to the create warranty params

func (*CreateWarrantyParams) WithBody

WithBody adds the body to the create warranty params

func (*CreateWarrantyParams) WithContext

WithContext adds the context to the create warranty params

func (*CreateWarrantyParams) WithDefaults

func (o *CreateWarrantyParams) WithDefaults() *CreateWarrantyParams

WithDefaults hydrates default values in the create warranty params (not the query body).

All values with no default are reset to their zero value.

func (*CreateWarrantyParams) WithHTTPClient

func (o *CreateWarrantyParams) WithHTTPClient(client *http.Client) *CreateWarrantyParams

WithHTTPClient adds the HTTPClient to the create warranty params

func (*CreateWarrantyParams) WithMarketplaceIds

func (o *CreateWarrantyParams) WithMarketplaceIds(marketplaceIds []string) *CreateWarrantyParams

WithMarketplaceIds adds the marketplaceIds to the create warranty params

func (*CreateWarrantyParams) WithTimeout

func (o *CreateWarrantyParams) WithTimeout(timeout time.Duration) *CreateWarrantyParams

WithTimeout adds the timeout to the create warranty params

func (*CreateWarrantyParams) WriteToRequest

func (o *CreateWarrantyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateWarrantyReader

type CreateWarrantyReader struct {
	// contains filtered or unexported fields
}

CreateWarrantyReader is a Reader for the CreateWarranty structure.

func (*CreateWarrantyReader) ReadResponse

func (o *CreateWarrantyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateWarrantyRequestEntityTooLarge

type CreateWarrantyRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewCreateWarrantyRequestEntityTooLarge

func NewCreateWarrantyRequestEntityTooLarge() *CreateWarrantyRequestEntityTooLarge

NewCreateWarrantyRequestEntityTooLarge creates a CreateWarrantyRequestEntityTooLarge with default headers values

func (*CreateWarrantyRequestEntityTooLarge) Error

func (*CreateWarrantyRequestEntityTooLarge) GetPayload

func (*CreateWarrantyRequestEntityTooLarge) IsClientError

func (o *CreateWarrantyRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this create warranty request entity too large response has a 4xx status code

func (*CreateWarrantyRequestEntityTooLarge) IsCode

IsCode returns true when this create warranty request entity too large response a status code equal to that given

func (*CreateWarrantyRequestEntityTooLarge) IsRedirect

func (o *CreateWarrantyRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this create warranty request entity too large response has a 3xx status code

func (*CreateWarrantyRequestEntityTooLarge) IsServerError

func (o *CreateWarrantyRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this create warranty request entity too large response has a 5xx status code

func (*CreateWarrantyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create warranty request entity too large response has a 2xx status code

func (*CreateWarrantyRequestEntityTooLarge) String

type CreateWarrantyServiceUnavailable

type CreateWarrantyServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewCreateWarrantyServiceUnavailable

func NewCreateWarrantyServiceUnavailable() *CreateWarrantyServiceUnavailable

NewCreateWarrantyServiceUnavailable creates a CreateWarrantyServiceUnavailable with default headers values

func (*CreateWarrantyServiceUnavailable) Error

func (*CreateWarrantyServiceUnavailable) GetPayload

func (*CreateWarrantyServiceUnavailable) IsClientError

func (o *CreateWarrantyServiceUnavailable) IsClientError() bool

IsClientError returns true when this create warranty service unavailable response has a 4xx status code

func (*CreateWarrantyServiceUnavailable) IsCode

func (o *CreateWarrantyServiceUnavailable) IsCode(code int) bool

IsCode returns true when this create warranty service unavailable response a status code equal to that given

func (*CreateWarrantyServiceUnavailable) IsRedirect

func (o *CreateWarrantyServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this create warranty service unavailable response has a 3xx status code

func (*CreateWarrantyServiceUnavailable) IsServerError

func (o *CreateWarrantyServiceUnavailable) IsServerError() bool

IsServerError returns true when this create warranty service unavailable response has a 5xx status code

func (*CreateWarrantyServiceUnavailable) IsSuccess

func (o *CreateWarrantyServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this create warranty service unavailable response has a 2xx status code

func (*CreateWarrantyServiceUnavailable) String

type CreateWarrantyTooManyRequests

type CreateWarrantyTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewCreateWarrantyTooManyRequests

func NewCreateWarrantyTooManyRequests() *CreateWarrantyTooManyRequests

NewCreateWarrantyTooManyRequests creates a CreateWarrantyTooManyRequests with default headers values

func (*CreateWarrantyTooManyRequests) Error

func (*CreateWarrantyTooManyRequests) GetPayload

func (*CreateWarrantyTooManyRequests) IsClientError

func (o *CreateWarrantyTooManyRequests) IsClientError() bool

IsClientError returns true when this create warranty too many requests response has a 4xx status code

func (*CreateWarrantyTooManyRequests) IsCode

func (o *CreateWarrantyTooManyRequests) IsCode(code int) bool

IsCode returns true when this create warranty too many requests response a status code equal to that given

func (*CreateWarrantyTooManyRequests) IsRedirect

func (o *CreateWarrantyTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create warranty too many requests response has a 3xx status code

func (*CreateWarrantyTooManyRequests) IsServerError

func (o *CreateWarrantyTooManyRequests) IsServerError() bool

IsServerError returns true when this create warranty too many requests response has a 5xx status code

func (*CreateWarrantyTooManyRequests) IsSuccess

func (o *CreateWarrantyTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create warranty too many requests response has a 2xx status code

func (*CreateWarrantyTooManyRequests) String

type CreateWarrantyUnsupportedMediaType

type CreateWarrantyUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.CreateWarrantyResponse
}

CreateWarrantyUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateWarrantyUnsupportedMediaType

func NewCreateWarrantyUnsupportedMediaType() *CreateWarrantyUnsupportedMediaType

NewCreateWarrantyUnsupportedMediaType creates a CreateWarrantyUnsupportedMediaType with default headers values

func (*CreateWarrantyUnsupportedMediaType) Error

func (*CreateWarrantyUnsupportedMediaType) GetPayload

func (*CreateWarrantyUnsupportedMediaType) IsClientError

func (o *CreateWarrantyUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this create warranty unsupported media type response has a 4xx status code

func (*CreateWarrantyUnsupportedMediaType) IsCode

IsCode returns true when this create warranty unsupported media type response a status code equal to that given

func (*CreateWarrantyUnsupportedMediaType) IsRedirect

func (o *CreateWarrantyUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this create warranty unsupported media type response has a 3xx status code

func (*CreateWarrantyUnsupportedMediaType) IsServerError

func (o *CreateWarrantyUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this create warranty unsupported media type response has a 5xx status code

func (*CreateWarrantyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create warranty unsupported media type response has a 2xx status code

func (*CreateWarrantyUnsupportedMediaType) String

type GetAttributesBadRequest

type GetAttributesBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetAttributesBadRequest

func NewGetAttributesBadRequest() *GetAttributesBadRequest

NewGetAttributesBadRequest creates a GetAttributesBadRequest with default headers values

func (*GetAttributesBadRequest) Error

func (o *GetAttributesBadRequest) Error() string

func (*GetAttributesBadRequest) GetPayload

func (*GetAttributesBadRequest) IsClientError

func (o *GetAttributesBadRequest) IsClientError() bool

IsClientError returns true when this get attributes bad request response has a 4xx status code

func (*GetAttributesBadRequest) IsCode

func (o *GetAttributesBadRequest) IsCode(code int) bool

IsCode returns true when this get attributes bad request response a status code equal to that given

func (*GetAttributesBadRequest) IsRedirect

func (o *GetAttributesBadRequest) IsRedirect() bool

IsRedirect returns true when this get attributes bad request response has a 3xx status code

func (*GetAttributesBadRequest) IsServerError

func (o *GetAttributesBadRequest) IsServerError() bool

IsServerError returns true when this get attributes bad request response has a 5xx status code

func (*GetAttributesBadRequest) IsSuccess

func (o *GetAttributesBadRequest) IsSuccess() bool

IsSuccess returns true when this get attributes bad request response has a 2xx status code

func (*GetAttributesBadRequest) String

func (o *GetAttributesBadRequest) String() string

type GetAttributesForbidden

type GetAttributesForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetAttributesForbidden

func NewGetAttributesForbidden() *GetAttributesForbidden

NewGetAttributesForbidden creates a GetAttributesForbidden with default headers values

func (*GetAttributesForbidden) Error

func (o *GetAttributesForbidden) Error() string

func (*GetAttributesForbidden) GetPayload

func (*GetAttributesForbidden) IsClientError

func (o *GetAttributesForbidden) IsClientError() bool

IsClientError returns true when this get attributes forbidden response has a 4xx status code

func (*GetAttributesForbidden) IsCode

func (o *GetAttributesForbidden) IsCode(code int) bool

IsCode returns true when this get attributes forbidden response a status code equal to that given

func (*GetAttributesForbidden) IsRedirect

func (o *GetAttributesForbidden) IsRedirect() bool

IsRedirect returns true when this get attributes forbidden response has a 3xx status code

func (*GetAttributesForbidden) IsServerError

func (o *GetAttributesForbidden) IsServerError() bool

IsServerError returns true when this get attributes forbidden response has a 5xx status code

func (*GetAttributesForbidden) IsSuccess

func (o *GetAttributesForbidden) IsSuccess() bool

IsSuccess returns true when this get attributes forbidden response has a 2xx status code

func (*GetAttributesForbidden) String

func (o *GetAttributesForbidden) String() string

type GetAttributesInternalServerError

type GetAttributesInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetAttributesInternalServerError

func NewGetAttributesInternalServerError() *GetAttributesInternalServerError

NewGetAttributesInternalServerError creates a GetAttributesInternalServerError with default headers values

func (*GetAttributesInternalServerError) Error

func (*GetAttributesInternalServerError) GetPayload

func (*GetAttributesInternalServerError) IsClientError

func (o *GetAttributesInternalServerError) IsClientError() bool

IsClientError returns true when this get attributes internal server error response has a 4xx status code

func (*GetAttributesInternalServerError) IsCode

func (o *GetAttributesInternalServerError) IsCode(code int) bool

IsCode returns true when this get attributes internal server error response a status code equal to that given

func (*GetAttributesInternalServerError) IsRedirect

func (o *GetAttributesInternalServerError) IsRedirect() bool

IsRedirect returns true when this get attributes internal server error response has a 3xx status code

func (*GetAttributesInternalServerError) IsServerError

func (o *GetAttributesInternalServerError) IsServerError() bool

IsServerError returns true when this get attributes internal server error response has a 5xx status code

func (*GetAttributesInternalServerError) IsSuccess

func (o *GetAttributesInternalServerError) IsSuccess() bool

IsSuccess returns true when this get attributes internal server error response has a 2xx status code

func (*GetAttributesInternalServerError) String

type GetAttributesNotFound

type GetAttributesNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetAttributesNotFound

func NewGetAttributesNotFound() *GetAttributesNotFound

NewGetAttributesNotFound creates a GetAttributesNotFound with default headers values

func (*GetAttributesNotFound) Error

func (o *GetAttributesNotFound) Error() string

func (*GetAttributesNotFound) GetPayload

func (*GetAttributesNotFound) IsClientError

func (o *GetAttributesNotFound) IsClientError() bool

IsClientError returns true when this get attributes not found response has a 4xx status code

func (*GetAttributesNotFound) IsCode

func (o *GetAttributesNotFound) IsCode(code int) bool

IsCode returns true when this get attributes not found response a status code equal to that given

func (*GetAttributesNotFound) IsRedirect

func (o *GetAttributesNotFound) IsRedirect() bool

IsRedirect returns true when this get attributes not found response has a 3xx status code

func (*GetAttributesNotFound) IsServerError

func (o *GetAttributesNotFound) IsServerError() bool

IsServerError returns true when this get attributes not found response has a 5xx status code

func (*GetAttributesNotFound) IsSuccess

func (o *GetAttributesNotFound) IsSuccess() bool

IsSuccess returns true when this get attributes not found response has a 2xx status code

func (*GetAttributesNotFound) String

func (o *GetAttributesNotFound) String() string

type GetAttributesOK

type GetAttributesOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesOK describes a response with status code 200, with default header values.

Response has successfully been returned.

func NewGetAttributesOK

func NewGetAttributesOK() *GetAttributesOK

NewGetAttributesOK creates a GetAttributesOK with default headers values

func (*GetAttributesOK) Error

func (o *GetAttributesOK) Error() string

func (*GetAttributesOK) GetPayload

func (*GetAttributesOK) IsClientError

func (o *GetAttributesOK) IsClientError() bool

IsClientError returns true when this get attributes o k response has a 4xx status code

func (*GetAttributesOK) IsCode

func (o *GetAttributesOK) IsCode(code int) bool

IsCode returns true when this get attributes o k response a status code equal to that given

func (*GetAttributesOK) IsRedirect

func (o *GetAttributesOK) IsRedirect() bool

IsRedirect returns true when this get attributes o k response has a 3xx status code

func (*GetAttributesOK) IsServerError

func (o *GetAttributesOK) IsServerError() bool

IsServerError returns true when this get attributes o k response has a 5xx status code

func (*GetAttributesOK) IsSuccess

func (o *GetAttributesOK) IsSuccess() bool

IsSuccess returns true when this get attributes o k response has a 2xx status code

func (*GetAttributesOK) String

func (o *GetAttributesOK) String() string

type GetAttributesParams

type GetAttributesParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAttributesParams contains all the parameters to send to the API endpoint

for the get attributes operation.

Typically these are written to a http.Request.

func NewGetAttributesParams

func NewGetAttributesParams() *GetAttributesParams

NewGetAttributesParams creates a new GetAttributesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAttributesParamsWithContext

func NewGetAttributesParamsWithContext(ctx context.Context) *GetAttributesParams

NewGetAttributesParamsWithContext creates a new GetAttributesParams object with the ability to set a context for a request.

func NewGetAttributesParamsWithHTTPClient

func NewGetAttributesParamsWithHTTPClient(client *http.Client) *GetAttributesParams

NewGetAttributesParamsWithHTTPClient creates a new GetAttributesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAttributesParamsWithTimeout

func NewGetAttributesParamsWithTimeout(timeout time.Duration) *GetAttributesParams

NewGetAttributesParamsWithTimeout creates a new GetAttributesParams object with the ability to set a timeout on a request.

func (*GetAttributesParams) SetAmazonOrderID

func (o *GetAttributesParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the get attributes params

func (*GetAttributesParams) SetContext

func (o *GetAttributesParams) SetContext(ctx context.Context)

SetContext adds the context to the get attributes params

func (*GetAttributesParams) SetDefaults

func (o *GetAttributesParams) SetDefaults()

SetDefaults hydrates default values in the get attributes params (not the query body).

All values with no default are reset to their zero value.

func (*GetAttributesParams) SetHTTPClient

func (o *GetAttributesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get attributes params

func (*GetAttributesParams) SetMarketplaceIds

func (o *GetAttributesParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the get attributes params

func (*GetAttributesParams) SetTimeout

func (o *GetAttributesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get attributes params

func (*GetAttributesParams) WithAmazonOrderID

func (o *GetAttributesParams) WithAmazonOrderID(amazonOrderID string) *GetAttributesParams

WithAmazonOrderID adds the amazonOrderID to the get attributes params

func (*GetAttributesParams) WithContext

WithContext adds the context to the get attributes params

func (*GetAttributesParams) WithDefaults

func (o *GetAttributesParams) WithDefaults() *GetAttributesParams

WithDefaults hydrates default values in the get attributes params (not the query body).

All values with no default are reset to their zero value.

func (*GetAttributesParams) WithHTTPClient

func (o *GetAttributesParams) WithHTTPClient(client *http.Client) *GetAttributesParams

WithHTTPClient adds the HTTPClient to the get attributes params

func (*GetAttributesParams) WithMarketplaceIds

func (o *GetAttributesParams) WithMarketplaceIds(marketplaceIds []string) *GetAttributesParams

WithMarketplaceIds adds the marketplaceIds to the get attributes params

func (*GetAttributesParams) WithTimeout

func (o *GetAttributesParams) WithTimeout(timeout time.Duration) *GetAttributesParams

WithTimeout adds the timeout to the get attributes params

func (*GetAttributesParams) WriteToRequest

func (o *GetAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAttributesReader

type GetAttributesReader struct {
	// contains filtered or unexported fields
}

GetAttributesReader is a Reader for the GetAttributes structure.

func (*GetAttributesReader) ReadResponse

func (o *GetAttributesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAttributesRequestEntityTooLarge

type GetAttributesRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewGetAttributesRequestEntityTooLarge

func NewGetAttributesRequestEntityTooLarge() *GetAttributesRequestEntityTooLarge

NewGetAttributesRequestEntityTooLarge creates a GetAttributesRequestEntityTooLarge with default headers values

func (*GetAttributesRequestEntityTooLarge) Error

func (*GetAttributesRequestEntityTooLarge) GetPayload

func (*GetAttributesRequestEntityTooLarge) IsClientError

func (o *GetAttributesRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get attributes request entity too large response has a 4xx status code

func (*GetAttributesRequestEntityTooLarge) IsCode

IsCode returns true when this get attributes request entity too large response a status code equal to that given

func (*GetAttributesRequestEntityTooLarge) IsRedirect

func (o *GetAttributesRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get attributes request entity too large response has a 3xx status code

func (*GetAttributesRequestEntityTooLarge) IsServerError

func (o *GetAttributesRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get attributes request entity too large response has a 5xx status code

func (*GetAttributesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get attributes request entity too large response has a 2xx status code

func (*GetAttributesRequestEntityTooLarge) String

type GetAttributesServiceUnavailable

type GetAttributesServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetAttributesServiceUnavailable

func NewGetAttributesServiceUnavailable() *GetAttributesServiceUnavailable

NewGetAttributesServiceUnavailable creates a GetAttributesServiceUnavailable with default headers values

func (*GetAttributesServiceUnavailable) Error

func (*GetAttributesServiceUnavailable) GetPayload

func (*GetAttributesServiceUnavailable) IsClientError

func (o *GetAttributesServiceUnavailable) IsClientError() bool

IsClientError returns true when this get attributes service unavailable response has a 4xx status code

func (*GetAttributesServiceUnavailable) IsCode

func (o *GetAttributesServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get attributes service unavailable response a status code equal to that given

func (*GetAttributesServiceUnavailable) IsRedirect

func (o *GetAttributesServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get attributes service unavailable response has a 3xx status code

func (*GetAttributesServiceUnavailable) IsServerError

func (o *GetAttributesServiceUnavailable) IsServerError() bool

IsServerError returns true when this get attributes service unavailable response has a 5xx status code

func (*GetAttributesServiceUnavailable) IsSuccess

func (o *GetAttributesServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get attributes service unavailable response has a 2xx status code

func (*GetAttributesServiceUnavailable) String

type GetAttributesTooManyRequests

type GetAttributesTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetAttributesTooManyRequests

func NewGetAttributesTooManyRequests() *GetAttributesTooManyRequests

NewGetAttributesTooManyRequests creates a GetAttributesTooManyRequests with default headers values

func (*GetAttributesTooManyRequests) Error

func (*GetAttributesTooManyRequests) GetPayload

func (*GetAttributesTooManyRequests) IsClientError

func (o *GetAttributesTooManyRequests) IsClientError() bool

IsClientError returns true when this get attributes too many requests response has a 4xx status code

func (*GetAttributesTooManyRequests) IsCode

func (o *GetAttributesTooManyRequests) IsCode(code int) bool

IsCode returns true when this get attributes too many requests response a status code equal to that given

func (*GetAttributesTooManyRequests) IsRedirect

func (o *GetAttributesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get attributes too many requests response has a 3xx status code

func (*GetAttributesTooManyRequests) IsServerError

func (o *GetAttributesTooManyRequests) IsServerError() bool

IsServerError returns true when this get attributes too many requests response has a 5xx status code

func (*GetAttributesTooManyRequests) IsSuccess

func (o *GetAttributesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get attributes too many requests response has a 2xx status code

func (*GetAttributesTooManyRequests) String

type GetAttributesUnsupportedMediaType

type GetAttributesUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetAttributesResponse
}

GetAttributesUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewGetAttributesUnsupportedMediaType

func NewGetAttributesUnsupportedMediaType() *GetAttributesUnsupportedMediaType

NewGetAttributesUnsupportedMediaType creates a GetAttributesUnsupportedMediaType with default headers values

func (*GetAttributesUnsupportedMediaType) Error

func (*GetAttributesUnsupportedMediaType) GetPayload

func (*GetAttributesUnsupportedMediaType) IsClientError

func (o *GetAttributesUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get attributes unsupported media type response has a 4xx status code

func (*GetAttributesUnsupportedMediaType) IsCode

func (o *GetAttributesUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this get attributes unsupported media type response a status code equal to that given

func (*GetAttributesUnsupportedMediaType) IsRedirect

func (o *GetAttributesUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get attributes unsupported media type response has a 3xx status code

func (*GetAttributesUnsupportedMediaType) IsServerError

func (o *GetAttributesUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get attributes unsupported media type response has a 5xx status code

func (*GetAttributesUnsupportedMediaType) IsSuccess

func (o *GetAttributesUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get attributes unsupported media type response has a 2xx status code

func (*GetAttributesUnsupportedMediaType) String

type GetMessagingActionsForOrderBadRequest

type GetMessagingActionsForOrderBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetMessagingActionsForOrderBadRequest

func NewGetMessagingActionsForOrderBadRequest() *GetMessagingActionsForOrderBadRequest

NewGetMessagingActionsForOrderBadRequest creates a GetMessagingActionsForOrderBadRequest with default headers values

func (*GetMessagingActionsForOrderBadRequest) Error

func (*GetMessagingActionsForOrderBadRequest) GetPayload

func (*GetMessagingActionsForOrderBadRequest) IsClientError

func (o *GetMessagingActionsForOrderBadRequest) IsClientError() bool

IsClientError returns true when this get messaging actions for order bad request response has a 4xx status code

func (*GetMessagingActionsForOrderBadRequest) IsCode

IsCode returns true when this get messaging actions for order bad request response a status code equal to that given

func (*GetMessagingActionsForOrderBadRequest) IsRedirect

IsRedirect returns true when this get messaging actions for order bad request response has a 3xx status code

func (*GetMessagingActionsForOrderBadRequest) IsServerError

func (o *GetMessagingActionsForOrderBadRequest) IsServerError() bool

IsServerError returns true when this get messaging actions for order bad request response has a 5xx status code

func (*GetMessagingActionsForOrderBadRequest) IsSuccess

IsSuccess returns true when this get messaging actions for order bad request response has a 2xx status code

func (*GetMessagingActionsForOrderBadRequest) String

type GetMessagingActionsForOrderForbidden

type GetMessagingActionsForOrderForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetMessagingActionsForOrderForbidden

func NewGetMessagingActionsForOrderForbidden() *GetMessagingActionsForOrderForbidden

NewGetMessagingActionsForOrderForbidden creates a GetMessagingActionsForOrderForbidden with default headers values

func (*GetMessagingActionsForOrderForbidden) Error

func (*GetMessagingActionsForOrderForbidden) GetPayload

func (*GetMessagingActionsForOrderForbidden) IsClientError

func (o *GetMessagingActionsForOrderForbidden) IsClientError() bool

IsClientError returns true when this get messaging actions for order forbidden response has a 4xx status code

func (*GetMessagingActionsForOrderForbidden) IsCode

IsCode returns true when this get messaging actions for order forbidden response a status code equal to that given

func (*GetMessagingActionsForOrderForbidden) IsRedirect

IsRedirect returns true when this get messaging actions for order forbidden response has a 3xx status code

func (*GetMessagingActionsForOrderForbidden) IsServerError

func (o *GetMessagingActionsForOrderForbidden) IsServerError() bool

IsServerError returns true when this get messaging actions for order forbidden response has a 5xx status code

func (*GetMessagingActionsForOrderForbidden) IsSuccess

IsSuccess returns true when this get messaging actions for order forbidden response has a 2xx status code

func (*GetMessagingActionsForOrderForbidden) String

type GetMessagingActionsForOrderInternalServerError

type GetMessagingActionsForOrderInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetMessagingActionsForOrderInternalServerError

func NewGetMessagingActionsForOrderInternalServerError() *GetMessagingActionsForOrderInternalServerError

NewGetMessagingActionsForOrderInternalServerError creates a GetMessagingActionsForOrderInternalServerError with default headers values

func (*GetMessagingActionsForOrderInternalServerError) Error

func (*GetMessagingActionsForOrderInternalServerError) GetPayload

func (*GetMessagingActionsForOrderInternalServerError) IsClientError

IsClientError returns true when this get messaging actions for order internal server error response has a 4xx status code

func (*GetMessagingActionsForOrderInternalServerError) IsCode

IsCode returns true when this get messaging actions for order internal server error response a status code equal to that given

func (*GetMessagingActionsForOrderInternalServerError) IsRedirect

IsRedirect returns true when this get messaging actions for order internal server error response has a 3xx status code

func (*GetMessagingActionsForOrderInternalServerError) IsServerError

IsServerError returns true when this get messaging actions for order internal server error response has a 5xx status code

func (*GetMessagingActionsForOrderInternalServerError) IsSuccess

IsSuccess returns true when this get messaging actions for order internal server error response has a 2xx status code

func (*GetMessagingActionsForOrderInternalServerError) String

type GetMessagingActionsForOrderNotFound

type GetMessagingActionsForOrderNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetMessagingActionsForOrderNotFound

func NewGetMessagingActionsForOrderNotFound() *GetMessagingActionsForOrderNotFound

NewGetMessagingActionsForOrderNotFound creates a GetMessagingActionsForOrderNotFound with default headers values

func (*GetMessagingActionsForOrderNotFound) Error

func (*GetMessagingActionsForOrderNotFound) GetPayload

func (*GetMessagingActionsForOrderNotFound) IsClientError

func (o *GetMessagingActionsForOrderNotFound) IsClientError() bool

IsClientError returns true when this get messaging actions for order not found response has a 4xx status code

func (*GetMessagingActionsForOrderNotFound) IsCode

IsCode returns true when this get messaging actions for order not found response a status code equal to that given

func (*GetMessagingActionsForOrderNotFound) IsRedirect

func (o *GetMessagingActionsForOrderNotFound) IsRedirect() bool

IsRedirect returns true when this get messaging actions for order not found response has a 3xx status code

func (*GetMessagingActionsForOrderNotFound) IsServerError

func (o *GetMessagingActionsForOrderNotFound) IsServerError() bool

IsServerError returns true when this get messaging actions for order not found response has a 5xx status code

func (*GetMessagingActionsForOrderNotFound) IsSuccess

IsSuccess returns true when this get messaging actions for order not found response has a 2xx status code

func (*GetMessagingActionsForOrderNotFound) String

type GetMessagingActionsForOrderOK

type GetMessagingActionsForOrderOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderOK describes a response with status code 200, with default header values.

Returns hypermedia links under the _links.actions key that specify which messaging actions are allowed for the order.

func NewGetMessagingActionsForOrderOK

func NewGetMessagingActionsForOrderOK() *GetMessagingActionsForOrderOK

NewGetMessagingActionsForOrderOK creates a GetMessagingActionsForOrderOK with default headers values

func (*GetMessagingActionsForOrderOK) Error

func (*GetMessagingActionsForOrderOK) GetPayload

func (*GetMessagingActionsForOrderOK) IsClientError

func (o *GetMessagingActionsForOrderOK) IsClientError() bool

IsClientError returns true when this get messaging actions for order o k response has a 4xx status code

func (*GetMessagingActionsForOrderOK) IsCode

func (o *GetMessagingActionsForOrderOK) IsCode(code int) bool

IsCode returns true when this get messaging actions for order o k response a status code equal to that given

func (*GetMessagingActionsForOrderOK) IsRedirect

func (o *GetMessagingActionsForOrderOK) IsRedirect() bool

IsRedirect returns true when this get messaging actions for order o k response has a 3xx status code

func (*GetMessagingActionsForOrderOK) IsServerError

func (o *GetMessagingActionsForOrderOK) IsServerError() bool

IsServerError returns true when this get messaging actions for order o k response has a 5xx status code

func (*GetMessagingActionsForOrderOK) IsSuccess

func (o *GetMessagingActionsForOrderOK) IsSuccess() bool

IsSuccess returns true when this get messaging actions for order o k response has a 2xx status code

func (*GetMessagingActionsForOrderOK) String

type GetMessagingActionsForOrderParams

type GetMessagingActionsForOrderParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which you want a list of available message types.
	*/
	AmazonOrderID string

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetMessagingActionsForOrderParams contains all the parameters to send to the API endpoint

for the get messaging actions for order operation.

Typically these are written to a http.Request.

func NewGetMessagingActionsForOrderParams

func NewGetMessagingActionsForOrderParams() *GetMessagingActionsForOrderParams

NewGetMessagingActionsForOrderParams creates a new GetMessagingActionsForOrderParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetMessagingActionsForOrderParamsWithContext

func NewGetMessagingActionsForOrderParamsWithContext(ctx context.Context) *GetMessagingActionsForOrderParams

NewGetMessagingActionsForOrderParamsWithContext creates a new GetMessagingActionsForOrderParams object with the ability to set a context for a request.

func NewGetMessagingActionsForOrderParamsWithHTTPClient

func NewGetMessagingActionsForOrderParamsWithHTTPClient(client *http.Client) *GetMessagingActionsForOrderParams

NewGetMessagingActionsForOrderParamsWithHTTPClient creates a new GetMessagingActionsForOrderParams object with the ability to set a custom HTTPClient for a request.

func NewGetMessagingActionsForOrderParamsWithTimeout

func NewGetMessagingActionsForOrderParamsWithTimeout(timeout time.Duration) *GetMessagingActionsForOrderParams

NewGetMessagingActionsForOrderParamsWithTimeout creates a new GetMessagingActionsForOrderParams object with the ability to set a timeout on a request.

func (*GetMessagingActionsForOrderParams) SetAmazonOrderID

func (o *GetMessagingActionsForOrderParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) SetContext

SetContext adds the context to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) SetDefaults

func (o *GetMessagingActionsForOrderParams) SetDefaults()

SetDefaults hydrates default values in the get messaging actions for order params (not the query body).

All values with no default are reset to their zero value.

func (*GetMessagingActionsForOrderParams) SetHTTPClient

func (o *GetMessagingActionsForOrderParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) SetMarketplaceIds

func (o *GetMessagingActionsForOrderParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) SetTimeout

func (o *GetMessagingActionsForOrderParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) WithAmazonOrderID

func (o *GetMessagingActionsForOrderParams) WithAmazonOrderID(amazonOrderID string) *GetMessagingActionsForOrderParams

WithAmazonOrderID adds the amazonOrderID to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) WithContext

WithContext adds the context to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) WithDefaults

WithDefaults hydrates default values in the get messaging actions for order params (not the query body).

All values with no default are reset to their zero value.

func (*GetMessagingActionsForOrderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) WithMarketplaceIds

func (o *GetMessagingActionsForOrderParams) WithMarketplaceIds(marketplaceIds []string) *GetMessagingActionsForOrderParams

WithMarketplaceIds adds the marketplaceIds to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) WithTimeout

WithTimeout adds the timeout to the get messaging actions for order params

func (*GetMessagingActionsForOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMessagingActionsForOrderReader

type GetMessagingActionsForOrderReader struct {
	// contains filtered or unexported fields
}

GetMessagingActionsForOrderReader is a Reader for the GetMessagingActionsForOrder structure.

func (*GetMessagingActionsForOrderReader) ReadResponse

func (o *GetMessagingActionsForOrderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetMessagingActionsForOrderRequestEntityTooLarge

type GetMessagingActionsForOrderRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewGetMessagingActionsForOrderRequestEntityTooLarge

func NewGetMessagingActionsForOrderRequestEntityTooLarge() *GetMessagingActionsForOrderRequestEntityTooLarge

NewGetMessagingActionsForOrderRequestEntityTooLarge creates a GetMessagingActionsForOrderRequestEntityTooLarge with default headers values

func (*GetMessagingActionsForOrderRequestEntityTooLarge) Error

func (*GetMessagingActionsForOrderRequestEntityTooLarge) GetPayload

func (*GetMessagingActionsForOrderRequestEntityTooLarge) IsClientError

IsClientError returns true when this get messaging actions for order request entity too large response has a 4xx status code

func (*GetMessagingActionsForOrderRequestEntityTooLarge) IsCode

IsCode returns true when this get messaging actions for order request entity too large response a status code equal to that given

func (*GetMessagingActionsForOrderRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get messaging actions for order request entity too large response has a 3xx status code

func (*GetMessagingActionsForOrderRequestEntityTooLarge) IsServerError

IsServerError returns true when this get messaging actions for order request entity too large response has a 5xx status code

func (*GetMessagingActionsForOrderRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get messaging actions for order request entity too large response has a 2xx status code

func (*GetMessagingActionsForOrderRequestEntityTooLarge) String

type GetMessagingActionsForOrderServiceUnavailable

type GetMessagingActionsForOrderServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetMessagingActionsForOrderServiceUnavailable

func NewGetMessagingActionsForOrderServiceUnavailable() *GetMessagingActionsForOrderServiceUnavailable

NewGetMessagingActionsForOrderServiceUnavailable creates a GetMessagingActionsForOrderServiceUnavailable with default headers values

func (*GetMessagingActionsForOrderServiceUnavailable) Error

func (*GetMessagingActionsForOrderServiceUnavailable) GetPayload

func (*GetMessagingActionsForOrderServiceUnavailable) IsClientError

IsClientError returns true when this get messaging actions for order service unavailable response has a 4xx status code

func (*GetMessagingActionsForOrderServiceUnavailable) IsCode

IsCode returns true when this get messaging actions for order service unavailable response a status code equal to that given

func (*GetMessagingActionsForOrderServiceUnavailable) IsRedirect

IsRedirect returns true when this get messaging actions for order service unavailable response has a 3xx status code

func (*GetMessagingActionsForOrderServiceUnavailable) IsServerError

IsServerError returns true when this get messaging actions for order service unavailable response has a 5xx status code

func (*GetMessagingActionsForOrderServiceUnavailable) IsSuccess

IsSuccess returns true when this get messaging actions for order service unavailable response has a 2xx status code

func (*GetMessagingActionsForOrderServiceUnavailable) String

type GetMessagingActionsForOrderTooManyRequests

type GetMessagingActionsForOrderTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetMessagingActionsForOrderTooManyRequests

func NewGetMessagingActionsForOrderTooManyRequests() *GetMessagingActionsForOrderTooManyRequests

NewGetMessagingActionsForOrderTooManyRequests creates a GetMessagingActionsForOrderTooManyRequests with default headers values

func (*GetMessagingActionsForOrderTooManyRequests) Error

func (*GetMessagingActionsForOrderTooManyRequests) GetPayload

func (*GetMessagingActionsForOrderTooManyRequests) IsClientError

IsClientError returns true when this get messaging actions for order too many requests response has a 4xx status code

func (*GetMessagingActionsForOrderTooManyRequests) IsCode

IsCode returns true when this get messaging actions for order too many requests response a status code equal to that given

func (*GetMessagingActionsForOrderTooManyRequests) IsRedirect

IsRedirect returns true when this get messaging actions for order too many requests response has a 3xx status code

func (*GetMessagingActionsForOrderTooManyRequests) IsServerError

IsServerError returns true when this get messaging actions for order too many requests response has a 5xx status code

func (*GetMessagingActionsForOrderTooManyRequests) IsSuccess

IsSuccess returns true when this get messaging actions for order too many requests response has a 2xx status code

func (*GetMessagingActionsForOrderTooManyRequests) String

type GetMessagingActionsForOrderUnsupportedMediaType

type GetMessagingActionsForOrderUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *messaging_models.GetMessagingActionsForOrderResponse
}

GetMessagingActionsForOrderUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewGetMessagingActionsForOrderUnsupportedMediaType

func NewGetMessagingActionsForOrderUnsupportedMediaType() *GetMessagingActionsForOrderUnsupportedMediaType

NewGetMessagingActionsForOrderUnsupportedMediaType creates a GetMessagingActionsForOrderUnsupportedMediaType with default headers values

func (*GetMessagingActionsForOrderUnsupportedMediaType) Error

func (*GetMessagingActionsForOrderUnsupportedMediaType) GetPayload

func (*GetMessagingActionsForOrderUnsupportedMediaType) IsClientError

IsClientError returns true when this get messaging actions for order unsupported media type response has a 4xx status code

func (*GetMessagingActionsForOrderUnsupportedMediaType) IsCode

IsCode returns true when this get messaging actions for order unsupported media type response a status code equal to that given

func (*GetMessagingActionsForOrderUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get messaging actions for order unsupported media type response has a 3xx status code

func (*GetMessagingActionsForOrderUnsupportedMediaType) IsServerError

IsServerError returns true when this get messaging actions for order unsupported media type response has a 5xx status code

func (*GetMessagingActionsForOrderUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get messaging actions for order unsupported media type response has a 2xx status code

func (*GetMessagingActionsForOrderUnsupportedMediaType) String

type SendInvoiceBadRequest

type SendInvoiceBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewSendInvoiceBadRequest

func NewSendInvoiceBadRequest() *SendInvoiceBadRequest

NewSendInvoiceBadRequest creates a SendInvoiceBadRequest with default headers values

func (*SendInvoiceBadRequest) Error

func (o *SendInvoiceBadRequest) Error() string

func (*SendInvoiceBadRequest) GetPayload

func (*SendInvoiceBadRequest) IsClientError

func (o *SendInvoiceBadRequest) IsClientError() bool

IsClientError returns true when this send invoice bad request response has a 4xx status code

func (*SendInvoiceBadRequest) IsCode

func (o *SendInvoiceBadRequest) IsCode(code int) bool

IsCode returns true when this send invoice bad request response a status code equal to that given

func (*SendInvoiceBadRequest) IsRedirect

func (o *SendInvoiceBadRequest) IsRedirect() bool

IsRedirect returns true when this send invoice bad request response has a 3xx status code

func (*SendInvoiceBadRequest) IsServerError

func (o *SendInvoiceBadRequest) IsServerError() bool

IsServerError returns true when this send invoice bad request response has a 5xx status code

func (*SendInvoiceBadRequest) IsSuccess

func (o *SendInvoiceBadRequest) IsSuccess() bool

IsSuccess returns true when this send invoice bad request response has a 2xx status code

func (*SendInvoiceBadRequest) String

func (o *SendInvoiceBadRequest) String() string

type SendInvoiceCreated

type SendInvoiceCreated struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceCreated describes a response with status code 201, with default header values.

The message was created for the order.

func NewSendInvoiceCreated

func NewSendInvoiceCreated() *SendInvoiceCreated

NewSendInvoiceCreated creates a SendInvoiceCreated with default headers values

func (*SendInvoiceCreated) Error

func (o *SendInvoiceCreated) Error() string

func (*SendInvoiceCreated) GetPayload

func (*SendInvoiceCreated) IsClientError

func (o *SendInvoiceCreated) IsClientError() bool

IsClientError returns true when this send invoice created response has a 4xx status code

func (*SendInvoiceCreated) IsCode

func (o *SendInvoiceCreated) IsCode(code int) bool

IsCode returns true when this send invoice created response a status code equal to that given

func (*SendInvoiceCreated) IsRedirect

func (o *SendInvoiceCreated) IsRedirect() bool

IsRedirect returns true when this send invoice created response has a 3xx status code

func (*SendInvoiceCreated) IsServerError

func (o *SendInvoiceCreated) IsServerError() bool

IsServerError returns true when this send invoice created response has a 5xx status code

func (*SendInvoiceCreated) IsSuccess

func (o *SendInvoiceCreated) IsSuccess() bool

IsSuccess returns true when this send invoice created response has a 2xx status code

func (*SendInvoiceCreated) String

func (o *SendInvoiceCreated) String() string

type SendInvoiceForbidden

type SendInvoiceForbidden struct {

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceForbidden describes a response with status code 403, with default header values.

403 can be caused for reasons like Access Denied, Unauthorized, Expired Token, Invalid Signature or Resource Not Found.

func NewSendInvoiceForbidden

func NewSendInvoiceForbidden() *SendInvoiceForbidden

NewSendInvoiceForbidden creates a SendInvoiceForbidden with default headers values

func (*SendInvoiceForbidden) Error

func (o *SendInvoiceForbidden) Error() string

func (*SendInvoiceForbidden) GetPayload

func (*SendInvoiceForbidden) IsClientError

func (o *SendInvoiceForbidden) IsClientError() bool

IsClientError returns true when this send invoice forbidden response has a 4xx status code

func (*SendInvoiceForbidden) IsCode

func (o *SendInvoiceForbidden) IsCode(code int) bool

IsCode returns true when this send invoice forbidden response a status code equal to that given

func (*SendInvoiceForbidden) IsRedirect

func (o *SendInvoiceForbidden) IsRedirect() bool

IsRedirect returns true when this send invoice forbidden response has a 3xx status code

func (*SendInvoiceForbidden) IsServerError

func (o *SendInvoiceForbidden) IsServerError() bool

IsServerError returns true when this send invoice forbidden response has a 5xx status code

func (*SendInvoiceForbidden) IsSuccess

func (o *SendInvoiceForbidden) IsSuccess() bool

IsSuccess returns true when this send invoice forbidden response has a 2xx status code

func (*SendInvoiceForbidden) String

func (o *SendInvoiceForbidden) String() string

type SendInvoiceInternalServerError

type SendInvoiceInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceInternalServerError describes a response with status code 500, with default header values.

Encountered an unexpected condition which prevented the server from fulfilling the request.

func NewSendInvoiceInternalServerError

func NewSendInvoiceInternalServerError() *SendInvoiceInternalServerError

NewSendInvoiceInternalServerError creates a SendInvoiceInternalServerError with default headers values

func (*SendInvoiceInternalServerError) Error

func (*SendInvoiceInternalServerError) GetPayload

func (*SendInvoiceInternalServerError) IsClientError

func (o *SendInvoiceInternalServerError) IsClientError() bool

IsClientError returns true when this send invoice internal server error response has a 4xx status code

func (*SendInvoiceInternalServerError) IsCode

func (o *SendInvoiceInternalServerError) IsCode(code int) bool

IsCode returns true when this send invoice internal server error response a status code equal to that given

func (*SendInvoiceInternalServerError) IsRedirect

func (o *SendInvoiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this send invoice internal server error response has a 3xx status code

func (*SendInvoiceInternalServerError) IsServerError

func (o *SendInvoiceInternalServerError) IsServerError() bool

IsServerError returns true when this send invoice internal server error response has a 5xx status code

func (*SendInvoiceInternalServerError) IsSuccess

func (o *SendInvoiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this send invoice internal server error response has a 2xx status code

func (*SendInvoiceInternalServerError) String

type SendInvoiceNotFound

type SendInvoiceNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewSendInvoiceNotFound

func NewSendInvoiceNotFound() *SendInvoiceNotFound

NewSendInvoiceNotFound creates a SendInvoiceNotFound with default headers values

func (*SendInvoiceNotFound) Error

func (o *SendInvoiceNotFound) Error() string

func (*SendInvoiceNotFound) GetPayload

func (*SendInvoiceNotFound) IsClientError

func (o *SendInvoiceNotFound) IsClientError() bool

IsClientError returns true when this send invoice not found response has a 4xx status code

func (*SendInvoiceNotFound) IsCode

func (o *SendInvoiceNotFound) IsCode(code int) bool

IsCode returns true when this send invoice not found response a status code equal to that given

func (*SendInvoiceNotFound) IsRedirect

func (o *SendInvoiceNotFound) IsRedirect() bool

IsRedirect returns true when this send invoice not found response has a 3xx status code

func (*SendInvoiceNotFound) IsServerError

func (o *SendInvoiceNotFound) IsServerError() bool

IsServerError returns true when this send invoice not found response has a 5xx status code

func (*SendInvoiceNotFound) IsSuccess

func (o *SendInvoiceNotFound) IsSuccess() bool

IsSuccess returns true when this send invoice not found response has a 2xx status code

func (*SendInvoiceNotFound) String

func (o *SendInvoiceNotFound) String() string

type SendInvoiceParams

type SendInvoiceParams struct {

	/* AmazonOrderID.

	   An Amazon order identifier. This specifies the order for which a message is sent.
	*/
	AmazonOrderID string

	// Body.
	Body *messaging_models.InvoiceRequest

	/* MarketplaceIds.

	   A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.
	*/
	MarketplaceIds []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SendInvoiceParams contains all the parameters to send to the API endpoint

for the send invoice operation.

Typically these are written to a http.Request.

func NewSendInvoiceParams

func NewSendInvoiceParams() *SendInvoiceParams

NewSendInvoiceParams creates a new SendInvoiceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSendInvoiceParamsWithContext

func NewSendInvoiceParamsWithContext(ctx context.Context) *SendInvoiceParams

NewSendInvoiceParamsWithContext creates a new SendInvoiceParams object with the ability to set a context for a request.

func NewSendInvoiceParamsWithHTTPClient

func NewSendInvoiceParamsWithHTTPClient(client *http.Client) *SendInvoiceParams

NewSendInvoiceParamsWithHTTPClient creates a new SendInvoiceParams object with the ability to set a custom HTTPClient for a request.

func NewSendInvoiceParamsWithTimeout

func NewSendInvoiceParamsWithTimeout(timeout time.Duration) *SendInvoiceParams

NewSendInvoiceParamsWithTimeout creates a new SendInvoiceParams object with the ability to set a timeout on a request.

func (*SendInvoiceParams) SetAmazonOrderID

func (o *SendInvoiceParams) SetAmazonOrderID(amazonOrderID string)

SetAmazonOrderID adds the amazonOrderId to the send invoice params

func (*SendInvoiceParams) SetBody

SetBody adds the body to the send invoice params

func (*SendInvoiceParams) SetContext

func (o *SendInvoiceParams) SetContext(ctx context.Context)

SetContext adds the context to the send invoice params

func (*SendInvoiceParams) SetDefaults

func (o *SendInvoiceParams) SetDefaults()

SetDefaults hydrates default values in the send invoice params (not the query body).

All values with no default are reset to their zero value.

func (*SendInvoiceParams) SetHTTPClient

func (o *SendInvoiceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the send invoice params

func (*SendInvoiceParams) SetMarketplaceIds

func (o *SendInvoiceParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the send invoice params

func (*SendInvoiceParams) SetTimeout

func (o *SendInvoiceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the send invoice params

func (*SendInvoiceParams) WithAmazonOrderID

func (o *SendInvoiceParams) WithAmazonOrderID(amazonOrderID string) *SendInvoiceParams

WithAmazonOrderID adds the amazonOrderID to the send invoice params

func (*SendInvoiceParams) WithBody

WithBody adds the body to the send invoice params

func (*SendInvoiceParams) WithContext

func (o *SendInvoiceParams) WithContext(ctx context.Context) *SendInvoiceParams

WithContext adds the context to the send invoice params

func (*SendInvoiceParams) WithDefaults

func (o *SendInvoiceParams) WithDefaults() *SendInvoiceParams

WithDefaults hydrates default values in the send invoice params (not the query body).

All values with no default are reset to their zero value.

func (*SendInvoiceParams) WithHTTPClient

func (o *SendInvoiceParams) WithHTTPClient(client *http.Client) *SendInvoiceParams

WithHTTPClient adds the HTTPClient to the send invoice params

func (*SendInvoiceParams) WithMarketplaceIds

func (o *SendInvoiceParams) WithMarketplaceIds(marketplaceIds []string) *SendInvoiceParams

WithMarketplaceIds adds the marketplaceIds to the send invoice params

func (*SendInvoiceParams) WithTimeout

func (o *SendInvoiceParams) WithTimeout(timeout time.Duration) *SendInvoiceParams

WithTimeout adds the timeout to the send invoice params

func (*SendInvoiceParams) WriteToRequest

func (o *SendInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SendInvoiceReader

type SendInvoiceReader struct {
	// contains filtered or unexported fields
}

SendInvoiceReader is a Reader for the SendInvoice structure.

func (*SendInvoiceReader) ReadResponse

func (o *SendInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SendInvoiceRequestEntityTooLarge

type SendInvoiceRequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewSendInvoiceRequestEntityTooLarge

func NewSendInvoiceRequestEntityTooLarge() *SendInvoiceRequestEntityTooLarge

NewSendInvoiceRequestEntityTooLarge creates a SendInvoiceRequestEntityTooLarge with default headers values

func (*SendInvoiceRequestEntityTooLarge) Error

func (*SendInvoiceRequestEntityTooLarge) GetPayload

func (*SendInvoiceRequestEntityTooLarge) IsClientError

func (o *SendInvoiceRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this send invoice request entity too large response has a 4xx status code

func (*SendInvoiceRequestEntityTooLarge) IsCode

func (o *SendInvoiceRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this send invoice request entity too large response a status code equal to that given

func (*SendInvoiceRequestEntityTooLarge) IsRedirect

func (o *SendInvoiceRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this send invoice request entity too large response has a 3xx status code

func (*SendInvoiceRequestEntityTooLarge) IsServerError

func (o *SendInvoiceRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this send invoice request entity too large response has a 5xx status code

func (*SendInvoiceRequestEntityTooLarge) IsSuccess

func (o *SendInvoiceRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this send invoice request entity too large response has a 2xx status code

func (*SendInvoiceRequestEntityTooLarge) String

type SendInvoiceServiceUnavailable

type SendInvoiceServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewSendInvoiceServiceUnavailable

func NewSendInvoiceServiceUnavailable() *SendInvoiceServiceUnavailable

NewSendInvoiceServiceUnavailable creates a SendInvoiceServiceUnavailable with default headers values

func (*SendInvoiceServiceUnavailable) Error

func (*SendInvoiceServiceUnavailable) GetPayload

func (*SendInvoiceServiceUnavailable) IsClientError

func (o *SendInvoiceServiceUnavailable) IsClientError() bool

IsClientError returns true when this send invoice service unavailable response has a 4xx status code

func (*SendInvoiceServiceUnavailable) IsCode

func (o *SendInvoiceServiceUnavailable) IsCode(code int) bool

IsCode returns true when this send invoice service unavailable response a status code equal to that given

func (*SendInvoiceServiceUnavailable) IsRedirect

func (o *SendInvoiceServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this send invoice service unavailable response has a 3xx status code

func (*SendInvoiceServiceUnavailable) IsServerError

func (o *SendInvoiceServiceUnavailable) IsServerError() bool

IsServerError returns true when this send invoice service unavailable response has a 5xx status code

func (*SendInvoiceServiceUnavailable) IsSuccess

func (o *SendInvoiceServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this send invoice service unavailable response has a 2xx status code

func (*SendInvoiceServiceUnavailable) String

type SendInvoiceTooManyRequests

type SendInvoiceTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewSendInvoiceTooManyRequests

func NewSendInvoiceTooManyRequests() *SendInvoiceTooManyRequests

NewSendInvoiceTooManyRequests creates a SendInvoiceTooManyRequests with default headers values

func (*SendInvoiceTooManyRequests) Error

func (*SendInvoiceTooManyRequests) GetPayload

func (*SendInvoiceTooManyRequests) IsClientError

func (o *SendInvoiceTooManyRequests) IsClientError() bool

IsClientError returns true when this send invoice too many requests response has a 4xx status code

func (*SendInvoiceTooManyRequests) IsCode

func (o *SendInvoiceTooManyRequests) IsCode(code int) bool

IsCode returns true when this send invoice too many requests response a status code equal to that given

func (*SendInvoiceTooManyRequests) IsRedirect

func (o *SendInvoiceTooManyRequests) IsRedirect() bool

IsRedirect returns true when this send invoice too many requests response has a 3xx status code

func (*SendInvoiceTooManyRequests) IsServerError

func (o *SendInvoiceTooManyRequests) IsServerError() bool

IsServerError returns true when this send invoice too many requests response has a 5xx status code

func (*SendInvoiceTooManyRequests) IsSuccess

func (o *SendInvoiceTooManyRequests) IsSuccess() bool

IsSuccess returns true when this send invoice too many requests response has a 2xx status code

func (*SendInvoiceTooManyRequests) String

func (o *SendInvoiceTooManyRequests) String() string

type SendInvoiceUnsupportedMediaType

type SendInvoiceUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference id.
	 */
	XAmznRequestID string

	Payload *messaging_models.InvoiceResponse
}

SendInvoiceUnsupportedMediaType describes a response with status code 415, with default header values.

The entity of the request is in a format not supported by the requested resource.

func NewSendInvoiceUnsupportedMediaType

func NewSendInvoiceUnsupportedMediaType() *SendInvoiceUnsupportedMediaType

NewSendInvoiceUnsupportedMediaType creates a SendInvoiceUnsupportedMediaType with default headers values

func (*SendInvoiceUnsupportedMediaType) Error

func (*SendInvoiceUnsupportedMediaType) GetPayload

func (*SendInvoiceUnsupportedMediaType) IsClientError

func (o *SendInvoiceUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this send invoice unsupported media type response has a 4xx status code

func (*SendInvoiceUnsupportedMediaType) IsCode

func (o *SendInvoiceUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this send invoice unsupported media type response a status code equal to that given

func (*SendInvoiceUnsupportedMediaType) IsRedirect

func (o *SendInvoiceUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this send invoice unsupported media type response has a 3xx status code

func (*SendInvoiceUnsupportedMediaType) IsServerError

func (o *SendInvoiceUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this send invoice unsupported media type response has a 5xx status code

func (*SendInvoiceUnsupportedMediaType) IsSuccess

func (o *SendInvoiceUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this send invoice unsupported media type response has a 2xx status code

func (*SendInvoiceUnsupportedMediaType) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL