@Generated(value="software.amazon.awssdk:codegen") public final class TargetContainerRepository extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetContainerRepository.Builder,TargetContainerRepository>
The container repository where the output container image is stored.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetContainerRepository.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetContainerRepository.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the container repository where the output container image is stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetContainerRepository.Builder> |
serializableBuilderClass() |
ContainerRepositoryService |
service()
Specifies the service in which this image was registered.
|
String |
serviceAsString()
Specifies the service in which this image was registered.
|
TargetContainerRepository.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContainerRepositoryService service()
Specifies the service in which this image was registered.
If the service returns an enum value that is not available in the current SDK version, service will
return ContainerRepositoryService.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from serviceAsString().
ContainerRepositoryServicepublic final String serviceAsString()
Specifies the service in which this image was registered.
If the service returns an enum value that is not available in the current SDK version, service will
return ContainerRepositoryService.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from serviceAsString().
ContainerRepositoryServicepublic final String repositoryName()
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
public TargetContainerRepository.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetContainerRepository.Builder,TargetContainerRepository>public static TargetContainerRepository.Builder builder()
public static Class<? extends TargetContainerRepository.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.