@Generated(value="software.amazon.awssdk:codegen") public final class DomainEntryPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainEntryPoint.Builder,DomainEntryPoint>
Information about how a package originally entered the CodeArtifact domain. For packages published directly to CodeArtifact, the entry point is the repository it was published to. For packages ingested from an external repository, the entry point is the external connection that it was ingested from. An external connection is a CodeArtifact repository that is connected to an external repository such as the npm registry or NuGet gallery.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainEntryPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainEntryPoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalConnectionName()
The name of the external connection that a package was ingested from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the repository that a package was originally published to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainEntryPoint.Builder> |
serializableBuilderClass() |
DomainEntryPoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository that a package was originally published to.
public final String externalConnectionName()
The name of the external connection that a package was ingested from.
public DomainEntryPoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainEntryPoint.Builder,DomainEntryPoint>public static DomainEntryPoint.Builder builder()
public static Class<? extends DomainEntryPoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.