@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Requests API Gateway to get information about a Deployment resource.
NOOP| Constructor and Description |
|---|
GetDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
[Required] The identifier of the Deployment resource to get information about.
|
List<String> |
getEmbed()
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
String |
getRestApiId()
[Required] The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to get information about.
|
void |
setEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
void |
setRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDeploymentRequest |
withDeploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to get information about.
|
GetDeploymentRequest |
withEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest |
withEmbed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest |
withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.public String getRestApiId()
[Required] The string identifier of the associated RestApi.
public GetDeploymentRequest withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.public void setDeploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to get information about.
deploymentId - [Required] The identifier of the Deployment resource to get information about.public String getDeploymentId()
[Required] The identifier of the Deployment resource to get information about.
public GetDeploymentRequest withDeploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to get information about.
deploymentId - [Required] The identifier of the Deployment resource to get information about.public List<String> getEmbed()
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.
embed parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be
a single-valued list containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.public void setEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.
embed - A query parameter to retrieve the specified embedded resources of the returned Deployment resource
in the response. In a REST API call, this embed parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.public GetDeploymentRequest withEmbed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.
NOTE: This method appends the values to the existing list (if any). Use
setEmbed(java.util.Collection) or withEmbed(java.util.Collection) if you want to override the
existing values.
embed - A query parameter to retrieve the specified embedded resources of the returned Deployment resource
in the response. In a REST API call, this embed parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.public GetDeploymentRequest withEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.
embed - A query parameter to retrieve the specified embedded resources of the returned Deployment resource
in the response. In a REST API call, this embed parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary" string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.public String toString()
toString in class ObjectObject.toString()public GetDeploymentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.