| Name | Type | Description | Notes |
|---|---|---|---|
| InvalidParameterException | string | ||
| ResourceInvalidStateException | string | ||
| InvalidFilterException | string |
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
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
func (o *CreateFilter400Response) GetInvalidParameterException() string
GetInvalidParameterException returns the InvalidParameterException field if non-nil, zero value otherwise.
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.
func (o *CreateFilter400Response) SetInvalidParameterException(v string)
SetInvalidParameterException sets InvalidParameterException field to given value.
func (o *CreateFilter400Response) GetResourceInvalidStateException() string
GetResourceInvalidStateException returns the ResourceInvalidStateException field if non-nil, zero value otherwise.
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.
func (o *CreateFilter400Response) SetResourceInvalidStateException(v string)
SetResourceInvalidStateException sets ResourceInvalidStateException field to given value.
func (o *CreateFilter400Response) GetInvalidFilterException() string
GetInvalidFilterException returns the InvalidFilterException field if non-nil, zero value otherwise.
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.
func (o *CreateFilter400Response) SetInvalidFilterException(v string)
SetInvalidFilterException sets InvalidFilterException field to given value.