@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCallAnalyticsJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartCallAnalyticsJobResult() |
Modifier and Type | Method and Description |
---|---|
StartCallAnalyticsJobResult |
clone() |
boolean |
equals(Object obj) |
CallAnalyticsJob |
getCallAnalyticsJob()
An object containing the details of the asynchronous call analytics job.
|
int |
hashCode() |
void |
setCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object containing the details of the asynchronous call analytics job.
|
String |
toString()
Returns a string representation of this object.
|
StartCallAnalyticsJobResult |
withCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object containing the details of the asynchronous call analytics job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object containing the details of the asynchronous call analytics job.
callAnalyticsJob
- An object containing the details of the asynchronous call analytics job.public CallAnalyticsJob getCallAnalyticsJob()
An object containing the details of the asynchronous call analytics job.
public StartCallAnalyticsJobResult withCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object containing the details of the asynchronous call analytics job.
callAnalyticsJob
- An object containing the details of the asynchronous call analytics job.public String toString()
toString
in class Object
Object.toString()
public StartCallAnalyticsJobResult clone()