@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UpdateIamRoleRequest extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_DESCRIPTION  | 
static String | 
JSON_PROPERTY_LABEL  | 
| Constructor and Description | 
|---|
UpdateIamRoleRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateIamRoleRequest | 
description(String description)  | 
boolean | 
equals(Object o)  | 
String | 
getDescription()
Description of the role 
 | 
String | 
getLabel()
Unique label for the role 
 | 
int | 
hashCode()  | 
UpdateIamRoleRequest | 
label(String label)  | 
void | 
setDescription(String description)  | 
void | 
setLabel(String label)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_LABEL
public UpdateIamRoleRequest description(String description)
public void setDescription(String description)
public UpdateIamRoleRequest label(String label)
public void setLabel(String label)
Copyright © 2017–2023 Okta. All rights reserved.