Class GetApplicationRevisionResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetApplicationRevisionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get application revision operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the application that corresponds to the revision.Additional information about the revision, including type and location.General information about the revision.int
hashCode()
void
setApplicationName
(String applicationName) The name of the application that corresponds to the revision.void
setRevision
(RevisionLocation revision) Additional information about the revision, including type and location.void
setRevisionInfo
(GenericRevisionInfo revisionInfo) General information about the revision.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application that corresponds to the revision.withRevision
(RevisionLocation revision) Additional information about the revision, including type and location.withRevisionInfo
(GenericRevisionInfo revisionInfo) General information about the revision.
-
Constructor Details
-
GetApplicationRevisionResult
public GetApplicationRevisionResult()
-
-
Method Details
-
setApplicationName
The name of the application that corresponds to the revision.
- Parameters:
applicationName
- The name of the application that corresponds to the revision.
-
getApplicationName
The name of the application that corresponds to the revision.
- Returns:
- The name of the application that corresponds to the revision.
-
withApplicationName
The name of the application that corresponds to the revision.
- Parameters:
applicationName
- The name of the application that corresponds to the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRevision
Additional information about the revision, including type and location.
- Parameters:
revision
- Additional information about the revision, including type and location.
-
getRevision
Additional information about the revision, including type and location.
- Returns:
- Additional information about the revision, including type and location.
-
withRevision
Additional information about the revision, including type and location.
- Parameters:
revision
- Additional information about the revision, including type and location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRevisionInfo
General information about the revision.
- Parameters:
revisionInfo
- General information about the revision.
-
getRevisionInfo
General information about the revision.
- Returns:
- General information about the revision.
-
withRevisionInfo
General information about the revision.
- Parameters:
revisionInfo
- General information about the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-