@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WirelessGatewayLogOption extends Object implements Serializable, Cloneable, StructuredPojo
The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.
| Constructor and Description |
|---|
WirelessGatewayLogOption() |
| Modifier and Type | Method and Description |
|---|---|
WirelessGatewayLogOption |
clone() |
boolean |
equals(Object obj) |
List<WirelessGatewayEventLogOption> |
getEvents() |
String |
getLogLevel() |
String |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEvents(Collection<WirelessGatewayEventLogOption> events) |
void |
setLogLevel(String logLevel) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
WirelessGatewayLogOption |
withEvents(Collection<WirelessGatewayEventLogOption> events) |
WirelessGatewayLogOption |
withEvents(WirelessGatewayEventLogOption... events)
NOTE: This method appends the values to the existing list (if any).
|
WirelessGatewayLogOption |
withLogLevel(LogLevel logLevel) |
WirelessGatewayLogOption |
withLogLevel(String logLevel) |
WirelessGatewayLogOption |
withType(String type) |
WirelessGatewayLogOption |
withType(WirelessGatewayType type) |
public void setType(String type)
type - WirelessGatewayTypepublic String getType()
WirelessGatewayTypepublic WirelessGatewayLogOption withType(String type)
type - WirelessGatewayTypepublic WirelessGatewayLogOption withType(WirelessGatewayType type)
type - WirelessGatewayTypepublic WirelessGatewayLogOption withLogLevel(String logLevel)
logLevel - LogLevelpublic WirelessGatewayLogOption withLogLevel(LogLevel logLevel)
logLevel - LogLevelpublic 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 ObjectObject.toString()public WirelessGatewayLogOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.