@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryCreationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRepositoryCreationTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryCreationTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPrefix()
The repository namespace prefix associated with the repository creation template.
|
int |
hashCode() |
void |
setPrefix(String prefix)
The repository namespace prefix associated with the repository creation template.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRepositoryCreationTemplateRequest |
withPrefix(String prefix)
The repository namespace prefix associated with the repository creation template.
|
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 DeleteRepositoryCreationTemplateRequest()
public void setPrefix(String prefix)
The repository namespace prefix associated with the repository creation template.
prefix
- The repository namespace prefix associated with the repository creation template.public String getPrefix()
The repository namespace prefix associated with the repository creation template.
public DeleteRepositoryCreationTemplateRequest withPrefix(String prefix)
The repository namespace prefix associated with the repository creation template.
prefix
- The repository namespace prefix associated with the repository creation template.public String toString()
toString
in class Object
Object.toString()
public DeleteRepositoryCreationTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()