@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidatePullThroughCacheRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ValidatePullThroughCacheRuleRequest() |
Modifier and Type | Method and Description |
---|---|
ValidatePullThroughCacheRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEcrRepositoryPrefix()
The repository name prefix associated with the pull through cache rule.
|
String |
getRegistryId()
The registry ID associated with the pull through cache rule.
|
int |
hashCode() |
void |
setEcrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix associated with the pull through cache rule.
|
void |
setRegistryId(String registryId)
The registry ID associated with the pull through cache rule.
|
String |
toString()
Returns a string representation of this object.
|
ValidatePullThroughCacheRuleRequest |
withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix associated with the pull through cache rule.
|
ValidatePullThroughCacheRuleRequest |
withRegistryId(String registryId)
The registry ID associated with the pull through cache rule.
|
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 setEcrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix associated with the pull through cache rule.
ecrRepositoryPrefix
- The repository name prefix associated with the pull through cache rule.public String getEcrRepositoryPrefix()
The repository name prefix associated with the pull through cache rule.
public ValidatePullThroughCacheRuleRequest withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix associated with the pull through cache rule.
ecrRepositoryPrefix
- The repository name prefix associated with the pull through cache rule.public void setRegistryId(String registryId)
The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
registryId
- The registry ID associated with the pull through cache rule. If you do not specify a registry, the default
registry is assumed.public String getRegistryId()
The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
public ValidatePullThroughCacheRuleRequest withRegistryId(String registryId)
The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.
registryId
- The registry ID associated with the pull through cache rule. If you do not specify a registry, the default
registry is assumed.public String toString()
toString
in class Object
Object.toString()
public ValidatePullThroughCacheRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()