Class UpdateDeploymentResult
java.lang.Object
com.amazonaws.services.apigateway.model.UpdateDeploymentResult
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddApiSummaryEntry(String key, Map<String, MethodSnapshot> value) Removes all the entries added into ApiSummary.clone()booleanMap<String, Map<String, MethodSnapshot>> Gets a summary of the RestApi at the date and time that the deployment resource was created.The date and time that the deployment resource was created.The description for the deployment resource.getId()The identifier for the deployment resource.inthashCode()voidsetApiSummary(Map<String, Map<String, MethodSnapshot>> apiSummary) Gets a summary of the RestApi at the date and time that the deployment resource was created.voidsetCreatedDate(Date createdDate) The date and time that the deployment resource was created.voidsetDescription(String description) The description for the deployment resource.voidThe identifier for the deployment resource.toString()Returns a string representation of this object; useful for testing and debugging.withApiSummary(Map<String, Map<String, MethodSnapshot>> apiSummary) Gets a summary of the RestApi at the date and time that the deployment resource was created.withCreatedDate(Date createdDate) The date and time that the deployment resource was created.withDescription(String description) The description for the deployment resource.The identifier for the deployment resource.
-
Constructor Details
-
UpdateDeploymentResult
public UpdateDeploymentResult()
-
-
Method Details
-
setId
The identifier for the deployment resource.
- Parameters:
id- The identifier for the deployment resource.
-
getId
The identifier for the deployment resource.
- Returns:
- The identifier for the deployment resource.
-
withId
The identifier for the deployment resource.
- Parameters:
id- The identifier for the deployment resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
The description for the deployment resource.
- Parameters:
description- The description for the deployment resource.
-
getDescription
The description for the deployment resource.
- Returns:
- The description for the deployment resource.
-
withDescription
The description for the deployment resource.
- Parameters:
description- The description for the deployment resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreatedDate
The date and time that the deployment resource was created.
- Parameters:
createdDate- The date and time that the deployment resource was created.
-
getCreatedDate
The date and time that the deployment resource was created.
- Returns:
- The date and time that the deployment resource was created.
-
withCreatedDate
The date and time that the deployment resource was created.
- Parameters:
createdDate- The date and time that the deployment resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getApiSummary
-
setApiSummary
-
withApiSummary
Gets a summary of the RestApi at the date and time that the deployment resource was created.
- Parameters:
apiSummary- Gets a summary of the RestApi at the date and time that the deployment resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addApiSummaryEntry
-
clearApiSummaryEntries
Removes all the entries added into ApiSummary. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-