@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpnTunnelLogOptionsSpecification extends Object implements Serializable, Cloneable
Options for logging VPN tunnel activity.
Constructor and Description |
---|
VpnTunnelLogOptionsSpecification() |
Modifier and Type | Method and Description |
---|---|
VpnTunnelLogOptionsSpecification |
clone() |
boolean |
equals(Object obj) |
CloudWatchLogOptionsSpecification |
getCloudWatchLogOptions()
Options for sending VPN tunnel logs to CloudWatch.
|
int |
hashCode() |
void |
setCloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
String |
toString()
Returns a string representation of this object.
|
VpnTunnelLogOptionsSpecification |
withCloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
|
public void setCloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
cloudWatchLogOptions
- Options for sending VPN tunnel logs to CloudWatch.public CloudWatchLogOptionsSpecification getCloudWatchLogOptions()
Options for sending VPN tunnel logs to CloudWatch.
public VpnTunnelLogOptionsSpecification withCloudWatchLogOptions(CloudWatchLogOptionsSpecification cloudWatchLogOptions)
Options for sending VPN tunnel logs to CloudWatch.
cloudWatchLogOptions
- Options for sending VPN tunnel logs to CloudWatch.public String toString()
toString
in class Object
Object.toString()
public VpnTunnelLogOptionsSpecification clone()