@Generated(value="software.amazon.awssdk:codegen") public final class ListRepositoriesForApprovalRuleTemplateRequest extends CodeCommitRequest implements ToCopyableBuilder<ListRepositoriesForApprovalRuleTemplateRequest.Builder,ListRepositoriesForApprovalRuleTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRepositoriesForApprovalRuleTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
approvalRuleTemplateName()
The name of the approval rule template for which you want to list repositories that are associated with that
template.
|
static ListRepositoriesForApprovalRuleTemplateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
A non-zero, non-negative integer used to limit the number of returned results.
|
String |
nextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRepositoriesForApprovalRuleTemplateRequest.Builder> |
serializableBuilderClass() |
ListRepositoriesForApprovalRuleTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String approvalRuleTemplateName()
The name of the approval rule template for which you want to list repositories that are associated with that template.
public final String nextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public final Integer maxResults()
A non-zero, non-negative integer used to limit the number of returned results.
public ListRepositoriesForApprovalRuleTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRepositoriesForApprovalRuleTemplateRequest.Builder,ListRepositoriesForApprovalRuleTemplateRequest>toBuilder in class CodeCommitRequestpublic static ListRepositoriesForApprovalRuleTemplateRequest.Builder builder()
public static Class<? extends ListRepositoriesForApprovalRuleTemplateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.