@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessLog extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents the access logging information for a virtual node.
| Constructor and Description |
|---|
AccessLog() |
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
clone() |
boolean |
equals(Object obj) |
FileAccessLog |
getFile()
The file object to send virtual node access logs to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFile(FileAccessLog file)
The file object to send virtual node access logs to.
|
String |
toString()
Returns a string representation of this object.
|
AccessLog |
withFile(FileAccessLog file)
The file object to send virtual node access logs to.
|
public void setFile(FileAccessLog file)
The file object to send virtual node access logs to.
file - The file object to send virtual node access logs to.public FileAccessLog getFile()
The file object to send virtual node access logs to.
public AccessLog withFile(FileAccessLog file)
The file object to send virtual node access logs to.
file - The file object to send virtual node access logs to.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.