@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The logging configuration for a simulation.
Constructor and Description |
---|
LoggingConfiguration() |
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration |
clone() |
boolean |
equals(Object obj) |
List<LogDestination> |
getDestinations()
A list of the locations where SimSpace Weaver sends simulation log data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinations(Collection<LogDestination> destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
|
String |
toString()
Returns a string representation of this object.
|
LoggingConfiguration |
withDestinations(Collection<LogDestination> destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
|
LoggingConfiguration |
withDestinations(LogDestination... destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
|
public List<LogDestination> getDestinations()
A list of the locations where SimSpace Weaver sends simulation log data.
public void setDestinations(Collection<LogDestination> destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
destinations
- A list of the locations where SimSpace Weaver sends simulation log data.public LoggingConfiguration withDestinations(LogDestination... destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
NOTE: This method appends the values to the existing list (if any). Use
setDestinations(java.util.Collection)
or withDestinations(java.util.Collection)
if you want to
override the existing values.
destinations
- A list of the locations where SimSpace Weaver sends simulation log data.public LoggingConfiguration withDestinations(Collection<LogDestination> destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
destinations
- A list of the locations where SimSpace Weaver sends simulation log data.public String toString()
toString
in class Object
Object.toString()
public LoggingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.