Class ListGuardrailVersionsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.generativeaiinference.requests.ListGuardrailVersionsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20231130") public class ListGuardrailVersionsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/generativeaiinference/ListGuardrailVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGuardrailVersionsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListGuardrailVersionsRequest.Builder
-
Constructor Summary
Constructors Constructor Description ListGuardrailVersionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGuardrailVersionsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.IntegergetLimit()For list pagination.StringgetOpcCompartmentId()The client compartment ID.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()For list pagination.GuardrailVersion.StategetState()A filter to return only the guardrail versions whose state matches the given value.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListGuardrailVersionsRequest.BuildertoBuilder()Return an instance ofListGuardrailVersionsRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getOpcCompartmentId
public String getOpcCompartmentId()
The client compartment ID.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getState
public GuardrailVersion.State getState()
A filter to return only the guardrail versions whose state matches the given value.
-
getLimit
public Integer getLimit()
For list pagination.The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.
-
getPage
public String getPage()
For list pagination.The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.
-
toBuilder
public ListGuardrailVersionsRequest.Builder toBuilder()
Return an instance ofListGuardrailVersionsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListGuardrailVersionsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListGuardrailVersionsRequest.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:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<Void>
-
-