costandusagereportservicemock

package
v1.44.173 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package costandusagereportservicemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCostandUsageReportServiceAPI

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

MockCostandUsageReportServiceAPI is a mock of CostandUsageReportServiceAPI interface

func NewMockCostandUsageReportServiceAPI

func NewMockCostandUsageReportServiceAPI(ctrl *gomock.Controller) *MockCostandUsageReportServiceAPI

NewMockCostandUsageReportServiceAPI creates a new mock instance

func (*MockCostandUsageReportServiceAPI) DeleteReportDefinition

DeleteReportDefinition mocks base method

func (*MockCostandUsageReportServiceAPI) DeleteReportDefinitionRequest

DeleteReportDefinitionRequest mocks base method

func (*MockCostandUsageReportServiceAPI) DeleteReportDefinitionWithContext

DeleteReportDefinitionWithContext mocks base method

func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitions

DescribeReportDefinitions mocks base method

func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPages

DescribeReportDefinitionsPages mocks base method

func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPagesWithContext

DescribeReportDefinitionsPagesWithContext mocks base method

func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsRequest

DescribeReportDefinitionsRequest mocks base method

func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsWithContext

DescribeReportDefinitionsWithContext mocks base method

func (*MockCostandUsageReportServiceAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCostandUsageReportServiceAPI) ModifyReportDefinition

ModifyReportDefinition mocks base method

func (*MockCostandUsageReportServiceAPI) ModifyReportDefinitionRequest

ModifyReportDefinitionRequest mocks base method

func (*MockCostandUsageReportServiceAPI) ModifyReportDefinitionWithContext

ModifyReportDefinitionWithContext mocks base method

func (*MockCostandUsageReportServiceAPI) PutReportDefinition

PutReportDefinition mocks base method

func (*MockCostandUsageReportServiceAPI) PutReportDefinitionRequest

PutReportDefinitionRequest mocks base method

func (*MockCostandUsageReportServiceAPI) PutReportDefinitionWithContext

PutReportDefinitionWithContext mocks base method

type MockCostandUsageReportServiceAPIMockRecorder

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

MockCostandUsageReportServiceAPIMockRecorder is the mock recorder for MockCostandUsageReportServiceAPI

func (*MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinition

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinition(arg0 interface{}) *gomock.Call

DeleteReportDefinition indicates an expected call of DeleteReportDefinition

func (*MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionRequest

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionRequest(arg0 interface{}) *gomock.Call

DeleteReportDefinitionRequest indicates an expected call of DeleteReportDefinitionRequest

func (*MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionWithContext

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReportDefinitionWithContext indicates an expected call of DeleteReportDefinitionWithContext

func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitions

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitions(arg0 interface{}) *gomock.Call

DescribeReportDefinitions indicates an expected call of DescribeReportDefinitions

func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPages

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReportDefinitionsPages indicates an expected call of DescribeReportDefinitionsPages

func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPagesWithContext

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeReportDefinitionsPagesWithContext indicates an expected call of DescribeReportDefinitionsPagesWithContext

func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsRequest

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsRequest(arg0 interface{}) *gomock.Call

DescribeReportDefinitionsRequest indicates an expected call of DescribeReportDefinitionsRequest

func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsWithContext

func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReportDefinitionsWithContext indicates an expected call of DescribeReportDefinitionsWithContext

func (*MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinition

func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinition(arg0 interface{}) *gomock.Call

ModifyReportDefinition indicates an expected call of ModifyReportDefinition

func (*MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionRequest

func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionRequest(arg0 interface{}) *gomock.Call

ModifyReportDefinitionRequest indicates an expected call of ModifyReportDefinitionRequest

func (*MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionWithContext

func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReportDefinitionWithContext indicates an expected call of ModifyReportDefinitionWithContext

func (*MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinition

func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinition(arg0 interface{}) *gomock.Call

PutReportDefinition indicates an expected call of PutReportDefinition

func (*MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionRequest

func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionRequest(arg0 interface{}) *gomock.Call

PutReportDefinitionRequest indicates an expected call of PutReportDefinitionRequest

func (*MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionWithContext

func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutReportDefinitionWithContext indicates an expected call of PutReportDefinitionWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL