Package io.unitycatalog.client.model
Class UpdateCredentialRequest
java.lang.Object
io.unitycatalog.client.model.UpdateCredentialRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class UpdateCredentialRequest
extends Object
UpdateCredentialRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsIamRole(AwsIamRoleRequest awsIamRole) booleanReturn true if this UpdateCredentialRequest object is equal to o.Get awsIamRoleComment associated with the credential.New name for the credential.getOwner()Username of current owner of credential.inthashCode()voidsetAwsIamRole(AwsIamRoleRequest awsIamRole) voidsetComment(String comment) voidsetNewName(String newName) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_AWS_IAM_ROLE
- See Also:
-
JSON_PROPERTY_NEW_NAME
- See Also:
-
-
Constructor Details
-
UpdateCredentialRequest
public UpdateCredentialRequest()
-
-
Method Details
-
comment
-
getComment
Comment associated with the credential.- Returns:
- comment
-
setComment
-
owner
-
getOwner
Username of current owner of credential.- Returns:
- owner
-
setOwner
-
awsIamRole
-
getAwsIamRole
Get awsIamRole- Returns:
- awsIamRole
-
setAwsIamRole
-
newName
-
getNewName
New name for the credential.- Returns:
- newName
-
setNewName
-
equals
Return true if this UpdateCredentialRequest 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
-