@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLogLevelsByResourceTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateLogLevelsByResourceTypesRequest() |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateLogLevelsByResourceTypesRequest()
public void setDefaultLogLevel(String defaultLogLevel)
defaultLogLevel - LogLevelpublic UpdateLogLevelsByResourceTypesRequest withDefaultLogLevel(String defaultLogLevel)
defaultLogLevel - LogLevelpublic UpdateLogLevelsByResourceTypesRequest withDefaultLogLevel(LogLevel defaultLogLevel)
defaultLogLevel - LogLevelpublic List<WirelessDeviceLogOption> getWirelessDeviceLogOptions()
public void setWirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
wirelessDeviceLogOptions - public UpdateLogLevelsByResourceTypesRequest 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 UpdateLogLevelsByResourceTypesRequest withWirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
wirelessDeviceLogOptions - public List<WirelessGatewayLogOption> getWirelessGatewayLogOptions()
public void setWirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
wirelessGatewayLogOptions - public UpdateLogLevelsByResourceTypesRequest 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 UpdateLogLevelsByResourceTypesRequest withWirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
wirelessGatewayLogOptions - public String toString()
toString in class ObjectObject.toString()public UpdateLogLevelsByResourceTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.