Class AwsEcrRepositoryDetails
java.lang.Object
software.amazon.awssdk.services.securityhub.model.AwsEcrRepositoryDetails
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<AwsEcrRepositoryDetails.Builder,AwsEcrRepositoryDetails> 
@Generated("software.amazon.awssdk:codegen")
public final class AwsEcrRepositoryDetails
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcrRepositoryDetails.Builder,AwsEcrRepositoryDetails> 
Provides information about an Amazon Elastic Container Registry repository.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The ARN of the repository.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()The image scanning configuration for a repository.final StringThe tag mutability setting for the repository.Information about the lifecycle policy for the repository.final StringThe name of the repository.final StringThe text of the repository policy.static Class<? extends AwsEcrRepositoryDetails.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
arn
The ARN of the repository.
- Returns:
 - The ARN of the repository.
 
 - 
imageScanningConfiguration
The image scanning configuration for a repository.
- Returns:
 - The image scanning configuration for a repository.
 
 - 
imageTagMutability
The tag mutability setting for the repository. Valid values are
IMMUTABLEorMUTABLE.- Returns:
 - The tag mutability setting for the repository. Valid values are 
IMMUTABLEorMUTABLE. 
 - 
lifecyclePolicy
Information about the lifecycle policy for the repository.
- Returns:
 - Information about the lifecycle policy for the repository.
 
 - 
repositoryName
The name of the repository.
- Returns:
 - The name of the repository.
 
 - 
repositoryPolicyText
The text of the repository policy.
- Returns:
 - The text of the repository policy.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<AwsEcrRepositoryDetails.Builder,AwsEcrRepositoryDetails> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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. - 
getValueForField
 - 
sdkFields
 
 -