@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLifecyclePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLifecyclePolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetLifecyclePolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRegistryId()
The Amazon Web Services account ID associated with the registry that contains the repository.
|
String |
getRepositoryName()
The name of the repository.
|
int |
hashCode() |
void |
setRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository.
|
void |
setRepositoryName(String repositoryName)
The name of the repository.
|
String |
toString()
Returns a string representation of this object.
|
GetLifecyclePolicyRequest |
withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository.
|
GetLifecyclePolicyRequest |
withRepositoryName(String repositoryName)
The name of the repository.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
registryId
- The Amazon Web Services account ID associated with the registry that contains the repository. If you do
not specify a registry, the default registry is assumed.public String getRegistryId()
The Amazon Web Services account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
public GetLifecyclePolicyRequest withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
registryId
- The Amazon Web Services account ID associated with the registry that contains the repository. If you do
not specify a registry, the default registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository.
repositoryName
- The name of the repository.public String getRepositoryName()
The name of the repository.
public GetLifecyclePolicyRequest withRepositoryName(String repositoryName)
The name of the repository.
repositoryName
- The name of the repository.public String toString()
toString
in class Object
Object.toString()
public GetLifecyclePolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()