@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)
Marshalls this structured data using the given
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.SourceStatus
public String getHealthStatus()
The health status of services, including error codes and patterns.
SourceStatus
public 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.SourceStatus
public 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.SourceStatus
public 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 Object
Object.toString()
public LogsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.