ToCopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class GetRepositoryPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRepositoryPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetRepositoryPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyText() |
The JSON repository policy text associated with the repository.
|
String |
registryId() |
The registry ID associated with the request.
|
String |
repositoryName() |
The repository name associated with the request.
|
static Class<? extends GetRepositoryPolicyResponse.Builder> |
serializableBuilderClass() |
|
GetRepositoryPolicyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String registryId()
The registry ID associated with the request.
public String repositoryName()
The repository name associated with the request.
public String policyText()
The JSON repository policy text associated with the repository.
public GetRepositoryPolicyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRepositoryPolicyResponse.Builder,GetRepositoryPolicyResponse>
public static GetRepositoryPolicyResponse.Builder builder()
public static Class<? extends GetRepositoryPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.