| Name | Type | Description | Notes |
|---|---|---|---|
| Events | Pointer to string | Event data | [optional] |
| NextToken | Pointer to string | Continuation request token | [optional] |
func NewEventsList() *EventsList
NewEventsList instantiates a new EventsList 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 NewEventsListWithDefaults() *EventsList
NewEventsListWithDefaults instantiates a new EventsList 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 *EventsList) GetEvents() string
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *EventsList) GetEventsOk() (*string, bool)
GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventsList) SetEvents(v string)
SetEvents sets Events field to given value.
func (o *EventsList) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (o *EventsList) GetNextToken() string
GetNextToken returns the NextToken field if non-nil, zero value otherwise.
func (o *EventsList) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventsList) SetNextToken(v string)
SetNextToken sets NextToken field to given value.
func (o *EventsList) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.