/* * 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.route53recoverycluster.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoutingControlStatesRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* A set of routing control entries that you want to update. *
*/ private java.util.List* The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing * control states. You can override one safety rule or multiple safety rules by including one or more ARNs, * separated by commas. *
** For more information, see Override * safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide. *
*/ private java.util.List* A set of routing control entries that you want to update. *
* * @return A set of routing control entries that you want to update. */ public java.util.List* A set of routing control entries that you want to update. *
* * @param updateRoutingControlStateEntries * A set of routing control entries that you want to update. */ public void setUpdateRoutingControlStateEntries(java.util.Collection* A set of routing control entries that you want to update. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUpdateRoutingControlStateEntries(java.util.Collection)} or * {@link #withUpdateRoutingControlStateEntries(java.util.Collection)} if you want to override the existing values. *
* * @param updateRoutingControlStateEntries * A set of routing control entries that you want to update. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateRoutingControlStatesRequest withUpdateRoutingControlStateEntries(UpdateRoutingControlStateEntry... updateRoutingControlStateEntries) { if (this.updateRoutingControlStateEntries == null) { setUpdateRoutingControlStateEntries(new java.util.ArrayList* A set of routing control entries that you want to update. *
* * @param updateRoutingControlStateEntries * A set of routing control entries that you want to update. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateRoutingControlStatesRequest withUpdateRoutingControlStateEntries( java.util.Collection* The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing * control states. You can override one safety rule or multiple safety rules by including one or more ARNs, * separated by commas. *
** For more information, see Override * safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide. *
* * @return The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating * routing control states. You can override one safety rule or multiple safety rules by including one or * more ARNs, separated by commas. *
* For more information, see
* Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller
* Developer Guide.
*/
public java.util.List
* The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing
* control states. You can override one safety rule or multiple safety rules by including one or more ARNs,
* separated by commas.
*
* For more information, see Override
* safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
*
* For more information, see
* Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller
* Developer Guide.
*/
public void setSafetyRulesToOverride(java.util.Collection
* The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing
* control states. You can override one safety rule or multiple safety rules by including one or more ARNs,
* separated by commas.
*
* For more information, see Override
* safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setSafetyRulesToOverride(java.util.Collection)} or
* {@link #withSafetyRulesToOverride(java.util.Collection)} if you want to override the existing values.
*
* For more information, see
* Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller
* Developer Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public UpdateRoutingControlStatesRequest withSafetyRulesToOverride(String... safetyRulesToOverride) {
if (this.safetyRulesToOverride == null) {
setSafetyRulesToOverride(new java.util.ArrayList
* The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing
* control states. You can override one safety rule or multiple safety rules by including one or more ARNs,
* separated by commas.
*
* For more information, see Override
* safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.
*
* For more information, see
* Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller
* Developer Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public UpdateRoutingControlStatesRequest withSafetyRulesToOverride(java.util.Collection