/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.ec2.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Describes the rule options for a stateful rule group. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupRuleOptionsPair implements Serializable, Cloneable { /** ** The ARN of the rule group. *
*/ private String ruleGroupArn; /** ** The rule options. *
*/ private com.amazonaws.internal.SdkInternalList* The ARN of the rule group. *
* * @param ruleGroupArn * The ARN of the rule group. */ public void setRuleGroupArn(String ruleGroupArn) { this.ruleGroupArn = ruleGroupArn; } /** ** The ARN of the rule group. *
* * @return The ARN of the rule group. */ public String getRuleGroupArn() { return this.ruleGroupArn; } /** ** The ARN of the rule group. *
* * @param ruleGroupArn * The ARN of the rule group. * @return Returns a reference to this object so that method calls can be chained together. */ public RuleGroupRuleOptionsPair withRuleGroupArn(String ruleGroupArn) { setRuleGroupArn(ruleGroupArn); return this; } /** ** The rule options. *
* * @return The rule options. */ public java.util.List* The rule options. *
* * @param ruleOptions * The rule options. */ public void setRuleOptions(java.util.Collection* The rule options. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setRuleOptions(java.util.Collection)} or {@link #withRuleOptions(java.util.Collection)} if you want to * override the existing values. *
* * @param ruleOptions * The rule options. * @return Returns a reference to this object so that method calls can be chained together. */ public RuleGroupRuleOptionsPair withRuleOptions(RuleOption... ruleOptions) { if (this.ruleOptions == null) { setRuleOptions(new com.amazonaws.internal.SdkInternalList* The rule options. *
* * @param ruleOptions * The rule options. * @return Returns a reference to this object so that method calls can be chained together. */ public RuleGroupRuleOptionsPair withRuleOptions(java.util.Collection