@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateApprovalRuleTemplateFromRepositoriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDisassociatedRepositoryNames()
A list of repository names that have had their association with the template removed.
|
List<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> |
getErrors()
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
int |
hashCode() |
void |
setDisassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
|
void |
setErrors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors)
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
withDisassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
withDisassociatedRepositoryNames(String... disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
withErrors(BatchDisassociateApprovalRuleTemplateFromRepositoriesError... errors)
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesResult |
withErrors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors)
A list of any errors that might have occurred while attempting to remove the association between the template and
the repositories.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchDisassociateApprovalRuleTemplateFromRepositoriesResult()
public List<String> getDisassociatedRepositoryNames()
A list of repository names that have had their association with the template removed.
public void setDisassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
disassociatedRepositoryNames - A list of repository names that have had their association with the template removed.public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withDisassociatedRepositoryNames(String... disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
NOTE: This method appends the values to the existing list (if any). Use
setDisassociatedRepositoryNames(java.util.Collection) or
withDisassociatedRepositoryNames(java.util.Collection) if you want to override the existing values.
disassociatedRepositoryNames - A list of repository names that have had their association with the template removed.public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withDisassociatedRepositoryNames(Collection<String> disassociatedRepositoryNames)
A list of repository names that have had their association with the template removed.
disassociatedRepositoryNames - A list of repository names that have had their association with the template removed.public List<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> getErrors()
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
public void setErrors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors)
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
errors - A list of any errors that might have occurred while attempting to remove the association between the
template and the repositories.public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withErrors(BatchDisassociateApprovalRuleTemplateFromRepositoriesError... errors)
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - A list of any errors that might have occurred while attempting to remove the association between the
template and the repositories.public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult withErrors(Collection<BatchDisassociateApprovalRuleTemplateFromRepositoriesError> errors)
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
errors - A list of any errors that might have occurred while attempting to remove the association between the
template and the repositories.public String toString()
toString in class ObjectObject.toString()public BatchDisassociateApprovalRuleTemplateFromRepositoriesResult clone()