Class ActionTypeArtifactDetails
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.ActionTypeArtifactDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionTypeArtifactDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionTypeArtifactDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumCount()The maximum number of artifacts that can be used with the actiontype.IntegerminimumCount()The minimum number of artifacts that can be used with the action type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ActionTypeArtifactDetails.Builder>serializableBuilderClass()ActionTypeArtifactDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
minimumCount
public 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.- Returns:
- 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.
-
maximumCount
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.- Returns:
- 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.
-
toBuilder
public ActionTypeArtifactDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>
-
builder
public static ActionTypeArtifactDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionTypeArtifactDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-