Class ArtifactDetails
java.lang.Object
com.amazonaws.services.codepipeline.model.ArtifactDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Returns information about the details of an artifact.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The maximum number of artifacts allowed for the action type.The minimum number of artifacts allowed for the action type.int
hashCode()
void
setMaximumCount
(Integer maximumCount) The maximum number of artifacts allowed for the action type.void
setMinimumCount
(Integer minimumCount) The minimum number of artifacts allowed for the action type.toString()
Returns a string representation of this object; useful for testing and debugging.withMaximumCount
(Integer maximumCount) The maximum number of artifacts allowed for the action type.withMinimumCount
(Integer minimumCount) The minimum number of artifacts allowed for the action type.
-
Constructor Details
-
ArtifactDetails
public ArtifactDetails()
-
-
Method Details
-
setMinimumCount
The minimum number of artifacts allowed for the action type.
- Parameters:
minimumCount
- The minimum number of artifacts allowed for the action type.
-
getMinimumCount
The minimum number of artifacts allowed for the action type.
- Returns:
- The minimum number of artifacts allowed for the action type.
-
withMinimumCount
The minimum number of artifacts allowed for the action type.
- Parameters:
minimumCount
- The minimum number of artifacts allowed for the action type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaximumCount
The maximum number of artifacts allowed for the action type.
- Parameters:
maximumCount
- The maximum number of artifacts allowed for the action type.
-
getMaximumCount
The maximum number of artifacts allowed for the action type.
- Returns:
- The maximum number of artifacts allowed for the action type.
-
withMaximumCount
The maximum number of artifacts allowed for the action type.
- Parameters:
maximumCount
- The maximum number of artifacts allowed for the action type.- 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
-