Class ListAwrHubObjectsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.opsi.requests.ListAwrHubObjectsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class ListAwrHubObjectsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.76.0/opsi/ListAwrHubObjectsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAwrHubObjectsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListAwrHubObjectsRequest.Builderstatic classListAwrHubObjectsRequest.FieldsBy default all the fields are returned.
-
Constructor Summary
Constructors Constructor Description ListAwrHubObjectsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAwrHubObjectsRequest.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’.StringgetAwrHubSourceId()Unique Awr Hub Source identifierStringgetDelimiter()When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the Awr Hub list objects key of the response body.StringgetEnd()Object names returned by Awr Hub list objects query must be strictly less than this parameter.ListAwrHubObjectsRequest.FieldsgetFields()By default all the fields are returned.IntegergetLimit()For list pagination.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.StringgetPage()For list pagination.StringgetPrefix()The string to use for matching against the start of object names in a Awr Hub list objects query.StringgetStart()Object names returned by Awr Hub list objects query must be greater or equal to this parameter.StringgetStartAfter()Awr Hub Object name after which remaining objects are listedinthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListAwrHubObjectsRequest.BuildertoBuilder()Return an instance ofListAwrHubObjectsRequest.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
-
getAwrHubSourceId
public String getAwrHubSourceId()
Unique Awr Hub Source identifier
-
getPrefix
public String getPrefix()
The string to use for matching against the start of object names in a Awr Hub list objects query.
-
getStart
public String getStart()
Object names returned by Awr Hub list objects query must be greater or equal to this parameter.
-
getEnd
public String getEnd()
Object names returned by Awr Hub list objects query must be strictly less than this parameter.
-
getDelimiter
public String getDelimiter()
When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the Awr Hub list objects key of the response body.Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only ‘/’ is a supported delimiter character at this time.
-
getStartAfter
public String getStartAfter()
Awr Hub Object name after which remaining objects are listed
-
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.
-
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. Example: 50
-
getFields
public ListAwrHubObjectsRequest.Fields getFields()
By default all the fields are returned.Use this parameter to fetch specific fields ‘size’, ‘etag’, ‘md5’, ‘timeCreated’, ‘timeModified’, ‘storageTier’ and ‘archivalState’ fields. List the names of those fields in a comma-separated, case-insensitive list as the value of this parameter. For example: ‘name,etag,timeCreated,md5,timeModified,storageTier,archivalState’.
-
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.
-
toBuilder
public ListAwrHubObjectsRequest.Builder toBuilder()
Return an instance ofListAwrHubObjectsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListAwrHubObjectsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListAwrHubObjectsRequest.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>
-
-