/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An individual Firewall Manager application.See Also:
AWS API
* Reference
The application's name.
*/ inline const Aws::String& GetAppName() const{ return m_appName; } /** *The application's name.
*/ inline bool AppNameHasBeenSet() const { return m_appNameHasBeenSet; } /** *The application's name.
*/ inline void SetAppName(const Aws::String& value) { m_appNameHasBeenSet = true; m_appName = value; } /** *The application's name.
*/ inline void SetAppName(Aws::String&& value) { m_appNameHasBeenSet = true; m_appName = std::move(value); } /** *The application's name.
*/ inline void SetAppName(const char* value) { m_appNameHasBeenSet = true; m_appName.assign(value); } /** *The application's name.
*/ inline App& WithAppName(const Aws::String& value) { SetAppName(value); return *this;} /** *The application's name.
*/ inline App& WithAppName(Aws::String&& value) { SetAppName(std::move(value)); return *this;} /** *The application's name.
*/ inline App& WithAppName(const char* value) { SetAppName(value); return *this;} /** *The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The IP protocol name or number. The name can be one of tcp
,
* udp
, or icmp
. For information on possible numbers, see
* Protocol
* Numbers.
The application's port number, for example 80
.
The application's port number, for example 80
.
The application's port number, for example 80
.
The application's port number, for example 80
.