@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Retrieves the Logs status for the Amazon Security Lake account.
| Constructor and Description |
|---|
LogsStatus() |
| Modifier and Type | Method and Description |
|---|---|
LogsStatus |
clone() |
boolean |
equals(Object obj) |
String |
getHealthStatus()
The health status of services, including error codes and patterns.
|
String |
getPathToLogs()
Defines path the stored logs are available which has information on your systems, applications, and services.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHealthStatus(String healthStatus)
The health status of services, including error codes and patterns.
|
void |
setPathToLogs(String pathToLogs)
Defines path the stored logs are available which has information on your systems, applications, and services.
|
String |
toString()
Returns a string representation of this object.
|
LogsStatus |
withHealthStatus(SourceStatus healthStatus)
The health status of services, including error codes and patterns.
|
LogsStatus |
withHealthStatus(String healthStatus)
The health status of services, including error codes and patterns.
|
LogsStatus |
withPathToLogs(String pathToLogs)
Defines path the stored logs are available which has information on your systems, applications, and services.
|
public void setHealthStatus(String healthStatus)
The health status of services, including error codes and patterns.
healthStatus - The health status of services, including error codes and patterns.SourceStatuspublic String getHealthStatus()
The health status of services, including error codes and patterns.
SourceStatuspublic LogsStatus withHealthStatus(String healthStatus)
The health status of services, including error codes and patterns.
healthStatus - The health status of services, including error codes and patterns.SourceStatuspublic LogsStatus withHealthStatus(SourceStatus healthStatus)
The health status of services, including error codes and patterns.
healthStatus - The health status of services, including error codes and patterns.SourceStatuspublic void setPathToLogs(String pathToLogs)
Defines path the stored logs are available which has information on your systems, applications, and services.
pathToLogs - Defines path the stored logs are available which has information on your systems, applications, and
services.public String getPathToLogs()
Defines path the stored logs are available which has information on your systems, applications, and services.
public LogsStatus withPathToLogs(String pathToLogs)
Defines path the stored logs are available which has information on your systems, applications, and services.
pathToLogs - Defines path the stored logs are available which has information on your systems, applications, and
services.public String toString()
toString in class ObjectObject.toString()public LogsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.