Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteRepositoryPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteRepositoryPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteRepositoryPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
registryId() |
The AWS account ID associated with the registry that contains the repository policy to delete.
|
String |
repositoryName() |
The name of the repository that is associated with the repository policy to delete.
|
static Class<? extends DeleteRepositoryPolicyRequest.Builder> |
serializableBuilderClass() |
|
DeleteRepositoryPolicyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String registryId()
The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository that is associated with the repository policy to delete.
public DeleteRepositoryPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
public static DeleteRepositoryPolicyRequest.Builder builder()
public static Class<? extends DeleteRepositoryPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.