@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingNotificationTarget extends Object implements Serializable, Cloneable, StructuredPojo
The targeted recipient for a streaming configuration notification.
Constructor and Description |
---|
StreamingNotificationTarget() |
Modifier and Type | Method and Description |
---|---|
StreamingNotificationTarget |
clone() |
boolean |
equals(Object obj) |
String |
getNotificationTarget()
The streaming notification target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNotificationTarget(String notificationTarget)
The streaming notification target.
|
String |
toString()
Returns a string representation of this object.
|
StreamingNotificationTarget |
withNotificationTarget(NotificationTarget notificationTarget)
The streaming notification target.
|
StreamingNotificationTarget |
withNotificationTarget(String notificationTarget)
The streaming notification target.
|
public void setNotificationTarget(String notificationTarget)
The streaming notification target.
notificationTarget
- The streaming notification target.NotificationTarget
public String getNotificationTarget()
The streaming notification target.
NotificationTarget
public StreamingNotificationTarget withNotificationTarget(String notificationTarget)
The streaming notification target.
notificationTarget
- The streaming notification target.NotificationTarget
public StreamingNotificationTarget withNotificationTarget(NotificationTarget notificationTarget)
The streaming notification target.
notificationTarget
- The streaming notification target.NotificationTarget
public String toString()
toString
in class Object
Object.toString()
public StreamingNotificationTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.