StructuredPojo
, ToCopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>
@Generated("software.amazon.awssdk:codegen") public class ArtifactDetails extends Object implements StructuredPojo, ToCopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>
Returns information about the details of an artifact.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ArtifactDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ArtifactDetails.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
maximumCount() |
The maximum number of artifacts allowed for the action type.
|
Integer |
minimumCount() |
The minimum number of artifacts allowed for the action type.
|
static Class<? extends ArtifactDetails.Builder> |
serializableBuilderClass() |
|
ArtifactDetails.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer minimumCount()
The minimum number of artifacts allowed for the action type.
public Integer maximumCount()
The maximum number of artifacts allowed for the action type.
public ArtifactDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>
public static ArtifactDetails.Builder builder()
public static Class<? extends ArtifactDetails.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.