StructuredPojo
, ToCopyableBuilder<ArtifactLocation.Builder,ArtifactLocation>
@Generated("software.amazon.awssdk:codegen") public class ArtifactLocation extends Object implements StructuredPojo, ToCopyableBuilder<ArtifactLocation.Builder,ArtifactLocation>
Represents information about the location of an artifact.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ArtifactLocation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ArtifactLocation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
S3ArtifactLocation |
s3Location() |
The Amazon S3 bucket that contains the artifact.
|
static Class<? extends ArtifactLocation.Builder> |
serializableBuilderClass() |
|
ArtifactLocation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of artifact in the location.
|
public String type()
The type of artifact in the location.
ArtifactLocationType
public S3ArtifactLocation s3Location()
The Amazon S3 bucket that contains the artifact.
public ArtifactLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ArtifactLocation.Builder,ArtifactLocation>
public static ArtifactLocation.Builder builder()
public static Class<? extends ArtifactLocation.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.