@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRestApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The GET request to list an existing RestApi defined for your collection.
NOOP | Constructor and Description |
|---|
GetRestApiRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetRestApiRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getRestApiId ()
The string identifier of the associated RestApi.
|
int |
hashCode () |
void |
setRestApiId (String restApiId)
The string identifier of the associated RestApi.
|
String |
toString ()
Returns a string representation of this object.
|
GetRestApiRequest |
withRestApiId (String restApiId)
The string identifier of the associated RestApi.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetRestApiRequest()
public void setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public GetRestApiRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.public String toString()
toString in class Object Object.toString() public GetRestApiRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()