@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public NotificationChannel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.