@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetCallAnalyticsJobResult clone()