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