public class EventTypeForDescribeEventTypesOutput extends Object
| Constructor and Description |
|---|
EventTypeForDescribeEventTypesOutput() |
| Modifier and Type | Method and Description |
|---|---|
EventTypeForDescribeEventTypesOutput |
addStatusItem(String statusItem) |
boolean |
equals(Object o) |
String |
getKind()
Get kind
|
List<String> |
getStatus()
Get status
|
String |
getTitle()
Get title
|
String |
getType()
Get type
|
int |
hashCode() |
Boolean |
isResponseRequired()
Get responseRequired
|
EventTypeForDescribeEventTypesOutput |
kind(String kind) |
EventTypeForDescribeEventTypesOutput |
responseRequired(Boolean responseRequired) |
void |
setKind(String kind) |
void |
setResponseRequired(Boolean responseRequired) |
void |
setStatus(List<String> status) |
void |
setTitle(String title) |
void |
setType(String type) |
EventTypeForDescribeEventTypesOutput |
status(List<String> status) |
EventTypeForDescribeEventTypesOutput |
title(String title) |
String |
toString() |
EventTypeForDescribeEventTypesOutput |
type(String type) |
public EventTypeForDescribeEventTypesOutput()
public EventTypeForDescribeEventTypesOutput kind(String kind)
public String getKind()
public void setKind(String kind)
public EventTypeForDescribeEventTypesOutput responseRequired(Boolean responseRequired)
public Boolean isResponseRequired()
public void setResponseRequired(Boolean responseRequired)
public EventTypeForDescribeEventTypesOutput status(List<String> status)
public EventTypeForDescribeEventTypesOutput addStatusItem(String statusItem)
public EventTypeForDescribeEventTypesOutput title(String title)
public String getTitle()
public void setTitle(String title)
public EventTypeForDescribeEventTypesOutput type(String type)
public String getType()
public void setType(String type)
Copyright © 2024. All rights reserved.