@Generated(value="software.amazon.awssdk:codegen") public final class UpdateApprovalRuleTemplateContentRequest extends CodeCommitRequest implements ToCopyableBuilder<UpdateApprovalRuleTemplateContentRequest.Builder,UpdateApprovalRuleTemplateContentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateApprovalRuleTemplateContentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
approvalRuleTemplateName()
The name of the approval rule template where you want to update the content of the rule.
|
static UpdateApprovalRuleTemplateContentRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
existingRuleContentSha256()
The SHA-256 hash signature for the content of the approval rule.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newRuleContent()
The content that replaces the existing content of the rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateApprovalRuleTemplateContentRequest.Builder> |
serializableBuilderClass() |
UpdateApprovalRuleTemplateContentRequest.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 where you want to update the content of the rule.
public final String newRuleContent()
The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes.
public final String existingRuleContentSha256()
The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by using GetPullRequest.
public UpdateApprovalRuleTemplateContentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateApprovalRuleTemplateContentRequest.Builder,UpdateApprovalRuleTemplateContentRequest>toBuilder in class CodeCommitRequestpublic static UpdateApprovalRuleTemplateContentRequest.Builder builder()
public static Class<? extends UpdateApprovalRuleTemplateContentRequest.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 © 2021. All rights reserved.