Class GetLogDeliveryRequest
- java.lang.Object
-
- com.databricks.sdk.service.billing.GetLogDeliveryRequest
-
@Generated public class GetLogDeliveryRequest extends Object
Get log delivery configuration
-
-
Constructor Summary
Constructors Constructor Description GetLogDeliveryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLogDeliveryConfigurationId()inthashCode()GetLogDeliveryRequestsetLogDeliveryConfigurationId(String logDeliveryConfigurationId)StringtoString()
-
-
-
Method Detail
-
setLogDeliveryConfigurationId
public GetLogDeliveryRequest setLogDeliveryConfigurationId(String logDeliveryConfigurationId)
-
getLogDeliveryConfigurationId
public String getLogDeliveryConfigurationId()
-
-