/* * 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.fms.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 PutPolicyRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The details of the Firewall Manager policy to be created. *
*/ private Policy policy; /** ** The tags to add to the Amazon Web Services resource. *
*/ private java.util.List* The details of the Firewall Manager policy to be created. *
* * @param policy * The details of the Firewall Manager policy to be created. */ public void setPolicy(Policy policy) { this.policy = policy; } /** ** The details of the Firewall Manager policy to be created. *
* * @return The details of the Firewall Manager policy to be created. */ public Policy getPolicy() { return this.policy; } /** ** The details of the Firewall Manager policy to be created. *
* * @param policy * The details of the Firewall Manager policy to be created. * @return Returns a reference to this object so that method calls can be chained together. */ public PutPolicyRequest withPolicy(Policy policy) { setPolicy(policy); return this; } /** ** The tags to add to the Amazon Web Services resource. *
* * @return The tags to add to the Amazon Web Services resource. */ public java.util.List* The tags to add to the Amazon Web Services resource. *
* * @param tagList * The tags to add to the Amazon Web Services resource. */ public void setTagList(java.util.Collection* The tags to add to the Amazon Web Services resource. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override * the existing values. *
* * @param tagList * The tags to add to the Amazon Web Services resource. * @return Returns a reference to this object so that method calls can be chained together. */ public PutPolicyRequest withTagList(Tag... tagList) { if (this.tagList == null) { setTagList(new java.util.ArrayList* The tags to add to the Amazon Web Services resource. *
* * @param tagList * The tags to add to the Amazon Web Services resource. * @return Returns a reference to this object so that method calls can be chained together. */ public PutPolicyRequest withTagList(java.util.Collection