Class CreateGcpKeyInfo
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.CreateGcpKeyInfo
-
@Generated public class CreateGcpKeyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateGcpKeyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKmsKeyId()
int
hashCode()
CreateGcpKeyInfo
setKmsKeyId(String kmsKeyId)
String
toString()
-
-
-
Method Detail
-
setKmsKeyId
public CreateGcpKeyInfo setKmsKeyId(String kmsKeyId)
-
getKmsKeyId
public String getKmsKeyId()
-
-