Class TargetContainerRepository
- java.lang.Object
-
- software.amazon.awssdk.services.imagebuilder.model.TargetContainerRepository
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TargetContainerRepository.Builder,TargetContainerRepository>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTargetContainerRepository.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetContainerRepository.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrepositoryName()The name of the container repository where the output container image is stored.List<SdkField<?>>sdkFields()static Class<? extends TargetContainerRepository.Builder>serializableBuilderClass()ContainerRepositoryServiceservice()Specifies the service in which this image was registered.StringserviceAsString()Specifies the service in which this image was registered.TargetContainerRepository.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
service
public 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,
servicewill returnContainerRepositoryService.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceAsString().- Returns:
- Specifies the service in which this image was registered.
- See Also:
ContainerRepositoryService
-
serviceAsString
public 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,
servicewill returnContainerRepositoryService.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceAsString().- Returns:
- Specifies the service in which this image was registered.
- See Also:
ContainerRepositoryService
-
repositoryName
public final String repositoryName()
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
- Returns:
- The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
-
toBuilder
public TargetContainerRepository.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TargetContainerRepository.Builder,TargetContainerRepository>
-
builder
public static TargetContainerRepository.Builder builder()
-
serializableBuilderClass
public static Class<? extends TargetContainerRepository.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-