@Generated(value="software.amazon.awssdk:codegen") public final class ArtifactSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactSource.Builder,ArtifactSource>
A structure describing the source of an artifact.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArtifactSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSourceTypes()
Returns true if the SourceTypes property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArtifactSource.Builder> |
serializableBuilderClass() |
List<ArtifactSourceType> |
sourceTypes()
A list of source types.
|
String |
sourceUri()
The URI of the source.
|
ArtifactSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String sourceUri()
The URI of the source.
public boolean hasSourceTypes()
public List<ArtifactSourceType> sourceTypes()
A list of source types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSourceTypes() to see if a value was sent in this field.
public ArtifactSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArtifactSource.Builder,ArtifactSource>public static ArtifactSource.Builder builder()
public static Class<? extends ArtifactSource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.