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