Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Latest commit

 

History

History
93 lines (50 loc) · 3.37 KB

File metadata and controls

93 lines (50 loc) · 3.37 KB

CreateFilter400Response

Properties

Name Type Description Notes
InvalidParameterException string
ResourceInvalidStateException string
InvalidFilterException string

Methods

NewCreateFilter400Response

func NewCreateFilter400Response(invalidParameterException string, resourceInvalidStateException string, invalidFilterException string, ) *CreateFilter400Response

NewCreateFilter400Response instantiates a new CreateFilter400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCreateFilter400ResponseWithDefaults

func NewCreateFilter400ResponseWithDefaults() *CreateFilter400Response

NewCreateFilter400ResponseWithDefaults instantiates a new CreateFilter400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetInvalidParameterException

func (o *CreateFilter400Response) GetInvalidParameterException() string

GetInvalidParameterException returns the InvalidParameterException field if non-nil, zero value otherwise.

GetInvalidParameterExceptionOk

func (o *CreateFilter400Response) GetInvalidParameterExceptionOk() (*string, bool)

GetInvalidParameterExceptionOk returns a tuple with the InvalidParameterException field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInvalidParameterException

func (o *CreateFilter400Response) SetInvalidParameterException(v string)

SetInvalidParameterException sets InvalidParameterException field to given value.

GetResourceInvalidStateException

func (o *CreateFilter400Response) GetResourceInvalidStateException() string

GetResourceInvalidStateException returns the ResourceInvalidStateException field if non-nil, zero value otherwise.

GetResourceInvalidStateExceptionOk

func (o *CreateFilter400Response) GetResourceInvalidStateExceptionOk() (*string, bool)

GetResourceInvalidStateExceptionOk returns a tuple with the ResourceInvalidStateException field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResourceInvalidStateException

func (o *CreateFilter400Response) SetResourceInvalidStateException(v string)

SetResourceInvalidStateException sets ResourceInvalidStateException field to given value.

GetInvalidFilterException

func (o *CreateFilter400Response) GetInvalidFilterException() string

GetInvalidFilterException returns the InvalidFilterException field if non-nil, zero value otherwise.

GetInvalidFilterExceptionOk

func (o *CreateFilter400Response) GetInvalidFilterExceptionOk() (*string, bool)

GetInvalidFilterExceptionOk returns a tuple with the InvalidFilterException field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInvalidFilterException

func (o *CreateFilter400Response) SetInvalidFilterException(v string)

SetInvalidFilterException sets InvalidFilterException field to given value.

[Back to Model list] [Back to API list] [Back to README]