@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogDestination extends Object implements Serializable, Cloneable, StructuredPojo
The location where SimSpace Weaver sends simulation log data.
| Constructor and Description |
|---|
LogDestination() |
| Modifier and Type | Method and Description |
|---|---|
LogDestination |
clone() |
boolean |
equals(Object obj) |
CloudWatchLogsLogGroup |
getCloudWatchLogsLogGroup()
An Amazon CloudWatch Logs log group that stores simulation log data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An Amazon CloudWatch Logs log group that stores simulation log data.
|
String |
toString()
Returns a string representation of this object.
|
LogDestination |
withCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An Amazon CloudWatch Logs log group that stores simulation log data.
|
public void setCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
cloudWatchLogsLogGroup - An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log
groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.public CloudWatchLogsLogGroup getCloudWatchLogsLogGroup()
An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
public LogDestination withCloudWatchLogsLogGroup(CloudWatchLogsLogGroup cloudWatchLogsLogGroup)
An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
cloudWatchLogsLogGroup - An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log
groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.public String toString()
toString in class ObjectObject.toString()public LogDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.