Class OriginApprovalRuleTemplate
- java.lang.Object
-
- software.amazon.awssdk.services.codecommit.model.OriginApprovalRuleTemplate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OriginApprovalRuleTemplate.Builder,OriginApprovalRuleTemplate>
@Generated("software.amazon.awssdk:codegen") public final class OriginApprovalRuleTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OriginApprovalRuleTemplate.Builder,OriginApprovalRuleTemplate>
Returns information about the template that created the approval rule for a pull request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOriginApprovalRuleTemplate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapprovalRuleTemplateId()The ID of the template that created the approval rule.StringapprovalRuleTemplateName()The name of the template that created the approval rule.static OriginApprovalRuleTemplate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OriginApprovalRuleTemplate.Builder>serializableBuilderClass()OriginApprovalRuleTemplate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
approvalRuleTemplateId
public final String approvalRuleTemplateId()
The ID of the template that created the approval rule.
- Returns:
- The ID of the template that created the approval rule.
-
approvalRuleTemplateName
public final String approvalRuleTemplateName()
The name of the template that created the approval rule.
- Returns:
- The name of the template that created the approval rule.
-
toBuilder
public OriginApprovalRuleTemplate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OriginApprovalRuleTemplate.Builder,OriginApprovalRuleTemplate>
-
builder
public static OriginApprovalRuleTemplate.Builder builder()
-
serializableBuilderClass
public static Class<? extends OriginApprovalRuleTemplate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-