@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 AWS 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 String registryId()
The AWS 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 String repositoryName()
The name of the repository to delete.
public 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.