Package com.exoscale.sdk.model
Class ListIamRoles200Response
java.lang.Object
com.exoscale.sdk.model.ListIamRoles200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListIamRoles200Response
extends Object
ListIamRoles200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIamRolesItem
(IamRole iamRolesItem) boolean
Return true if this list_iam_roles_200_response object is equal to o.Get iamRolesint
hashCode()
void
setIamRoles
(List<IamRole> iamRoles) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IAM_ROLES
- See Also:
-
-
Constructor Details
-
ListIamRoles200Response
public ListIamRoles200Response()
-
-
Method Details
-
iamRoles
-
addIamRolesItem
-
getIamRoles
Get iamRoles- Returns:
- iamRoles
-
setIamRoles
-
equals
Return true if this list_iam_roles_200_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
-