@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationChannel extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NotificationChannel() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
clone() |
boolean |
equals(Object obj) |
NotificationChannelConfig |
getConfig() |
String |
getId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConfig(NotificationChannelConfig config) |
void |
setId(String id) |
String |
toString()
Returns a string representation of this object.
|
NotificationChannel |
withConfig(NotificationChannelConfig config) |
NotificationChannel |
withId(String id) |
public void setConfig(NotificationChannelConfig config)
config - public NotificationChannelConfig getConfig()
public NotificationChannel withConfig(NotificationChannelConfig config)
config - public void setId(String id)
id - public String getId()
public NotificationChannel withId(String id)
id - public String toString()
toString in class ObjectObject.toString()public NotificationChannel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.