Package io.unitycatalog.client.model
Class AwsIamRoleResponse
java.lang.Object
io.unitycatalog.client.model.AwsIamRoleResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class AwsIamRoleResponse
extends Object
AwsIamRoleResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this AwsIamRoleResponse object is equal to o.externalId(String externalId) The external ID used in role assumption to prevent confused deputy problem.The Amazon Resource Name (ARN) of the AWS IAM role used to vend temporary credentials.The Amazon Resource Name (ARN) of the AWS IAM used by the Unity Catalog Server.inthashCode()voidsetExternalId(String externalId) voidsetRoleArn(String roleArn) voidsetUnityCatalogIamArn(String unityCatalogIamArn) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.unityCatalogIamArn(String unityCatalogIamArn)
-
Field Details
-
JSON_PROPERTY_ROLE_ARN
- See Also:
-
JSON_PROPERTY_UNITY_CATALOG_IAM_ARN
- See Also:
-
JSON_PROPERTY_EXTERNAL_ID
- See Also:
-
-
Constructor Details
-
AwsIamRoleResponse
public AwsIamRoleResponse()
-
-
Method Details
-
roleArn
-
getRoleArn
The Amazon Resource Name (ARN) of the AWS IAM role used to vend temporary credentials.- Returns:
- roleArn
-
setRoleArn
-
unityCatalogIamArn
-
getUnityCatalogIamArn
The Amazon Resource Name (ARN) of the AWS IAM used by the Unity Catalog Server. This is the identity that is going to assume the AWS IAM role.- Returns:
- unityCatalogIamArn
-
setUnityCatalogIamArn
-
externalId
-
getExternalId
The external ID used in role assumption to prevent confused deputy problem.- Returns:
- externalId
-
setExternalId
-
equals
Return true if this AwsIamRoleResponse 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
-