Package com.exoscale.sdk.model
Class AssumeIamRoleRequest
java.lang.Object
com.exoscale.sdk.model.AssumeIamRoleRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class AssumeIamRoleRequest
extends Object
AssumeIamRoleRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this assume_iam_role_request object is equal to o.getOrgId()Organization ID target of the assume role actiongetTtl()TTL in seconds for the generated access key (cannot exceed the max TTL defined in the targeted assume role) minimum: 0inthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TTL
- See Also:
-
JSON_PROPERTY_ORG_ID
- See Also:
-
-
Constructor Details
-
AssumeIamRoleRequest
public AssumeIamRoleRequest()
-
-
Method Details
-
ttl
-
getTtl
TTL in seconds for the generated access key (cannot exceed the max TTL defined in the targeted assume role) minimum: 0- Returns:
- ttl
-
setTtl
-
orgId
-
getOrgId
Organization ID target of the assume role action- Returns:
- orgId
-
setOrgId
-
equals
Return true if this assume_iam_role_request 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
-