@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCallAnalyticsJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCallAnalyticsJobResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCallAnalyticsJobResult |
clone() |
boolean |
equals(Object obj) |
CallAnalyticsJob |
getCallAnalyticsJob()
An object that contains the results of your call analytics job.
|
int |
hashCode() |
void |
setCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object that contains the results of your call analytics job.
|
String |
toString()
Returns a string representation of this object.
|
GetCallAnalyticsJobResult |
withCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object that contains the results of your call analytics job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object that contains the results of your call analytics job.
callAnalyticsJob - An object that contains the results of your call analytics job.public CallAnalyticsJob getCallAnalyticsJob()
An object that contains the results of your call analytics job.
public GetCallAnalyticsJobResult withCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object that contains the results of your call analytics job.
callAnalyticsJob - An object that contains the results of your call analytics job.public String toString()
toString in class ObjectObject.toString()public GetCallAnalyticsJobResult clone()
Copyright © 2022. All rights reserved.