Package com.oracle.bmc.desktops.requests
Class CreateDesktopPoolRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<CreateDesktopPoolDetails>
-
- com.oracle.bmc.desktops.requests.CreateDesktopPoolRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220618") public class CreateDesktopPoolRequest extends BmcRequest<CreateDesktopPoolDetails>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/desktops/CreateDesktopPoolExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDesktopPoolRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateDesktopPoolRequest.Builder
-
Constructor Summary
Constructors Constructor Description CreateDesktopPoolRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDesktopPoolRequest.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’.CreateDesktopPoolDetails
getBody$()
Alternative accessor for the body parameter.CreateDesktopPoolDetails
getCreateDesktopPoolDetails()
The details of the desktop pool to create.String
getOpcRequestId()
The unique identifier of the request.String
getOpcRetryToken()
A token that uniquely identifies a request.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.CreateDesktopPoolRequest.Builder
toBuilder()
Return an instance ofCreateDesktopPoolRequest.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
-
getCreateDesktopPoolDetails
public CreateDesktopPoolDetails getCreateDesktopPoolDetails()
The details of the desktop pool to create.
-
getOpcRetryToken
public String getOpcRetryToken()
A token that uniquely identifies a request.
-
getOpcRequestId
public String getOpcRequestId()
The unique identifier of the request.
-
getBody$
public CreateDesktopPoolDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<CreateDesktopPoolDetails>
- Returns:
- body parameter
-
toBuilder
public CreateDesktopPoolRequest.Builder toBuilder()
Return an instance ofCreateDesktopPoolRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
CreateDesktopPoolRequest.Builder
that allows you to modify request properties.
-
builder
public static CreateDesktopPoolRequest.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<CreateDesktopPoolDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<CreateDesktopPoolDetails>
-
-