@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTypeArtifactDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.
Constructor and Description |
---|
ActionTypeArtifactDetails() |
Modifier and Type | Method and Description |
---|---|
ActionTypeArtifactDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximumCount()
The maximum number of artifacts that can be used with the actiontype.
|
Integer |
getMinimumCount()
The minimum number of artifacts that can be used with 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 that can be used with the actiontype.
|
void |
setMinimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type.
|
String |
toString()
Returns a string representation of this object.
|
ActionTypeArtifactDetails |
withMaximumCount(Integer maximumCount)
The maximum number of artifacts that can be used with the actiontype.
|
ActionTypeArtifactDetails |
withMinimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type.
|
public void setMinimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum
and maximum of zero input artifacts for an action type with a category of source
.
minimumCount
- The minimum number of artifacts that can be used with the action type. For example, you should specify a
minimum and maximum of zero input artifacts for an action type with a category of source
.public Integer getMinimumCount()
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum
and maximum of zero input artifacts for an action type with a category of source
.
source
.public ActionTypeArtifactDetails withMinimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum
and maximum of zero input artifacts for an action type with a category of source
.
minimumCount
- The minimum number of artifacts that can be used with the action type. For example, you should specify a
minimum and maximum of zero input artifacts for an action type with a category of source
.public void setMaximumCount(Integer maximumCount)
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum
and maximum of zero input artifacts for an action type with a category of source
.
maximumCount
- The maximum number of artifacts that can be used with the actiontype. For example, you should specify a
minimum and maximum of zero input artifacts for an action type with a category of source
.public Integer getMaximumCount()
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum
and maximum of zero input artifacts for an action type with a category of source
.
source
.public ActionTypeArtifactDetails withMaximumCount(Integer maximumCount)
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum
and maximum of zero input artifacts for an action type with a category of source
.
maximumCount
- The maximum number of artifacts that can be used with the actiontype. For example, you should specify a
minimum and maximum of zero input artifacts for an action type with a category of source
.public String toString()
toString
in class Object
Object.toString()
public ActionTypeArtifactDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.