public class ArtifactDetails extends Object implements Serializable, Cloneable
Returns information about the details of an artifact.
Constructor and Description |
---|
ArtifactDetails() |
Modifier and Type | Method and Description |
---|---|
ArtifactDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximumCount()
The maximum number of artifacts allowed for the action type.
|
Integer |
getMinimumCount()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ArtifactDetails |
withMaximumCount(Integer maximumCount)
The maximum number of artifacts allowed for the action type.
|
ArtifactDetails |
withMinimumCount(Integer minimumCount)
The minimum number of artifacts allowed for the action type.
|
public void setMinimumCount(Integer minimumCount)
The minimum number of artifacts allowed for the action type.
minimumCount
- The minimum number of artifacts allowed for the action type.public Integer getMinimumCount()
The minimum number of artifacts allowed for the action type.
public ArtifactDetails withMinimumCount(Integer minimumCount)
The minimum number of artifacts allowed for the action type.
minimumCount
- The minimum number of artifacts allowed for the action type.public void setMaximumCount(Integer maximumCount)
The maximum number of artifacts allowed for the action type.
maximumCount
- The maximum number of artifacts allowed for the action type.public Integer getMaximumCount()
The maximum number of artifacts allowed for the action type.
public ArtifactDetails withMaximumCount(Integer maximumCount)
The maximum number of artifacts allowed for the action type.
maximumCount
- The maximum number of artifacts allowed for the action type.public String toString()
toString
in class Object
Object.toString()
public ArtifactDetails clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.