/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes modifications to the load permissions of an Amazon FPGA image
* (AFI).See Also:
AWS
* API Reference
The load permissions to add.
*/ inline const Aws::VectorThe load permissions to add.
*/ inline bool AddHasBeenSet() const { return m_addHasBeenSet; } /** *The load permissions to add.
*/ inline void SetAdd(const Aws::VectorThe load permissions to add.
*/ inline void SetAdd(Aws::VectorThe load permissions to add.
*/ inline LoadPermissionModifications& WithAdd(const Aws::VectorThe load permissions to add.
*/ inline LoadPermissionModifications& WithAdd(Aws::VectorThe load permissions to add.
*/ inline LoadPermissionModifications& AddAdd(const LoadPermissionRequest& value) { m_addHasBeenSet = true; m_add.push_back(value); return *this; } /** *The load permissions to add.
*/ inline LoadPermissionModifications& AddAdd(LoadPermissionRequest&& value) { m_addHasBeenSet = true; m_add.push_back(std::move(value)); return *this; } /** *The load permissions to remove.
*/ inline const Aws::VectorThe load permissions to remove.
*/ inline bool RemoveHasBeenSet() const { return m_removeHasBeenSet; } /** *The load permissions to remove.
*/ inline void SetRemove(const Aws::VectorThe load permissions to remove.
*/ inline void SetRemove(Aws::VectorThe load permissions to remove.
*/ inline LoadPermissionModifications& WithRemove(const Aws::VectorThe load permissions to remove.
*/ inline LoadPermissionModifications& WithRemove(Aws::VectorThe load permissions to remove.
*/ inline LoadPermissionModifications& AddRemove(const LoadPermissionRequest& value) { m_removeHasBeenSet = true; m_remove.push_back(value); return *this; } /** *The load permissions to remove.
*/ inline LoadPermissionModifications& AddRemove(LoadPermissionRequest&& value) { m_removeHasBeenSet = true; m_remove.push_back(std::move(value)); return *this; } private: Aws::Vector