Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
@Generated("software.amazon.awssdk:codegen") public class GetMethodResponseRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
Request to describe a MethodResponse resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetMethodResponseRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetMethodResponseRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
httpMethod() |
The HTTP verb of the Method resource.
|
String |
resourceId() |
The Resource identifier for the MethodResponse resource.
|
String |
restApiId() |
The RestApi identifier for the MethodResponse resource.
|
static Class<? extends GetMethodResponseRequest.Builder> |
serializableBuilderClass() |
|
String |
statusCode() |
The status code for the MethodResponse resource.
|
GetMethodResponseRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String restApiId()
The RestApi identifier for the MethodResponse resource.
public String resourceId()
The Resource identifier for the MethodResponse resource.
public String httpMethod()
The HTTP verb of the Method resource.
public String statusCode()
The status code for the MethodResponse resource.
public GetMethodResponseRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetMethodResponseRequest.Builder,GetMethodResponseRequest>
public static GetMethodResponseRequest.Builder builder()
public static Class<? extends GetMethodResponseRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.