public class Notifications
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
completed
The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
|
private java.lang.String |
error
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
private java.lang.String |
progressing
The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify when Elastic Transcoder has started to process the job.
|
private java.lang.String |
warning
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
Constructor and Description |
---|
Notifications() |
Modifier and Type | Method and Description |
---|---|
Notifications |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCompleted()
The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
|
java.lang.String |
getError()
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
java.lang.String |
getProgressing()
The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify when Elastic Transcoder has started to process the job.
|
java.lang.String |
getWarning()
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
int |
hashCode() |
void |
setCompleted(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
|
void |
setError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
void |
setProgressing(java.lang.String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify when Elastic Transcoder has started to process the job.
|
void |
setWarning(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Notifications |
withCompleted(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
|
Notifications |
withError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
|
Notifications |
withProgressing(java.lang.String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify when Elastic Transcoder has started to process the job.
|
Notifications |
withWarning(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
|
private java.lang.String progressing
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
private java.lang.String completed
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
private java.lang.String warning
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
private java.lang.String error
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
public void setProgressing(java.lang.String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
progressing
- The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the
job.public java.lang.String getProgressing()
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
public Notifications withProgressing(java.lang.String progressing)
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
progressing
- The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify when Elastic Transcoder has started to process the
job.public void setCompleted(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
completed
- The Amazon SNS topic that you want to notify when Elastic
Transcoder has finished processing the job.public java.lang.String getCompleted()
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
public Notifications withCompleted(java.lang.String completed)
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
completed
- The Amazon SNS topic that you want to notify when Elastic
Transcoder has finished processing the job.public void setWarning(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
warning
- The Amazon SNS topic that you want to notify when Elastic
Transcoder encounters a warning condition.public java.lang.String getWarning()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
public Notifications withWarning(java.lang.String warning)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
warning
- The Amazon SNS topic that you want to notify when Elastic
Transcoder encounters a warning condition.public void setError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
error
- The Amazon SNS topic that you want to notify when Elastic
Transcoder encounters an error condition.public java.lang.String getError()
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
public Notifications withError(java.lang.String error)
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
error
- The Amazon SNS topic that you want to notify when Elastic
Transcoder encounters an error condition.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Notifications clone()
clone
in class java.lang.Object