@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 String approvalRuleTemplateName()
The name of the approval rule template where you want to update the content of the rule.
public String newRuleContent()
The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes.
public 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 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.