@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingOptions extends Object implements Serializable, Cloneable, StructuredPojo
Contains logging options.
Constructor and Description |
---|
LoggingOptions() |
Modifier and Type | Method and Description |
---|---|
LoggingOptions |
clone() |
boolean |
equals(Object obj) |
String |
getLevel()
The IoT SiteWise logging verbosity level.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLevel(String level)
The IoT SiteWise logging verbosity level.
|
String |
toString()
Returns a string representation of this object.
|
LoggingOptions |
withLevel(LoggingLevel level)
The IoT SiteWise logging verbosity level.
|
LoggingOptions |
withLevel(String level)
The IoT SiteWise logging verbosity level.
|
public void setLevel(String level)
The IoT SiteWise logging verbosity level.
level
- The IoT SiteWise logging verbosity level.LoggingLevel
public String getLevel()
The IoT SiteWise logging verbosity level.
LoggingLevel
public LoggingOptions withLevel(String level)
The IoT SiteWise logging verbosity level.
level
- The IoT SiteWise logging verbosity level.LoggingLevel
public LoggingOptions withLevel(LoggingLevel level)
The IoT SiteWise logging verbosity level.
level
- The IoT SiteWise logging verbosity level.LoggingLevel
public String toString()
toString
in class Object
Object.toString()
public LoggingOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.