@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class AddImageShapeCompatibilityEntryRequest extends BmcRequest<AddImageShapeCompatibilityEntryDetails>
Example: Click here to see how to use AddImageShapeCompatibilityEntryRequest.
Modifier and Type | Class and Description |
---|---|
static class |
AddImageShapeCompatibilityEntryRequest.Builder |
Constructor and Description |
---|
AddImageShapeCompatibilityEntryRequest() |
Modifier and Type | Method and Description |
---|---|
static AddImageShapeCompatibilityEntryRequest.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’.
|
AddImageShapeCompatibilityEntryDetails |
getAddImageShapeCompatibilityEntryDetails()
Image shape compatibility details
|
AddImageShapeCompatibilityEntryDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getImageId()
The OCID of the
image.
|
String |
getShapeName()
Shape name.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
AddImageShapeCompatibilityEntryRequest.Builder |
toBuilder()
Return an instance of
AddImageShapeCompatibilityEntryRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public AddImageShapeCompatibilityEntryRequest()
public String getShapeName()
Shape name.
public AddImageShapeCompatibilityEntryDetails getAddImageShapeCompatibilityEntryDetails()
Image shape compatibility details
public AddImageShapeCompatibilityEntryDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<AddImageShapeCompatibilityEntryDetails>
public AddImageShapeCompatibilityEntryRequest.Builder toBuilder()
Return an instance of AddImageShapeCompatibilityEntryRequest.Builder
that allows you to modify request properties.
AddImageShapeCompatibilityEntryRequest.Builder
that allows you to modify request properties.public static AddImageShapeCompatibilityEntryRequest.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<AddImageShapeCompatibilityEntryDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<AddImageShapeCompatibilityEntryDetails>
Copyright © 2016–2025. All rights reserved.