@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRepositoryPolicyRequest extends EcrPublicRequest implements ToCopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRepositoryPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRepositoryPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryId()
The AWS account ID associated with the public registry that contains the repository policy to delete.
|
String |
repositoryName()
The name of the repository that is associated with the repository policy to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRepositoryPolicyRequest.Builder> |
serializableBuilderClass() |
DeleteRepositoryPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryId()
The AWS account ID associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
public final String repositoryName()
The name of the repository that is associated with the repository policy to delete.
public DeleteRepositoryPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>toBuilder in class EcrPublicRequestpublic static DeleteRepositoryPolicyRequest.Builder builder()
public static Class<? extends DeleteRepositoryPolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.