@Generated(value="software.amazon.awssdk:codegen") public final class ActionTypeArtifactDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>
Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionTypeArtifactDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeArtifactDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumCount()
The maximum number of artifacts that can be used with the actiontype.
|
Integer |
minimumCount()
The minimum number of artifacts that can be used with the action type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionTypeArtifactDetails.Builder> |
serializableBuilderClass() |
ActionTypeArtifactDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
source.public final 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.
source.public ActionTypeArtifactDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>public static ActionTypeArtifactDetails.Builder builder()
public static Class<? extends ActionTypeArtifactDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.