@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogLevelsByResourceTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLogLevelsByResourceTypesResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDefaultLogLevel(String defaultLogLevel)
defaultLogLevel
- LogLevel
public GetLogLevelsByResourceTypesResult withDefaultLogLevel(String defaultLogLevel)
defaultLogLevel
- LogLevel
public GetLogLevelsByResourceTypesResult withDefaultLogLevel(LogLevel defaultLogLevel)
defaultLogLevel
- LogLevel
public List<WirelessGatewayLogOption> getWirelessGatewayLogOptions()
public void setWirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
wirelessGatewayLogOptions
- public GetLogLevelsByResourceTypesResult withWirelessGatewayLogOptions(WirelessGatewayLogOption... wirelessGatewayLogOptions)
NOTE: This method appends the values to the existing list (if any). Use
setWirelessGatewayLogOptions(java.util.Collection)
or
withWirelessGatewayLogOptions(java.util.Collection)
if you want to override the existing values.
wirelessGatewayLogOptions
- public GetLogLevelsByResourceTypesResult withWirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
wirelessGatewayLogOptions
- public List<WirelessDeviceLogOption> getWirelessDeviceLogOptions()
public void setWirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
wirelessDeviceLogOptions
- public GetLogLevelsByResourceTypesResult withWirelessDeviceLogOptions(WirelessDeviceLogOption... wirelessDeviceLogOptions)
NOTE: This method appends the values to the existing list (if any). Use
setWirelessDeviceLogOptions(java.util.Collection)
or
withWirelessDeviceLogOptions(java.util.Collection)
if you want to override the existing values.
wirelessDeviceLogOptions
- public GetLogLevelsByResourceTypesResult withWirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
wirelessDeviceLogOptions
- public String toString()
toString
in class Object
Object.toString()
public GetLogLevelsByResourceTypesResult clone()