Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRepositoryPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRepositoryPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetRepositoryPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
registryId() |
The AWS account ID associated with the registry that contains the repository.
|
String |
repositoryName() |
The name of the repository whose policy you want to retrieve.
|
static Class<? extends GetRepositoryPolicyRequest.Builder> |
serializableBuilderClass() |
|
GetRepositoryPolicyRequest.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. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository whose policy you want to retrieve.
public GetRepositoryPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
public static GetRepositoryPolicyRequest.Builder builder()
public static Class<? extends GetRepositoryPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.