@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
Constructor and Description |
---|
LoggingConfiguration() |
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableMediaMetricLogs()
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
|
Boolean |
getEnableSIPLogs()
Boolean that enables SIP message logs to Amazon CloudWatch logs.
|
int |
hashCode() |
Boolean |
isEnableMediaMetricLogs()
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
|
Boolean |
isEnableSIPLogs()
Boolean that enables SIP message logs to Amazon CloudWatch logs.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableMediaMetricLogs(Boolean enableMediaMetricLogs)
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
|
void |
setEnableSIPLogs(Boolean enableSIPLogs)
Boolean that enables SIP message logs to Amazon CloudWatch logs.
|
String |
toString()
Returns a string representation of this object.
|
LoggingConfiguration |
withEnableMediaMetricLogs(Boolean enableMediaMetricLogs)
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
|
LoggingConfiguration |
withEnableSIPLogs(Boolean enableSIPLogs)
Boolean that enables SIP message logs to Amazon CloudWatch logs.
|
public void setEnableSIPLogs(Boolean enableSIPLogs)
Boolean that enables SIP message logs to Amazon CloudWatch logs.
enableSIPLogs
- Boolean that enables SIP message logs to Amazon CloudWatch logs.public Boolean getEnableSIPLogs()
Boolean that enables SIP message logs to Amazon CloudWatch logs.
public LoggingConfiguration withEnableSIPLogs(Boolean enableSIPLogs)
Boolean that enables SIP message logs to Amazon CloudWatch logs.
enableSIPLogs
- Boolean that enables SIP message logs to Amazon CloudWatch logs.public Boolean isEnableSIPLogs()
Boolean that enables SIP message logs to Amazon CloudWatch logs.
public void setEnableMediaMetricLogs(Boolean enableMediaMetricLogs)
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
enableMediaMetricLogs
- Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.public Boolean getEnableMediaMetricLogs()
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
public LoggingConfiguration withEnableMediaMetricLogs(Boolean enableMediaMetricLogs)
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
enableMediaMetricLogs
- Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.public Boolean isEnableMediaMetricLogs()
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
public String toString()
toString
in class Object
Object.toString()
public LoggingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.