Package com.exoscale.sdk.model
Class IamServicePolicyRule
java.lang.Object
com.exoscale.sdk.model.IamServicePolicyRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class IamServicePolicyRule
extends Object
IamServicePolicyRule
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem
(String resourcesItem) boolean
Return true if this iam-service-policy-rule object is equal to o.expression
(String expression) Get actionGet expressionGet resourcesint
hashCode()
void
void
setExpression
(String expression) void
setResources
(List<String> resources) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_EXPRESSION
- See Also:
-
JSON_PROPERTY_RESOURCES
- See Also:
-
-
Constructor Details
-
IamServicePolicyRule
public IamServicePolicyRule()
-
-
Method Details
-
action
-
getAction
Get action- Returns:
- action
-
setAction
-
expression
-
getExpression
Get expression- Returns:
- expression
-
setExpression
-
resources
-
addResourcesItem
-
getResources
Get resources- Returns:
- resources
-
setResources
-
equals
Return true if this iam-service-policy-rule 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
-