Class LogFileListResult
java.lang.Object
com.azure.resourcemanager.mariadb.models.LogFileListResult
A list of log files.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of log files.withValue
(List<LogFileInner> value) Set the value property: The list of log files.
-
Constructor Details
-
LogFileListResult
public LogFileListResult()Creates an instance of LogFileListResult class.
-
-
Method Details
-
value
Get the value property: The list of log files.- Returns:
- the value value.
-
withValue
Set the value property: The list of log files.- Parameters:
value
- the value value to set.- Returns:
- the LogFileListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-