@Generated(value="software.amazon.awssdk:codegen") public class GetModelRequest extends APIGatewayRequest implements ToCopyableBuilder<GetModelRequest.Builder,GetModelRequest>
Request to list information about a model in an existing RestApi resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetModelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetModelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
Boolean |
flatten()
A query parameter of a Boolean value to resolve (
true) all external model references and returns a
flattened model schema or not (false) The default is false. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
modelName()
The name of the model as an identifier.
|
String |
restApiId()
|
static Class<? extends GetModelRequest.Builder> |
serializableBuilderClass() |
GetModelRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic String modelName()
The name of the model as an identifier.
public Boolean flatten()
A query parameter of a Boolean value to resolve (true) all external model references and returns a
flattened model schema or not (false) The default is false.
true) all external model references and
returns a flattened model schema or not (false) The default is false.public GetModelRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetModelRequest.Builder,GetModelRequest>toBuilder in class APIGatewayRequestpublic static GetModelRequest.Builder builder()
public static Class<? extends GetModelRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.