@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePullThroughCacheRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePullThroughCacheRuleResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePullThroughCacheRuleResult |
clone() |
boolean |
equals(Object obj) |
String |
getCredentialArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through
cache rule.
|
String |
getEcrRepositoryPrefix()
The Amazon ECR repository prefix associated with the pull through cache rule.
|
String |
getRegistryId()
The registry ID associated with the request.
|
Date |
getUpdatedAt()
The date and time, in JavaScript date format, when the pull through cache rule was updated.
|
int |
hashCode() |
void |
setCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through
cache rule.
|
void |
setEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePullThroughCacheRuleResult |
withCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through
cache rule.
|
UpdatePullThroughCacheRuleResult |
withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
UpdatePullThroughCacheRuleResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
UpdatePullThroughCacheRuleResult |
withUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
ecrRepositoryPrefix
- The Amazon ECR repository prefix associated with the pull through cache rule.public String getEcrRepositoryPrefix()
The Amazon ECR repository prefix associated with the pull through cache rule.
public UpdatePullThroughCacheRuleResult withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
ecrRepositoryPrefix
- The Amazon ECR repository prefix associated with the pull through cache rule.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 UpdatePullThroughCacheRuleResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was updated.
updatedAt
- The date and time, in JavaScript date format, when the pull through cache rule was updated.public Date getUpdatedAt()
The date and time, in JavaScript date format, when the pull through cache rule was updated.
public UpdatePullThroughCacheRuleResult withUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was updated.
updatedAt
- The date and time, in JavaScript date format, when the pull through cache rule was updated.public void setCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
credentialArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull
through cache rule.public String getCredentialArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
public UpdatePullThroughCacheRuleResult withCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
credentialArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull
through cache rule.public String toString()
toString
in class Object
Object.toString()
public UpdatePullThroughCacheRuleResult clone()