@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetV2LoggingLevelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetV2LoggingLevelRequest() |
Modifier and Type | Method and Description |
---|---|
SetV2LoggingLevelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLogLevel()
The log level.
|
LogTarget |
getLogTarget()
The log target.
|
int |
hashCode() |
void |
setLogLevel(String logLevel)
The log level.
|
void |
setLogTarget(LogTarget logTarget)
The log target.
|
String |
toString()
Returns a string representation of this object.
|
SetV2LoggingLevelRequest |
withLogLevel(LogLevel logLevel)
The log level.
|
SetV2LoggingLevelRequest |
withLogLevel(String logLevel)
The log level.
|
SetV2LoggingLevelRequest |
withLogTarget(LogTarget logTarget)
The log target.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setLogTarget(LogTarget logTarget)
The log target.
logTarget
- The log target.public LogTarget getLogTarget()
The log target.
public SetV2LoggingLevelRequest withLogTarget(LogTarget logTarget)
The log target.
logTarget
- The log target.public void setLogLevel(String logLevel)
The log level.
logLevel
- The log level.LogLevel
public SetV2LoggingLevelRequest withLogLevel(String logLevel)
The log level.
logLevel
- The log level.LogLevel
public SetV2LoggingLevelRequest withLogLevel(LogLevel logLevel)
The log level.
logLevel
- The log level.LogLevel
public String toString()
toString
in class Object
Object.toString()
public SetV2LoggingLevelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()