@Generated(value="software.amazon.awssdk:codegen") public final class GetRepositoryEndpointRequest extends CodeartifactRequest implements ToCopyableBuilder<GetRepositoryEndpointRequest.Builder,GetRepositoryEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRepositoryEndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRepositoryEndpointRequest.Builder |
builder() |
String |
domain()
The name of the domain that contains the repository.
|
String |
domainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PackageFormat |
format()
Returns which endpoint of a repository to return.
|
String |
formatAsString()
Returns which endpoint of a repository to return.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repository()
The name of the repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRepositoryEndpointRequest.Builder> |
serializableBuilderClass() |
GetRepositoryEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The name of the domain that contains the repository.
public final String domainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces.
public final String repository()
The name of the repository.
public final PackageFormat format()
Returns which endpoint of a repository to return. A repository has one endpoint for each package format.
If the service returns an enum value that is not available in the current SDK version, format will
return PackageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
PackageFormatpublic final String formatAsString()
Returns which endpoint of a repository to return. A repository has one endpoint for each package format.
If the service returns an enum value that is not available in the current SDK version, format will
return PackageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
PackageFormatpublic GetRepositoryEndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRepositoryEndpointRequest.Builder,GetRepositoryEndpointRequest>toBuilder in class CodeartifactRequestpublic static GetRepositoryEndpointRequest.Builder builder()
public static Class<? extends GetRepositoryEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.