@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
LoggingConfiguration() |
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableSIPLogs() |
int |
hashCode() |
Boolean |
isEnableSIPLogs() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableSIPLogs(Boolean enableSIPLogs) |
String |
toString()
Returns a string representation of this object.
|
LoggingConfiguration |
withEnableSIPLogs(Boolean enableSIPLogs) |
public void setEnableSIPLogs(Boolean enableSIPLogs)
enableSIPLogs
- public Boolean getEnableSIPLogs()
public LoggingConfiguration withEnableSIPLogs(Boolean enableSIPLogs)
enableSIPLogs
- public Boolean isEnableSIPLogs()
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.