Class CreateRestApiRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.apigateway.model.CreateRestApiRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class CreateRestApiRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The POST Request to add a new RestApi resource to your collection.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe Id of the RestApi that you want to clone from.The description of the RestApi.getName()The name of the RestApi.inthashCode()voidsetCloneFrom(String cloneFrom) The Id of the RestApi that you want to clone from.voidsetDescription(String description) The description of the RestApi.voidThe name of the RestApi.toString()Returns a string representation of this object; useful for testing and debugging.withCloneFrom(String cloneFrom) The Id of the RestApi that you want to clone from.withDescription(String description) The description of the RestApi.The name of the RestApi.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateRestApiRequest
public CreateRestApiRequest()
-
-
Method Details
-
setName
-
getName
-
withName
-
setDescription
-
getDescription
-
withDescription
-
setCloneFrom
-
getCloneFrom
-
withCloneFrom
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-