@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLifecyclePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteLifecyclePolicyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteLifecyclePolicyResult |
clone() |
boolean |
equals(Object obj) |
Date |
getLastEvaluatedAt()
The time stamp of the last time that the lifecycle policy was run.
|
String |
getLifecyclePolicyText()
The JSON repository policy text.
|
String |
getRegistryId()
The registry ID associated with the request.
|
String |
getRepositoryName()
The repository name associated with the request.
|
int |
hashCode() |
void |
setLastEvaluatedAt(Date lastEvaluatedAt)
The time stamp of the last time that the lifecycle policy was run.
|
void |
setLifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
|
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setRepositoryName(String repositoryName)
The repository name associated with the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteLifecyclePolicyResult |
withLastEvaluatedAt(Date lastEvaluatedAt)
The time stamp of the last time that the lifecycle policy was run.
|
DeleteLifecyclePolicyResult |
withLifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
|
DeleteLifecyclePolicyResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
DeleteLifecyclePolicyResult |
withRepositoryName(String repositoryName)
The repository name associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public DeleteLifecyclePolicyResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public String getRepositoryName()
The repository name associated with the request.
public DeleteLifecyclePolicyResult withRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public void setLifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
lifecyclePolicyText
- The JSON repository policy text.public String getLifecyclePolicyText()
The JSON repository policy text.
public DeleteLifecyclePolicyResult withLifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
lifecyclePolicyText
- The JSON repository policy text.public void setLastEvaluatedAt(Date lastEvaluatedAt)
The time stamp of the last time that the lifecycle policy was run.
lastEvaluatedAt
- The time stamp of the last time that the lifecycle policy was run.public Date getLastEvaluatedAt()
The time stamp of the last time that the lifecycle policy was run.
public DeleteLifecyclePolicyResult withLastEvaluatedAt(Date lastEvaluatedAt)
The time stamp of the last time that the lifecycle policy was run.
lastEvaluatedAt
- The time stamp of the last time that the lifecycle policy was run.public String toString()
toString
in class Object
Object.toString()
public DeleteLifecyclePolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.