public class DescribeSystemEventsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeSystemEventsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSystemEventsResponse |
addSystemEventsItem(SystemEventForDescribeSystemEventsOutput systemEventsItem) |
boolean |
equals(Object o) |
String |
getNextToken()
Get nextToken
|
@Valid List<SystemEventForDescribeSystemEventsOutput> |
getSystemEvents()
Get systemEvents
|
int |
hashCode() |
DescribeSystemEventsResponse |
nextToken(String nextToken) |
void |
setNextToken(String nextToken) |
void |
setSystemEvents(List<SystemEventForDescribeSystemEventsOutput> systemEvents) |
DescribeSystemEventsResponse |
systemEvents(List<SystemEventForDescribeSystemEventsOutput> systemEvents) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic DescribeSystemEventsResponse nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribeSystemEventsResponse systemEvents(List<SystemEventForDescribeSystemEventsOutput> systemEvents)
public DescribeSystemEventsResponse addSystemEventsItem(SystemEventForDescribeSystemEventsOutput systemEventsItem)
@Valid public @Valid List<SystemEventForDescribeSystemEventsOutput> getSystemEvents()
public void setSystemEvents(List<SystemEventForDescribeSystemEventsOutput> systemEvents)
Copyright © 2024. All rights reserved.