@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 logsLoggerComponent
public String getComponent()
LoggerComponent
public Logger withComponent(String component)
component
- The component that will be subject to logsLoggerComponent
public void setComponent(LoggerComponent component)
component
- The component that will be subject to logsLoggerComponent
public Logger withComponent(LoggerComponent component)
component
- The component that will be subject to logsLoggerComponent
public 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 logsLoggerLevel
public String getLevel()
LoggerLevel
public Logger withLevel(String level)
level
- The level of the logsLoggerLevel
public void setLevel(LoggerLevel level)
level
- The level of the logsLoggerLevel
public Logger withLevel(LoggerLevel level)
level
- The level of the logsLoggerLevel
public 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 outputLoggerType
public String getType()
LoggerType
public Logger withType(String type)
type
- The type which will be use for log outputLoggerType
public void setType(LoggerType type)
type
- The type which will be use for log outputLoggerType
public Logger withType(LoggerType type)
type
- The type which will be use for log outputLoggerType
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.