Class IamApiKeyCreated

java.lang.Object
com.exoscale.sdk.model.IamApiKeyCreated

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class IamApiKeyCreated extends Object
IAM API Key
  • Field Details

  • Constructor Details

    • IamApiKeyCreated

      public IamApiKeyCreated()
    • IamApiKeyCreated

      public IamApiKeyCreated(String secret)
  • Method Details

    • name

      public IamApiKeyCreated name(String name)
    • getName

      @Nullable public String getName()
      IAM API Key name
      Returns:
      name
    • setName

      public void setName(String name)
    • key

      public IamApiKeyCreated key(String key)
    • getKey

      @Nullable public String getKey()
      IAM API Key
      Returns:
      key
    • setKey

      public void setKey(String key)
    • getSecret

      @Nullable public String getSecret()
      IAM API Key Secret
      Returns:
      secret
    • roleId

      public IamApiKeyCreated roleId(UUID roleId)
    • getRoleId

      @Nullable public UUID getRoleId()
      IAM API Key Role ID
      Returns:
      roleId
    • setRoleId

      public void setRoleId(UUID roleId)
    • equals

      public boolean equals(Object o)
      Return true if this iam-api-key-created 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