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 Details

  • Constructor Details

    • UpdateCredentialRequest

      public UpdateCredentialRequest()
  • Method Details

    • comment

      public UpdateCredentialRequest comment(String comment)
    • getComment

      @Nullable public String getComment()
      Comment associated with the credential.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • owner

      public UpdateCredentialRequest owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      Username of current owner of credential.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • awsIamRole

      public UpdateCredentialRequest awsIamRole(AwsIamRoleRequest awsIamRole)
    • getAwsIamRole

      @Nullable public AwsIamRoleRequest getAwsIamRole()
      Get awsIamRole
      Returns:
      awsIamRole
    • setAwsIamRole

      public void setAwsIamRole(AwsIamRoleRequest awsIamRole)
    • newName

      public UpdateCredentialRequest newName(String newName)
    • getNewName

      @Nullable public String getNewName()
      New name for the credential.
      Returns:
      newName
    • setNewName

      public void setNewName(String newName)
    • equals

      public boolean equals(Object o)
      Return true if this UpdateCredentialRequest object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string