Documentation ¶
Index ¶
- type Client
- func (a *Client) GetCloudTowerApplicationPackages(params *GetCloudTowerApplicationPackagesParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesOK, error)
- func (a *Client) GetCloudTowerApplicationPackagesConnection(params *GetCloudTowerApplicationPackagesConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesConnectionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetCloudTowerApplicationPackagesBadRequest
- type GetCloudTowerApplicationPackagesConnectionBadRequest
- type GetCloudTowerApplicationPackagesConnectionInternalServerError
- type GetCloudTowerApplicationPackagesConnectionNotFound
- type GetCloudTowerApplicationPackagesConnectionOK
- type GetCloudTowerApplicationPackagesConnectionParams
- func NewGetCloudTowerApplicationPackagesConnectionParams() *GetCloudTowerApplicationPackagesConnectionParams
- func NewGetCloudTowerApplicationPackagesConnectionParamsWithContext(ctx context.Context) *GetCloudTowerApplicationPackagesConnectionParams
- func NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesConnectionParams
- func NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) SetContentLanguage(contentLanguage *string)
- func (o *GetCloudTowerApplicationPackagesConnectionParams) SetContext(ctx context.Context)
- func (o *GetCloudTowerApplicationPackagesConnectionParams) SetDefaults()
- func (o *GetCloudTowerApplicationPackagesConnectionParams) SetHTTPClient(client *http.Client)
- func (o *GetCloudTowerApplicationPackagesConnectionParams) SetRequestBody(requestBody *models.GetCloudTowerApplicationPackagesConnectionRequestBody)
- func (o *GetCloudTowerApplicationPackagesConnectionParams) SetTimeout(timeout time.Duration)
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WithContentLanguage(contentLanguage *string) *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WithContext(ctx context.Context) *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WithDefaults() *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WithRequestBody(requestBody *models.GetCloudTowerApplicationPackagesConnectionRequestBody) *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesConnectionParams
- func (o *GetCloudTowerApplicationPackagesConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCloudTowerApplicationPackagesConnectionReader
- type GetCloudTowerApplicationPackagesInternalServerError
- type GetCloudTowerApplicationPackagesNotFound
- type GetCloudTowerApplicationPackagesOK
- type GetCloudTowerApplicationPackagesParams
- func NewGetCloudTowerApplicationPackagesParams() *GetCloudTowerApplicationPackagesParams
- func NewGetCloudTowerApplicationPackagesParamsWithContext(ctx context.Context) *GetCloudTowerApplicationPackagesParams
- func NewGetCloudTowerApplicationPackagesParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesParams
- func NewGetCloudTowerApplicationPackagesParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) SetContentLanguage(contentLanguage *string)
- func (o *GetCloudTowerApplicationPackagesParams) SetContext(ctx context.Context)
- func (o *GetCloudTowerApplicationPackagesParams) SetDefaults()
- func (o *GetCloudTowerApplicationPackagesParams) SetHTTPClient(client *http.Client)
- func (o *GetCloudTowerApplicationPackagesParams) SetRequestBody(requestBody *models.GetCloudTowerApplicationPackagesRequestBody)
- func (o *GetCloudTowerApplicationPackagesParams) SetTimeout(timeout time.Duration)
- func (o *GetCloudTowerApplicationPackagesParams) WithContentLanguage(contentLanguage *string) *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) WithContext(ctx context.Context) *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) WithDefaults() *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) WithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) WithRequestBody(requestBody *models.GetCloudTowerApplicationPackagesRequestBody) *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) WithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesParams
- func (o *GetCloudTowerApplicationPackagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCloudTowerApplicationPackagesReader
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 cloud tower application package API
func (*Client) GetCloudTowerApplicationPackages ¶
func (a *Client) GetCloudTowerApplicationPackages(params *GetCloudTowerApplicationPackagesParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesOK, error)
GetCloudTowerApplicationPackages get cloud tower application packages API
func (*Client) GetCloudTowerApplicationPackagesConnection ¶
func (a *Client) GetCloudTowerApplicationPackagesConnection(params *GetCloudTowerApplicationPackagesConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesConnectionOK, error)
GetCloudTowerApplicationPackagesConnection get cloud tower application packages connection API
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 { GetCloudTowerApplicationPackages(params *GetCloudTowerApplicationPackagesParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesOK, error) GetCloudTowerApplicationPackagesConnection(params *GetCloudTowerApplicationPackagesConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesConnectionOK, 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 cloud tower application package API client.
type GetCloudTowerApplicationPackagesBadRequest ¶
GetCloudTowerApplicationPackagesBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetCloudTowerApplicationPackagesBadRequest ¶
func NewGetCloudTowerApplicationPackagesBadRequest() *GetCloudTowerApplicationPackagesBadRequest
NewGetCloudTowerApplicationPackagesBadRequest creates a GetCloudTowerApplicationPackagesBadRequest with default headers values
func (*GetCloudTowerApplicationPackagesBadRequest) Error ¶
func (o *GetCloudTowerApplicationPackagesBadRequest) Error() string
func (*GetCloudTowerApplicationPackagesBadRequest) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesBadRequest) GetPayload() *models.ErrorBody
type GetCloudTowerApplicationPackagesConnectionBadRequest ¶
GetCloudTowerApplicationPackagesConnectionBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetCloudTowerApplicationPackagesConnectionBadRequest ¶
func NewGetCloudTowerApplicationPackagesConnectionBadRequest() *GetCloudTowerApplicationPackagesConnectionBadRequest
NewGetCloudTowerApplicationPackagesConnectionBadRequest creates a GetCloudTowerApplicationPackagesConnectionBadRequest with default headers values
func (*GetCloudTowerApplicationPackagesConnectionBadRequest) Error ¶
func (o *GetCloudTowerApplicationPackagesConnectionBadRequest) Error() string
func (*GetCloudTowerApplicationPackagesConnectionBadRequest) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesConnectionBadRequest) GetPayload() *models.ErrorBody
type GetCloudTowerApplicationPackagesConnectionInternalServerError ¶
type GetCloudTowerApplicationPackagesConnectionInternalServerError struct {
Payload *models.ErrorBody
}
GetCloudTowerApplicationPackagesConnectionInternalServerError describes a response with status code 500, with default header values.
Server error
func NewGetCloudTowerApplicationPackagesConnectionInternalServerError ¶
func NewGetCloudTowerApplicationPackagesConnectionInternalServerError() *GetCloudTowerApplicationPackagesConnectionInternalServerError
NewGetCloudTowerApplicationPackagesConnectionInternalServerError creates a GetCloudTowerApplicationPackagesConnectionInternalServerError with default headers values
func (*GetCloudTowerApplicationPackagesConnectionInternalServerError) Error ¶
func (o *GetCloudTowerApplicationPackagesConnectionInternalServerError) Error() string
func (*GetCloudTowerApplicationPackagesConnectionInternalServerError) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesConnectionInternalServerError) GetPayload() *models.ErrorBody
type GetCloudTowerApplicationPackagesConnectionNotFound ¶
GetCloudTowerApplicationPackagesConnectionNotFound describes a response with status code 404, with default header values.
Not found
func NewGetCloudTowerApplicationPackagesConnectionNotFound ¶
func NewGetCloudTowerApplicationPackagesConnectionNotFound() *GetCloudTowerApplicationPackagesConnectionNotFound
NewGetCloudTowerApplicationPackagesConnectionNotFound creates a GetCloudTowerApplicationPackagesConnectionNotFound with default headers values
func (*GetCloudTowerApplicationPackagesConnectionNotFound) Error ¶
func (o *GetCloudTowerApplicationPackagesConnectionNotFound) Error() string
func (*GetCloudTowerApplicationPackagesConnectionNotFound) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesConnectionNotFound) GetPayload() *models.ErrorBody
type GetCloudTowerApplicationPackagesConnectionOK ¶
type GetCloudTowerApplicationPackagesConnectionOK struct {
Payload *models.CloudTowerApplicationPackageConnection
}
GetCloudTowerApplicationPackagesConnectionOK describes a response with status code 200, with default header values.
Ok
func NewGetCloudTowerApplicationPackagesConnectionOK ¶
func NewGetCloudTowerApplicationPackagesConnectionOK() *GetCloudTowerApplicationPackagesConnectionOK
NewGetCloudTowerApplicationPackagesConnectionOK creates a GetCloudTowerApplicationPackagesConnectionOK with default headers values
func (*GetCloudTowerApplicationPackagesConnectionOK) Error ¶
func (o *GetCloudTowerApplicationPackagesConnectionOK) Error() string
func (*GetCloudTowerApplicationPackagesConnectionOK) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesConnectionOK) GetPayload() *models.CloudTowerApplicationPackageConnection
type GetCloudTowerApplicationPackagesConnectionParams ¶
type GetCloudTowerApplicationPackagesConnectionParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetCloudTowerApplicationPackagesConnectionRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCloudTowerApplicationPackagesConnectionParams contains all the parameters to send to the API endpoint
for the get cloud tower application packages connection operation. Typically these are written to a http.Request.
func NewGetCloudTowerApplicationPackagesConnectionParams ¶
func NewGetCloudTowerApplicationPackagesConnectionParams() *GetCloudTowerApplicationPackagesConnectionParams
NewGetCloudTowerApplicationPackagesConnectionParams creates a new GetCloudTowerApplicationPackagesConnectionParams 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 NewGetCloudTowerApplicationPackagesConnectionParamsWithContext ¶
func NewGetCloudTowerApplicationPackagesConnectionParamsWithContext(ctx context.Context) *GetCloudTowerApplicationPackagesConnectionParams
NewGetCloudTowerApplicationPackagesConnectionParamsWithContext creates a new GetCloudTowerApplicationPackagesConnectionParams object with the ability to set a context for a request.
func NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient ¶
func NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesConnectionParams
NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient creates a new GetCloudTowerApplicationPackagesConnectionParams object with the ability to set a custom HTTPClient for a request.
func NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout ¶
func NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesConnectionParams
NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout creates a new GetCloudTowerApplicationPackagesConnectionParams object with the ability to set a timeout on a request.
func (*GetCloudTowerApplicationPackagesConnectionParams) SetContentLanguage ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) SetContext ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) SetContext(ctx context.Context)
SetContext adds the context to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) SetDefaults ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) SetDefaults()
SetDefaults hydrates default values in the get cloud tower application packages connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetCloudTowerApplicationPackagesConnectionParams) SetHTTPClient ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) SetRequestBody ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) SetRequestBody(requestBody *models.GetCloudTowerApplicationPackagesConnectionRequestBody)
SetRequestBody adds the requestBody to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) SetTimeout ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) WithContentLanguage ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WithContentLanguage(contentLanguage *string) *GetCloudTowerApplicationPackagesConnectionParams
WithContentLanguage adds the contentLanguage to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) WithContext ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WithContext(ctx context.Context) *GetCloudTowerApplicationPackagesConnectionParams
WithContext adds the context to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) WithDefaults ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WithDefaults() *GetCloudTowerApplicationPackagesConnectionParams
WithDefaults hydrates default values in the get cloud tower application packages connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetCloudTowerApplicationPackagesConnectionParams) WithHTTPClient ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesConnectionParams
WithHTTPClient adds the HTTPClient to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) WithRequestBody ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WithRequestBody(requestBody *models.GetCloudTowerApplicationPackagesConnectionRequestBody) *GetCloudTowerApplicationPackagesConnectionParams
WithRequestBody adds the requestBody to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) WithTimeout ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesConnectionParams
WithTimeout adds the timeout to the get cloud tower application packages connection params
func (*GetCloudTowerApplicationPackagesConnectionParams) WriteToRequest ¶
func (o *GetCloudTowerApplicationPackagesConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCloudTowerApplicationPackagesConnectionReader ¶
type GetCloudTowerApplicationPackagesConnectionReader struct {
// contains filtered or unexported fields
}
GetCloudTowerApplicationPackagesConnectionReader is a Reader for the GetCloudTowerApplicationPackagesConnection structure.
func (*GetCloudTowerApplicationPackagesConnectionReader) ReadResponse ¶
func (o *GetCloudTowerApplicationPackagesConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCloudTowerApplicationPackagesInternalServerError ¶
GetCloudTowerApplicationPackagesInternalServerError describes a response with status code 500, with default header values.
Server error
func NewGetCloudTowerApplicationPackagesInternalServerError ¶
func NewGetCloudTowerApplicationPackagesInternalServerError() *GetCloudTowerApplicationPackagesInternalServerError
NewGetCloudTowerApplicationPackagesInternalServerError creates a GetCloudTowerApplicationPackagesInternalServerError with default headers values
func (*GetCloudTowerApplicationPackagesInternalServerError) Error ¶
func (o *GetCloudTowerApplicationPackagesInternalServerError) Error() string
func (*GetCloudTowerApplicationPackagesInternalServerError) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesInternalServerError) GetPayload() *models.ErrorBody
type GetCloudTowerApplicationPackagesNotFound ¶
GetCloudTowerApplicationPackagesNotFound describes a response with status code 404, with default header values.
Not found
func NewGetCloudTowerApplicationPackagesNotFound ¶
func NewGetCloudTowerApplicationPackagesNotFound() *GetCloudTowerApplicationPackagesNotFound
NewGetCloudTowerApplicationPackagesNotFound creates a GetCloudTowerApplicationPackagesNotFound with default headers values
func (*GetCloudTowerApplicationPackagesNotFound) Error ¶
func (o *GetCloudTowerApplicationPackagesNotFound) Error() string
func (*GetCloudTowerApplicationPackagesNotFound) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesNotFound) GetPayload() *models.ErrorBody
type GetCloudTowerApplicationPackagesOK ¶
type GetCloudTowerApplicationPackagesOK struct {
Payload []*models.CloudTowerApplicationPackage
}
GetCloudTowerApplicationPackagesOK describes a response with status code 200, with default header values.
Ok
func NewGetCloudTowerApplicationPackagesOK ¶
func NewGetCloudTowerApplicationPackagesOK() *GetCloudTowerApplicationPackagesOK
NewGetCloudTowerApplicationPackagesOK creates a GetCloudTowerApplicationPackagesOK with default headers values
func (*GetCloudTowerApplicationPackagesOK) Error ¶
func (o *GetCloudTowerApplicationPackagesOK) Error() string
func (*GetCloudTowerApplicationPackagesOK) GetPayload ¶
func (o *GetCloudTowerApplicationPackagesOK) GetPayload() []*models.CloudTowerApplicationPackage
type GetCloudTowerApplicationPackagesParams ¶
type GetCloudTowerApplicationPackagesParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetCloudTowerApplicationPackagesRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCloudTowerApplicationPackagesParams contains all the parameters to send to the API endpoint
for the get cloud tower application packages operation. Typically these are written to a http.Request.
func NewGetCloudTowerApplicationPackagesParams ¶
func NewGetCloudTowerApplicationPackagesParams() *GetCloudTowerApplicationPackagesParams
NewGetCloudTowerApplicationPackagesParams creates a new GetCloudTowerApplicationPackagesParams 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 NewGetCloudTowerApplicationPackagesParamsWithContext ¶
func NewGetCloudTowerApplicationPackagesParamsWithContext(ctx context.Context) *GetCloudTowerApplicationPackagesParams
NewGetCloudTowerApplicationPackagesParamsWithContext creates a new GetCloudTowerApplicationPackagesParams object with the ability to set a context for a request.
func NewGetCloudTowerApplicationPackagesParamsWithHTTPClient ¶
func NewGetCloudTowerApplicationPackagesParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesParams
NewGetCloudTowerApplicationPackagesParamsWithHTTPClient creates a new GetCloudTowerApplicationPackagesParams object with the ability to set a custom HTTPClient for a request.
func NewGetCloudTowerApplicationPackagesParamsWithTimeout ¶
func NewGetCloudTowerApplicationPackagesParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesParams
NewGetCloudTowerApplicationPackagesParamsWithTimeout creates a new GetCloudTowerApplicationPackagesParams object with the ability to set a timeout on a request.
func (*GetCloudTowerApplicationPackagesParams) SetContentLanguage ¶
func (o *GetCloudTowerApplicationPackagesParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) SetContext ¶
func (o *GetCloudTowerApplicationPackagesParams) SetContext(ctx context.Context)
SetContext adds the context to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) SetDefaults ¶
func (o *GetCloudTowerApplicationPackagesParams) SetDefaults()
SetDefaults hydrates default values in the get cloud tower application packages params (not the query body).
All values with no default are reset to their zero value.
func (*GetCloudTowerApplicationPackagesParams) SetHTTPClient ¶
func (o *GetCloudTowerApplicationPackagesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) SetRequestBody ¶
func (o *GetCloudTowerApplicationPackagesParams) SetRequestBody(requestBody *models.GetCloudTowerApplicationPackagesRequestBody)
SetRequestBody adds the requestBody to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) SetTimeout ¶
func (o *GetCloudTowerApplicationPackagesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) WithContentLanguage ¶
func (o *GetCloudTowerApplicationPackagesParams) WithContentLanguage(contentLanguage *string) *GetCloudTowerApplicationPackagesParams
WithContentLanguage adds the contentLanguage to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) WithContext ¶
func (o *GetCloudTowerApplicationPackagesParams) WithContext(ctx context.Context) *GetCloudTowerApplicationPackagesParams
WithContext adds the context to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) WithDefaults ¶
func (o *GetCloudTowerApplicationPackagesParams) WithDefaults() *GetCloudTowerApplicationPackagesParams
WithDefaults hydrates default values in the get cloud tower application packages params (not the query body).
All values with no default are reset to their zero value.
func (*GetCloudTowerApplicationPackagesParams) WithHTTPClient ¶
func (o *GetCloudTowerApplicationPackagesParams) WithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesParams
WithHTTPClient adds the HTTPClient to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) WithRequestBody ¶
func (o *GetCloudTowerApplicationPackagesParams) WithRequestBody(requestBody *models.GetCloudTowerApplicationPackagesRequestBody) *GetCloudTowerApplicationPackagesParams
WithRequestBody adds the requestBody to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) WithTimeout ¶
func (o *GetCloudTowerApplicationPackagesParams) WithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesParams
WithTimeout adds the timeout to the get cloud tower application packages params
func (*GetCloudTowerApplicationPackagesParams) WriteToRequest ¶
func (o *GetCloudTowerApplicationPackagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCloudTowerApplicationPackagesReader ¶
type GetCloudTowerApplicationPackagesReader struct {
// contains filtered or unexported fields
}
GetCloudTowerApplicationPackagesReader is a Reader for the GetCloudTowerApplicationPackages structure.
func (*GetCloudTowerApplicationPackagesReader) ReadResponse ¶
func (o *GetCloudTowerApplicationPackagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.