Class GenerateUserSecurityTokenRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<GenerateUserSecurityTokenDetails>
-
- com.oracle.bmc.identitydataplane.requests.GenerateUserSecurityTokenRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public class GenerateUserSecurityTokenRequest extends BmcRequest<GenerateUserSecurityTokenDetails>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/identitydataplane/GenerateUserSecurityTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateUserSecurityTokenRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GenerateUserSecurityTokenRequest.Builder
-
Constructor Summary
Constructors Constructor Description GenerateUserSecurityTokenRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateUserSecurityTokenRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.GenerateUserSecurityTokenDetails
getBody$()
Alternative accessor for the body parameter.GenerateUserSecurityTokenDetails
getGenerateUserSecurityTokenDetails()
The key-value pair object storing the token exchange request parameters required to obtain a UPST for self.String
getOpcRequestId()
Unique Oracle-assigned identifier for the request.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.GenerateUserSecurityTokenRequest.Builder
toBuilder()
Return an instance ofGenerateUserSecurityTokenRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getGenerateUserSecurityTokenDetails
public GenerateUserSecurityTokenDetails getGenerateUserSecurityTokenDetails()
The key-value pair object storing the token exchange request parameters required to obtain a UPST for self.
-
getOpcRequestId
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
-
getBody$
public GenerateUserSecurityTokenDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<GenerateUserSecurityTokenDetails>
- Returns:
- body parameter
-
toBuilder
public GenerateUserSecurityTokenRequest.Builder toBuilder()
Return an instance ofGenerateUserSecurityTokenRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
GenerateUserSecurityTokenRequest.Builder
that allows you to modify request properties.
-
builder
public static GenerateUserSecurityTokenRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<GenerateUserSecurityTokenDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<GenerateUserSecurityTokenDetails>
-
-