@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class AddDrgRouteDistributionStatementsRequest extends BmcRequest<AddDrgRouteDistributionStatementsDetails>
Example: Click here to see how to use AddDrgRouteDistributionStatementsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
AddDrgRouteDistributionStatementsRequest.Builder |
Constructor and Description |
---|
AddDrgRouteDistributionStatementsRequest() |
Modifier and Type | Method and Description |
---|---|
static AddDrgRouteDistributionStatementsRequest.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’.
|
AddDrgRouteDistributionStatementsDetails |
getAddDrgRouteDistributionStatementsDetails()
Request with one or more route distribution statements to be inserted into the route
distribution.
|
AddDrgRouteDistributionStatementsDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getDrgRouteDistributionId()
The OCID of
the route distribution.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
AddDrgRouteDistributionStatementsRequest.Builder |
toBuilder()
Return an instance of
AddDrgRouteDistributionStatementsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public AddDrgRouteDistributionStatementsRequest()
public String getDrgRouteDistributionId()
The OCID of the route distribution.
public AddDrgRouteDistributionStatementsDetails getAddDrgRouteDistributionStatementsDetails()
Request with one or more route distribution statements to be inserted into the route distribution.
public AddDrgRouteDistributionStatementsDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<AddDrgRouteDistributionStatementsDetails>
public AddDrgRouteDistributionStatementsRequest.Builder toBuilder()
Return an instance of AddDrgRouteDistributionStatementsRequest.Builder
that allows you to modify request properties.
AddDrgRouteDistributionStatementsRequest.Builder
that allows you to modify request properties.public static AddDrgRouteDistributionStatementsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<AddDrgRouteDistributionStatementsDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<AddDrgRouteDistributionStatementsDetails>
Copyright © 2016–2024. All rights reserved.