/* * 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.managedblockchain.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* The actions to carry out if a proposal is APPROVED
.
*
* Applies only to Hyperledger Fabric. *
* * @see AWS * API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ProposalActions implements Serializable, Cloneable, StructuredPojo { /** *
* The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a
* member and join the network.
*
* The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes
* the member and all associated member resources from the network.
*
* The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a
* member and join the network.
*
APPROVED
proposal to invite an Amazon Web Services account to
* create a member and join the network.
*/
public java.util.List
* The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a
* member and join the network.
*
APPROVED
proposal to invite an Amazon Web Services account to
* create a member and join the network.
*/
public void setInvitations(java.util.Collection
* The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a
* member and join the network.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setInvitations(java.util.Collection)} or {@link #withInvitations(java.util.Collection)} if you want to * override the existing values. *
* * @param invitations * The actions to perform for anAPPROVED
proposal to invite an Amazon Web Services account to
* create a member and join the network.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ProposalActions withInvitations(InviteAction... invitations) {
if (this.invitations == null) {
setInvitations(new java.util.ArrayList
* The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a
* member and join the network.
*
APPROVED
proposal to invite an Amazon Web Services account to
* create a member and join the network.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ProposalActions withInvitations(java.util.Collection
* The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes
* the member and all associated member resources from the network.
*
APPROVED
proposal to remove a member from the network, which
* deletes the member and all associated member resources from the network.
*/
public java.util.List
* The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes
* the member and all associated member resources from the network.
*
APPROVED
proposal to remove a member from the network, which
* deletes the member and all associated member resources from the network.
*/
public void setRemovals(java.util.Collection
* The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes
* the member and all associated member resources from the network.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setRemovals(java.util.Collection)} or {@link #withRemovals(java.util.Collection)} if you want to override * the existing values. *
* * @param removals * The actions to perform for anAPPROVED
proposal to remove a member from the network, which
* deletes the member and all associated member resources from the network.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ProposalActions withRemovals(RemoveAction... removals) {
if (this.removals == null) {
setRemovals(new java.util.ArrayList
* The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes
* the member and all associated member resources from the network.
*
APPROVED
proposal to remove a member from the network, which
* deletes the member and all associated member resources from the network.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ProposalActions withRemovals(java.util.Collection