| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | string | The UTC time at which the Filter was created. | |
| DataDestinationsUsingFilter | []string | The list of DataDestination ResourceIds which use this Filter. | |
| DataSourceId | string | The DataSource ResourceId which this Filter will read from. | |
| ResourceId | string | The Ambar resourceId corresponding to this Filter. | |
| Description | Pointer to string | The description of the Filter given when it was created. | [optional] |
| FilterContents | string | The contents of the Filter in Ambar filter DSL. | |
| State | string | The ResourceState of this Filter. For possible values see ResourceState in our developer docs. |
func NewFilter(createdAt string, dataDestinationsUsingFilter []string, dataSourceId string, resourceId string, filterContents string, state string, ) *Filter
NewFilter instantiates a new Filter 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 NewFilterWithDefaults() *Filter
NewFilterWithDefaults instantiates a new Filter 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 *Filter) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Filter) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Filter) GetDataDestinationsUsingFilter() []string
GetDataDestinationsUsingFilter returns the DataDestinationsUsingFilter field if non-nil, zero value otherwise.
func (o *Filter) GetDataDestinationsUsingFilterOk() (*[]string, bool)
GetDataDestinationsUsingFilterOk returns a tuple with the DataDestinationsUsingFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetDataDestinationsUsingFilter(v []string)
SetDataDestinationsUsingFilter sets DataDestinationsUsingFilter field to given value.
func (o *Filter) GetDataSourceId() string
GetDataSourceId returns the DataSourceId field if non-nil, zero value otherwise.
func (o *Filter) GetDataSourceIdOk() (*string, bool)
GetDataSourceIdOk returns a tuple with the DataSourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetDataSourceId(v string)
SetDataSourceId sets DataSourceId field to given value.
func (o *Filter) GetResourceId() string
GetResourceId returns the ResourceId field if non-nil, zero value otherwise.
func (o *Filter) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetResourceId(v string)
SetResourceId sets ResourceId field to given value.
func (o *Filter) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Filter) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Filter) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Filter) GetFilterContents() string
GetFilterContents returns the FilterContents field if non-nil, zero value otherwise.
func (o *Filter) GetFilterContentsOk() (*string, bool)
GetFilterContentsOk returns a tuple with the FilterContents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetFilterContents(v string)
SetFilterContents sets FilterContents field to given value.
func (o *Filter) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *Filter) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Filter) SetState(v string)
SetState sets State field to given value.