Package com.cloudera.cdp.iam.model
Class GetAccessKeyRequest
java.lang.Object
com.cloudera.cdp.iam.model.GetAccessKeyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class GetAccessKeyRequest
extends Object
Request object for a get access key request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accessKeyId.int
hashCode()
void
setAccessKeyId
(String accessKeyId) Setter for accessKeyId.toString()
-
Constructor Details
-
GetAccessKeyRequest
public GetAccessKeyRequest()
-
-
Method Details
-
getAccessKeyId
Getter for accessKeyId. The ID of the access key to get information about. If it is not included, it defaults to the access key used to make the request. -
setAccessKeyId
Setter for accessKeyId. The ID of the access key to get information about. If it is not included, it defaults to the access key used to make the request. -
equals
-
hashCode
public int hashCode() -
toString
-