@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateApprovalRuleTemplateWithRepositoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateApprovalRuleTemplateWithRepositoryRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateApprovalRuleTemplateWithRepositoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApprovalRuleTemplateName()
The name for the approval rule template.
|
String |
getRepositoryName()
The name of the repository that you want to associate with the template.
|
int |
hashCode() |
void |
setApprovalRuleTemplateName(String approvalRuleTemplateName)
The name for the approval rule template.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that you want to associate with the template.
|
String |
toString()
Returns a string representation of this object.
|
AssociateApprovalRuleTemplateWithRepositoryRequest |
withApprovalRuleTemplateName(String approvalRuleTemplateName)
The name for the approval rule template.
|
AssociateApprovalRuleTemplateWithRepositoryRequest |
withRepositoryName(String repositoryName)
The name of the repository that you want to associate with the 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 AssociateApprovalRuleTemplateWithRepositoryRequest()
public void setApprovalRuleTemplateName(String approvalRuleTemplateName)
The name for the approval rule template.
approvalRuleTemplateName
- The name for the approval rule template.public String getApprovalRuleTemplateName()
The name for the approval rule template.
public AssociateApprovalRuleTemplateWithRepositoryRequest withApprovalRuleTemplateName(String approvalRuleTemplateName)
The name for the approval rule template.
approvalRuleTemplateName
- The name for the approval rule template.public void setRepositoryName(String repositoryName)
The name of the repository that you want to associate with the template.
repositoryName
- The name of the repository that you want to associate with the template.public String getRepositoryName()
The name of the repository that you want to associate with the template.
public AssociateApprovalRuleTemplateWithRepositoryRequest withRepositoryName(String repositoryName)
The name of the repository that you want to associate with the template.
repositoryName
- The name of the repository that you want to associate with the template.public String toString()
toString
in class Object
Object.toString()
public AssociateApprovalRuleTemplateWithRepositoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()