@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggerDefinitionVersion extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
LoggerDefinitionVersion() |
| Modifier and Type | Method and Description |
|---|---|
LoggerDefinitionVersion |
clone() |
boolean |
equals(Object obj) |
List<Logger> |
getLoggers()
List of loggers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLoggers(Collection<Logger> loggers)
List of loggers.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LoggerDefinitionVersion |
withLoggers(Collection<Logger> loggers)
List of loggers.
|
LoggerDefinitionVersion |
withLoggers(Logger... loggers)
List of loggers.
|
public void setLoggers(Collection<Logger> loggers)
loggers - List of loggers.public LoggerDefinitionVersion withLoggers(Logger... loggers)
NOTE: This method appends the values to the existing list (if any). Use
setLoggers(java.util.Collection) or withLoggers(java.util.Collection) if you want to override
the existing values.
loggers - List of loggers.public LoggerDefinitionVersion withLoggers(Collection<Logger> loggers)
loggers - List of loggers.public String toString()
toString in class ObjectObject.toString()public LoggerDefinitionVersion clone()
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.