@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApprovalRuleTemplateName()
The name of the template that you want to disassociate from one or more repositories.
|
List<String> |
getRepositoryNames()
The repository names that you want to disassociate from the approval rule template.
|
int |
hashCode() |
void |
setApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template that you want to disassociate from one or more repositories.
|
void |
setRepositoryNames(Collection<String> repositoryNames)
The repository names that you want to disassociate from the approval rule template.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest |
withApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template that you want to disassociate from one or more repositories.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest |
withRepositoryNames(Collection<String> repositoryNames)
The repository names that you want to disassociate from the approval rule template.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest |
withRepositoryNames(String... repositoryNames)
The repository names that you want to disassociate from the approval rule 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 BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest()
public void setApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template that you want to disassociate from one or more repositories.
approvalRuleTemplateName
- The name of the template that you want to disassociate from one or more repositories.public String getApprovalRuleTemplateName()
The name of the template that you want to disassociate from one or more repositories.
public BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest withApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template that you want to disassociate from one or more repositories.
approvalRuleTemplateName
- The name of the template that you want to disassociate from one or more repositories.public List<String> getRepositoryNames()
The repository names that you want to disassociate from the approval rule template.
The length constraint limit is for each string in the array. The array itself can be empty.
The length constraint limit is for each string in the array. The array itself can be empty.
public void setRepositoryNames(Collection<String> repositoryNames)
The repository names that you want to disassociate from the approval rule template.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames
- The repository names that you want to disassociate from the approval rule template. The length constraint limit is for each string in the array. The array itself can be empty.
public BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest withRepositoryNames(String... repositoryNames)
The repository names that you want to disassociate from the approval rule template.
The length constraint limit is for each string in the array. The array itself can be empty.
NOTE: This method appends the values to the existing list (if any). Use
setRepositoryNames(java.util.Collection)
or withRepositoryNames(java.util.Collection)
if you
want to override the existing values.
repositoryNames
- The repository names that you want to disassociate from the approval rule template. The length constraint limit is for each string in the array. The array itself can be empty.
public BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest withRepositoryNames(Collection<String> repositoryNames)
The repository names that you want to disassociate from the approval rule template.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames
- The repository names that you want to disassociate from the approval rule template. The length constraint limit is for each string in the array. The array itself can be empty.
public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()