@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WirelessGatewayLogOption extends Object implements Serializable, Cloneable, StructuredPojo
The log option for wireless gateways. Can be used to set log level for a specific type of wireless gateway.
Constructor and Description |
---|
WirelessGatewayLogOption() |
public void setType(String type)
type
- WirelessGatewayType
public String getType()
WirelessGatewayType
public WirelessGatewayLogOption withType(String type)
type
- WirelessGatewayType
public WirelessGatewayLogOption withType(WirelessGatewayType type)
type
- WirelessGatewayType
public WirelessGatewayLogOption withLogLevel(String logLevel)
logLevel
- LogLevel
public WirelessGatewayLogOption withLogLevel(LogLevel logLevel)
logLevel
- LogLevel
public List<WirelessGatewayEventLogOption> getEvents()
public void setEvents(Collection<WirelessGatewayEventLogOption> events)
events
- public WirelessGatewayLogOption withEvents(WirelessGatewayEventLogOption... events)
NOTE: This method appends the values to the existing list (if any). Use
setEvents(java.util.Collection)
or withEvents(java.util.Collection)
if you want to override the
existing values.
events
- public WirelessGatewayLogOption withEvents(Collection<WirelessGatewayEventLogOption> events)
events
- public String toString()
toString
in class Object
Object.toString()
public WirelessGatewayLogOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.