@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArtifactSourceType extends Object implements Serializable, Cloneable, StructuredPojo
The ID and ID type of an artifact source.
| Constructor and Description |
|---|
ArtifactSourceType() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactSourceType |
clone() |
boolean |
equals(Object obj) |
String |
getSourceIdType()
The type of ID.
|
String |
getValue()
The ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSourceIdType(String sourceIdType)
The type of ID.
|
void |
setValue(String value)
The ID.
|
String |
toString()
Returns a string representation of this object.
|
ArtifactSourceType |
withSourceIdType(ArtifactSourceIdType sourceIdType)
The type of ID.
|
ArtifactSourceType |
withSourceIdType(String sourceIdType)
The type of ID.
|
ArtifactSourceType |
withValue(String value)
The ID.
|
public void setSourceIdType(String sourceIdType)
The type of ID.
sourceIdType - The type of ID.ArtifactSourceIdTypepublic String getSourceIdType()
The type of ID.
ArtifactSourceIdTypepublic ArtifactSourceType withSourceIdType(String sourceIdType)
The type of ID.
sourceIdType - The type of ID.ArtifactSourceIdTypepublic ArtifactSourceType withSourceIdType(ArtifactSourceIdType sourceIdType)
The type of ID.
sourceIdType - The type of ID.ArtifactSourceIdTypepublic void setValue(String value)
The ID.
value - The ID.public String getValue()
The ID.
public ArtifactSourceType withValue(String value)
The ID.
value - The ID.public String toString()
toString in class ObjectObject.toString()public ArtifactSourceType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.