Package io.unitycatalog.client.model
Class AwsCredentials
java.lang.Object
io.unitycatalog.client.model.AwsCredentials
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class AwsCredentials
extends Object
AwsCredentials
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId(String accessKeyId) booleanReturn true if this AwsCredentials object is equal to o.The access key ID that identifies the temporary credentials.The secret access key that can be used to sign AWS API requests.The token that users must pass to AWS API to use the temporary credentials.inthashCode()secretAccessKey(String secretAccessKey) sessionToken(String sessionToken) voidsetAccessKeyId(String accessKeyId) voidsetSecretAccessKey(String secretAccessKey) voidsetSessionToken(String sessionToken) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ACCESS_KEY_ID
- See Also:
-
JSON_PROPERTY_SECRET_ACCESS_KEY
- See Also:
-
JSON_PROPERTY_SESSION_TOKEN
- See Also:
-
-
Constructor Details
-
AwsCredentials
public AwsCredentials()
-
-
Method Details
-
accessKeyId
-
getAccessKeyId
The access key ID that identifies the temporary credentials.- Returns:
- accessKeyId
-
setAccessKeyId
-
secretAccessKey
-
getSecretAccessKey
The secret access key that can be used to sign AWS API requests.- Returns:
- secretAccessKey
-
setSecretAccessKey
-
sessionToken
-
getSessionToken
The token that users must pass to AWS API to use the temporary credentials.- Returns:
- sessionToken
-
setSessionToken
-
equals
Return true if this AwsCredentials 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
-