@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Logger extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
Logger |
clone() |
boolean |
equals(Object obj) |
String |
getComponent()
The component that will be subject to logs
|
String |
getId()
Element Id for this entry in the list.
|
String |
getLevel()
The level of the logs
|
Integer |
getSpace()
Amount of hardware space, in KB, to use if file system is used for logging purposes.
|
String |
getType()
The type which will be use for log output
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setComponent(LoggerComponent component)
The component that will be subject to logs
|
void |
setComponent(String component)
The component that will be subject to logs
|
void |
setId(String id)
Element Id for this entry in the list.
|
void |
setLevel(LoggerLevel level)
The level of the logs
|
void |
setLevel(String level)
The level of the logs
|
void |
setSpace(Integer space)
Amount of hardware space, in KB, to use if file system is used for logging purposes.
|
void |
setType(LoggerType type)
The type which will be use for log output
|
void |
setType(String type)
The type which will be use for log output
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Logger |
withComponent(LoggerComponent component)
The component that will be subject to logs
|
Logger |
withComponent(String component)
The component that will be subject to logs
|
Logger |
withId(String id)
Element Id for this entry in the list.
|
Logger |
withLevel(LoggerLevel level)
The level of the logs
|
Logger |
withLevel(String level)
The level of the logs
|
Logger |
withSpace(Integer space)
Amount of hardware space, in KB, to use if file system is used for logging purposes.
|
Logger |
withType(LoggerType type)
The type which will be use for log output
|
Logger |
withType(String type)
The type which will be use for log output
|
public void setComponent(String component)
component - The component that will be subject to logsLoggerComponentpublic String getComponent()
LoggerComponentpublic Logger withComponent(String component)
component - The component that will be subject to logsLoggerComponentpublic void setComponent(LoggerComponent component)
component - The component that will be subject to logsLoggerComponentpublic Logger withComponent(LoggerComponent component)
component - The component that will be subject to logsLoggerComponentpublic void setId(String id)
id - Element Id for this entry in the list.public String getId()
public Logger withId(String id)
id - Element Id for this entry in the list.public void setLevel(String level)
level - The level of the logsLoggerLevelpublic String getLevel()
LoggerLevelpublic Logger withLevel(String level)
level - The level of the logsLoggerLevelpublic void setLevel(LoggerLevel level)
level - The level of the logsLoggerLevelpublic Logger withLevel(LoggerLevel level)
level - The level of the logsLoggerLevelpublic void setSpace(Integer space)
space - Amount of hardware space, in KB, to use if file system is used for logging purposes.public Integer getSpace()
public Logger withSpace(Integer space)
space - Amount of hardware space, in KB, to use if file system is used for logging purposes.public void setType(String type)
type - The type which will be use for log outputLoggerTypepublic String getType()
LoggerTypepublic Logger withType(String type)
type - The type which will be use for log outputLoggerTypepublic void setType(LoggerType type)
type - The type which will be use for log outputLoggerTypepublic Logger withType(LoggerType type)
type - The type which will be use for log outputLoggerTypepublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.