@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaInsightsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a call analytics task.
| Constructor and Description |
|---|
MediaInsightsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MediaInsightsConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationArn()
The configuration's ARN.
|
Boolean |
getDisabled()
Denotes the configration as enabled or disabled.
|
int |
hashCode() |
Boolean |
isDisabled()
Denotes the configration as enabled or disabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConfigurationArn(String configurationArn)
The configuration's ARN.
|
void |
setDisabled(Boolean disabled)
Denotes the configration as enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
MediaInsightsConfiguration |
withConfigurationArn(String configurationArn)
The configuration's ARN.
|
MediaInsightsConfiguration |
withDisabled(Boolean disabled)
Denotes the configration as enabled or disabled.
|
public void setDisabled(Boolean disabled)
Denotes the configration as enabled or disabled.
disabled - Denotes the configration as enabled or disabled.public Boolean getDisabled()
Denotes the configration as enabled or disabled.
public MediaInsightsConfiguration withDisabled(Boolean disabled)
Denotes the configration as enabled or disabled.
disabled - Denotes the configration as enabled or disabled.public Boolean isDisabled()
Denotes the configration as enabled or disabled.
public void setConfigurationArn(String configurationArn)
The configuration's ARN.
configurationArn - The configuration's ARN.public String getConfigurationArn()
The configuration's ARN.
public MediaInsightsConfiguration withConfigurationArn(String configurationArn)
The configuration's ARN.
configurationArn - The configuration's ARN.public String toString()
toString in class ObjectObject.toString()public MediaInsightsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.