Package com.exoscale.sdk.model
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 Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_KEY
static String
JSON_PROPERTY_NAME
static String
JSON_PROPERTY_ROLE_ID
static String
JSON_PROPERTY_SECRET
-
Constructor Summary
Constructors Constructor Description IamApiKeyCreated()
IamApiKeyCreated(String secret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this iam-api-key-created object is equal to o.String
getKey()
IAM API KeyString
getName()
IAM API Key nameUUID
getRoleId()
IAM API Key Role IDString
getSecret()
IAM API Key Secretint
hashCode()
IamApiKeyCreated
key(String key)
IamApiKeyCreated
name(String name)
IamApiKeyCreated
roleId(UUID roleId)
void
setKey(String key)
void
setName(String name)
void
setRoleId(UUID roleId)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECRET
public static final String JSON_PROPERTY_SECRET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROLE_ID
public static final String JSON_PROPERTY_ROLE_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IamApiKeyCreated
public IamApiKeyCreated()
-
IamApiKeyCreated
public IamApiKeyCreated(String secret)
-
-
Method Detail
-
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.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-