@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, setSdkResponseMetadatapublic void setDefaultLogLevel(String defaultLogLevel)
defaultLogLevel - LogLevelpublic GetLogLevelsByResourceTypesResult withDefaultLogLevel(String defaultLogLevel)
defaultLogLevel - LogLevelpublic GetLogLevelsByResourceTypesResult withDefaultLogLevel(LogLevel defaultLogLevel)
defaultLogLevel - LogLevelpublic 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 ObjectObject.toString()public GetLogLevelsByResourceTypesResult clone()
Copyright © 2023. All rights reserved.