@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLifecyclePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutLifecyclePolicyResult() |
Modifier and Type | Method and Description |
---|---|
PutLifecyclePolicyResult |
clone() |
boolean |
equals(Object obj) |
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 |
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.
|
PutLifecyclePolicyResult |
withLifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
|
PutLifecyclePolicyResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
PutLifecyclePolicyResult |
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 PutLifecyclePolicyResult 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 PutLifecyclePolicyResult 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 PutLifecyclePolicyResult withLifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
lifecyclePolicyText
- The JSON repository policy text.public String toString()
toString
in class Object
Object.toString()
public PutLifecyclePolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.