Package io.unitycatalog.client.model
Class CreateCredentialRequest
java.lang.Object
io.unitycatalog.client.model.CreateCredentialRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class CreateCredentialRequest
extends Object
CreateCredentialRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsIamRole(AwsIamRoleRequest awsIamRole) booleanReturn true if this CreateCredentialRequest object is equal to o.Get awsIamRoleComment associated with the credential.getName()The credential name.Get purposeinthashCode()purpose(CredentialPurpose purpose) voidsetAwsIamRole(AwsIamRoleRequest awsIamRole) voidsetComment(String comment) voidvoidsetPurpose(CredentialPurpose purpose) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_AWS_IAM_ROLE
- See Also:
-
JSON_PROPERTY_PURPOSE
- See Also:
-
-
Constructor Details
-
CreateCredentialRequest
public CreateCredentialRequest()
-
-
Method Details
-
name
-
getName
The credential name. The name must be unique within the metastore.- Returns:
- name
-
setName
-
comment
-
getComment
Comment associated with the credential.- Returns:
- comment
-
setComment
-
awsIamRole
-
getAwsIamRole
Get awsIamRole- Returns:
- awsIamRole
-
setAwsIamRole
-
purpose
-
getPurpose
Get purpose- Returns:
- purpose
-
setPurpose
-
equals
Return true if this CreateCredentialRequest object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-