Package com.exoscale.sdk.model
Class ListKmsKeysResponse
java.lang.Object
com.exoscale.sdk.model.ListKmsKeysResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListKmsKeysResponse
extends Object
ListKmsKeysResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKmsKeysItem(ListKmsKeysResponseEntry kmsKeysItem) booleanReturn true if this list-kms-keys-response object is equal to o.Get kmsKeysinthashCode()kmsKeys(List<ListKmsKeysResponseEntry> kmsKeys) voidsetKmsKeys(List<ListKmsKeysResponseEntry> kmsKeys) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KMS_KEYS
- See Also:
-
-
Constructor Details
-
ListKmsKeysResponse
public ListKmsKeysResponse()
-
-
Method Details
-
kmsKeys
-
addKmsKeysItem
-
getKmsKeys
Get kmsKeys- Returns:
- kmsKeys
-
setKmsKeys
-
equals
Return true if this list-kms-keys-response 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
-