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