public class ListViolationEventsResult extends Object implements Serializable
Constructor and Description |
---|
ListViolationEventsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional results. |
List<ViolationEvent> |
getViolationEvents()
The security profile violation alerts issued for this account during the
given time frame, potentially filtered by security profile, behavior
violated, or thing (device) violating.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional results. |
void |
setViolationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the
given time frame, potentially filtered by security profile, behavior
violated, or thing (device) violating.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListViolationEventsResult |
withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional results. |
ListViolationEventsResult |
withViolationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the
given time frame, potentially filtered by security profile, behavior
violated, or thing (device) violating.
|
ListViolationEventsResult |
withViolationEvents(ViolationEvent... violationEvents)
The security profile violation alerts issued for this account during the
given time frame, potentially filtered by security profile, behavior
violated, or thing (device) violating.
|
public List<ViolationEvent> getViolationEvents()
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
public void setViolationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
violationEvents
- The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
public ListViolationEventsResult withViolationEvents(ViolationEvent... violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
Returns a reference to this object so that method calls can be chained together.
violationEvents
- The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
public ListViolationEventsResult withViolationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
Returns a reference to this object so that method calls can be chained together.
violationEvents
- The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
public String getNextToken()
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
public void setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
nextToken
-
A token that can be used to retrieve the next set of results,
or null
if there are no additional results.
public ListViolationEventsResult withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
A token that can be used to retrieve the next set of results,
or null
if there are no additional results.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.