@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePullThroughCacheRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePullThroughCacheRuleResult() |
Modifier and Type | Method and Description |
---|---|
CreatePullThroughCacheRuleResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time, in JavaScript date format, when the pull through cache rule was created.
|
String |
getEcrRepositoryPrefix()
The Amazon ECR repository prefix associated with the pull through cache rule.
|
String |
getRegistryId()
The registry ID associated with the request.
|
String |
getUpstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
|
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 |
setUpstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
String |
toString()
Returns a string representation of this object.
|
CreatePullThroughCacheRuleResult |
withCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
|
CreatePullThroughCacheRuleResult |
withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
CreatePullThroughCacheRuleResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
CreatePullThroughCacheRuleResult |
withUpstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
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 CreatePullThroughCacheRuleResult 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 setUpstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
upstreamRegistryUrl
- The upstream registry URL associated with the pull through cache rule.public String getUpstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
public CreatePullThroughCacheRuleResult withUpstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
upstreamRegistryUrl
- The upstream registry URL associated with the pull through cache rule.public void setCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
createdAt
- The date and time, in JavaScript date format, when the pull through cache rule was created.public Date getCreatedAt()
The date and time, in JavaScript date format, when the pull through cache rule was created.
public CreatePullThroughCacheRuleResult withCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
createdAt
- The date and time, in JavaScript date format, when the pull through cache rule was created.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 CreatePullThroughCacheRuleResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public String toString()
toString
in class Object
Object.toString()
public CreatePullThroughCacheRuleResult clone()