@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 String approvalRuleTemplateName()
The name of the approval rule template for which you want to list repositories that are associated with that template.
public String nextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.