@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRepositoryRequest extends EcrRequest implements ToCopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteRepositoryRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteRepositoryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
force()
If a repository contains images, forces the deletion.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryId()
The Amazon Web Services account ID associated with the registry that contains the repository to delete.
|
String |
repositoryName()
The name of the repository to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRepositoryRequest.Builder> |
serializableBuilderClass() |
DeleteRepositoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String registryId()
The Amazon Web Services account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
public final String repositoryName()
The name of the repository to delete.
public final Boolean force()
If a repository contains images, forces the deletion.
public DeleteRepositoryRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
toBuilder
in class EcrRequest
public static DeleteRepositoryRequest.Builder builder()
public static Class<? extends DeleteRepositoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.