public class LoggingConfigForCreateClusterInput extends Object
| Constructor and Description |
|---|
LoggingConfigForCreateClusterInput() |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigForCreateClusterInput |
addLogSetupsItem(LogSetupForCreateClusterInput logSetupsItem) |
boolean |
equals(Object o) |
String |
getLogProjectId()
Get logProjectId
|
@Valid List<LogSetupForCreateClusterInput> |
getLogSetups()
Get logSetups
|
int |
hashCode() |
LoggingConfigForCreateClusterInput |
logProjectId(String logProjectId) |
LoggingConfigForCreateClusterInput |
logSetups(List<LogSetupForCreateClusterInput> logSetups) |
void |
setLogProjectId(String logProjectId) |
void |
setLogSetups(List<LogSetupForCreateClusterInput> logSetups) |
String |
toString() |
public LoggingConfigForCreateClusterInput logProjectId(String logProjectId)
public String getLogProjectId()
public void setLogProjectId(String logProjectId)
public LoggingConfigForCreateClusterInput logSetups(List<LogSetupForCreateClusterInput> logSetups)
public LoggingConfigForCreateClusterInput addLogSetupsItem(LogSetupForCreateClusterInput logSetupsItem)
@Valid public @Valid List<LogSetupForCreateClusterInput> getLogSetups()
public void setLogSetups(List<LogSetupForCreateClusterInput> logSetups)
Copyright © 2024. All rights reserved.