@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArtifactDetails extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.