@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Logging extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the logging information for a virtual node.
Constructor and Description |
---|
Logging() |
Modifier and Type | Method and Description |
---|---|
Logging |
clone() |
boolean |
equals(Object obj) |
AccessLog |
getAccessLog()
The access log configuration for a virtual node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessLog(AccessLog accessLog)
The access log configuration for a virtual node.
|
String |
toString()
Returns a string representation of this object.
|
Logging |
withAccessLog(AccessLog accessLog)
The access log configuration for a virtual node.
|
public void setAccessLog(AccessLog accessLog)
The access log configuration for a virtual node.
accessLog
- The access log configuration for a virtual node.public AccessLog getAccessLog()
The access log configuration for a virtual node.
public Logging withAccessLog(AccessLog accessLog)
The access log configuration for a virtual node.
accessLog
- The access log configuration for a virtual node.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.