@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 |
Modifier and Type | Method and Description |
---|---|
static AddDrgRouteDistributionStatementsRequest.Builder |
builder() |
protected boolean |
canEqual(Object other) |
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 invocationCallback and retryConfiguration to generate a hash.
|
AddDrgRouteDistributionStatementsRequest.Builder |
toBuilder() |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public AddDrgRouteDistributionStatementsDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<AddDrgRouteDistributionStatementsDetails>
public static AddDrgRouteDistributionStatementsRequest.Builder builder()
public AddDrgRouteDistributionStatementsRequest.Builder toBuilder()
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<AddDrgRouteDistributionStatementsDetails>
protected boolean canEqual(Object other)
public int hashCode()
BmcRequest
Uses invocationCallback and retryConfiguration to generate a hash.
hashCode
in class BmcRequest<AddDrgRouteDistributionStatementsDetails>
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.
Copyright © 2016–2022. All rights reserved.