@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationProperty extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration properties of a notification.
| Constructor and Description |
|---|
NotificationProperty() |
| Modifier and Type | Method and Description |
|---|---|
NotificationProperty |
clone() |
boolean |
equals(Object obj) |
Integer |
getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNotifyDelayAfter(Integer notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
String |
toString()
Returns a string representation of this object.
|
NotificationProperty |
withNotifyDelayAfter(Integer notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
public void setNotifyDelayAfter(Integer notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
notifyDelayAfter - After a job run starts, the number of minutes to wait before sending a job run delay notification.public Integer getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
public NotificationProperty withNotifyDelayAfter(Integer notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
notifyDelayAfter - After a job run starts, the number of minutes to wait before sending a job run delay notification.public String toString()
toString in class ObjectObject.toString()public NotificationProperty clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.