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.67.2/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 class
ListAwrHubObjectsRequest.Builder
static class
ListAwrHubObjectsRequest.Fields
By 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.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’.String
getAwrHubSourceId()
Unique Awr Hub Source identifierString
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.String
getEnd()
Object names returned by Awr Hub list objects query must be strictly less than this parameter.ListAwrHubObjectsRequest.Fields
getFields()
By default all the fields are returned.Integer
getLimit()
For list pagination.String
getOpcRequestId()
Unique Oracle-assigned identifier for the request.String
getPage()
For list pagination.String
getPrefix()
The string to use for matching against the start of object names in a Awr Hub list objects query.String
getStart()
Object names returned by Awr Hub list objects query must be greater or equal to this parameter.String
getStartAfter()
Awr Hub Object name after which remaining objects are listedint
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListAwrHubObjectsRequest.Builder
toBuilder()
Return an instance ofListAwrHubObjectsRequest.Builder
that allows you to modify request properties.String
toString()
-
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.Builder
that allows you to modify request properties.- Returns:
- instance of
ListAwrHubObjectsRequest.Builder
that 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:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<Void>
-
-