/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes a Traffic Mirror session.See Also:
AWS
* API Reference
The ID for the Traffic Mirror session.
*/ inline const Aws::String& GetTrafficMirrorSessionId() const{ return m_trafficMirrorSessionId; } /** *The ID for the Traffic Mirror session.
*/ inline bool TrafficMirrorSessionIdHasBeenSet() const { return m_trafficMirrorSessionIdHasBeenSet; } /** *The ID for the Traffic Mirror session.
*/ inline void SetTrafficMirrorSessionId(const Aws::String& value) { m_trafficMirrorSessionIdHasBeenSet = true; m_trafficMirrorSessionId = value; } /** *The ID for the Traffic Mirror session.
*/ inline void SetTrafficMirrorSessionId(Aws::String&& value) { m_trafficMirrorSessionIdHasBeenSet = true; m_trafficMirrorSessionId = std::move(value); } /** *The ID for the Traffic Mirror session.
*/ inline void SetTrafficMirrorSessionId(const char* value) { m_trafficMirrorSessionIdHasBeenSet = true; m_trafficMirrorSessionId.assign(value); } /** *The ID for the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithTrafficMirrorSessionId(const Aws::String& value) { SetTrafficMirrorSessionId(value); return *this;} /** *The ID for the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithTrafficMirrorSessionId(Aws::String&& value) { SetTrafficMirrorSessionId(std::move(value)); return *this;} /** *The ID for the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithTrafficMirrorSessionId(const char* value) { SetTrafficMirrorSessionId(value); return *this;} /** *The ID of the Traffic Mirror target.
*/ inline const Aws::String& GetTrafficMirrorTargetId() const{ return m_trafficMirrorTargetId; } /** *The ID of the Traffic Mirror target.
*/ inline bool TrafficMirrorTargetIdHasBeenSet() const { return m_trafficMirrorTargetIdHasBeenSet; } /** *The ID of the Traffic Mirror target.
*/ inline void SetTrafficMirrorTargetId(const Aws::String& value) { m_trafficMirrorTargetIdHasBeenSet = true; m_trafficMirrorTargetId = value; } /** *The ID of the Traffic Mirror target.
*/ inline void SetTrafficMirrorTargetId(Aws::String&& value) { m_trafficMirrorTargetIdHasBeenSet = true; m_trafficMirrorTargetId = std::move(value); } /** *The ID of the Traffic Mirror target.
*/ inline void SetTrafficMirrorTargetId(const char* value) { m_trafficMirrorTargetIdHasBeenSet = true; m_trafficMirrorTargetId.assign(value); } /** *The ID of the Traffic Mirror target.
*/ inline TrafficMirrorSession& WithTrafficMirrorTargetId(const Aws::String& value) { SetTrafficMirrorTargetId(value); return *this;} /** *The ID of the Traffic Mirror target.
*/ inline TrafficMirrorSession& WithTrafficMirrorTargetId(Aws::String&& value) { SetTrafficMirrorTargetId(std::move(value)); return *this;} /** *The ID of the Traffic Mirror target.
*/ inline TrafficMirrorSession& WithTrafficMirrorTargetId(const char* value) { SetTrafficMirrorTargetId(value); return *this;} /** *The ID of the Traffic Mirror filter.
*/ inline const Aws::String& GetTrafficMirrorFilterId() const{ return m_trafficMirrorFilterId; } /** *The ID of the Traffic Mirror filter.
*/ inline bool TrafficMirrorFilterIdHasBeenSet() const { return m_trafficMirrorFilterIdHasBeenSet; } /** *The ID of the Traffic Mirror filter.
*/ inline void SetTrafficMirrorFilterId(const Aws::String& value) { m_trafficMirrorFilterIdHasBeenSet = true; m_trafficMirrorFilterId = value; } /** *The ID of the Traffic Mirror filter.
*/ inline void SetTrafficMirrorFilterId(Aws::String&& value) { m_trafficMirrorFilterIdHasBeenSet = true; m_trafficMirrorFilterId = std::move(value); } /** *The ID of the Traffic Mirror filter.
*/ inline void SetTrafficMirrorFilterId(const char* value) { m_trafficMirrorFilterIdHasBeenSet = true; m_trafficMirrorFilterId.assign(value); } /** *The ID of the Traffic Mirror filter.
*/ inline TrafficMirrorSession& WithTrafficMirrorFilterId(const Aws::String& value) { SetTrafficMirrorFilterId(value); return *this;} /** *The ID of the Traffic Mirror filter.
*/ inline TrafficMirrorSession& WithTrafficMirrorFilterId(Aws::String&& value) { SetTrafficMirrorFilterId(std::move(value)); return *this;} /** *The ID of the Traffic Mirror filter.
*/ inline TrafficMirrorSession& WithTrafficMirrorFilterId(const char* value) { SetTrafficMirrorFilterId(value); return *this;} /** *The ID of the Traffic Mirror session's network interface.
*/ inline const Aws::String& GetNetworkInterfaceId() const{ return m_networkInterfaceId; } /** *The ID of the Traffic Mirror session's network interface.
*/ inline bool NetworkInterfaceIdHasBeenSet() const { return m_networkInterfaceIdHasBeenSet; } /** *The ID of the Traffic Mirror session's network interface.
*/ inline void SetNetworkInterfaceId(const Aws::String& value) { m_networkInterfaceIdHasBeenSet = true; m_networkInterfaceId = value; } /** *The ID of the Traffic Mirror session's network interface.
*/ inline void SetNetworkInterfaceId(Aws::String&& value) { m_networkInterfaceIdHasBeenSet = true; m_networkInterfaceId = std::move(value); } /** *The ID of the Traffic Mirror session's network interface.
*/ inline void SetNetworkInterfaceId(const char* value) { m_networkInterfaceIdHasBeenSet = true; m_networkInterfaceId.assign(value); } /** *The ID of the Traffic Mirror session's network interface.
*/ inline TrafficMirrorSession& WithNetworkInterfaceId(const Aws::String& value) { SetNetworkInterfaceId(value); return *this;} /** *The ID of the Traffic Mirror session's network interface.
*/ inline TrafficMirrorSession& WithNetworkInterfaceId(Aws::String&& value) { SetNetworkInterfaceId(std::move(value)); return *this;} /** *The ID of the Traffic Mirror session's network interface.
*/ inline TrafficMirrorSession& WithNetworkInterfaceId(const char* value) { SetNetworkInterfaceId(value); return *this;} /** *The ID of the account that owns the Traffic Mirror session.
*/ inline const Aws::String& GetOwnerId() const{ return m_ownerId; } /** *The ID of the account that owns the Traffic Mirror session.
*/ inline bool OwnerIdHasBeenSet() const { return m_ownerIdHasBeenSet; } /** *The ID of the account that owns the Traffic Mirror session.
*/ inline void SetOwnerId(const Aws::String& value) { m_ownerIdHasBeenSet = true; m_ownerId = value; } /** *The ID of the account that owns the Traffic Mirror session.
*/ inline void SetOwnerId(Aws::String&& value) { m_ownerIdHasBeenSet = true; m_ownerId = std::move(value); } /** *The ID of the account that owns the Traffic Mirror session.
*/ inline void SetOwnerId(const char* value) { m_ownerIdHasBeenSet = true; m_ownerId.assign(value); } /** *The ID of the account that owns the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;} /** *The ID of the account that owns the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;} /** *The ID of the account that owns the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithOwnerId(const char* value) { SetOwnerId(value); return *this;} /** *The number of bytes in each packet to mirror. These are the bytes after the * VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. * For example, if you set this value to 100, then the first 100 bytes that meet * the filter criteria are copied to the target. Do not specify this parameter when * you want to mirror the entire packet
*/ inline int GetPacketLength() const{ return m_packetLength; } /** *The number of bytes in each packet to mirror. These are the bytes after the * VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. * For example, if you set this value to 100, then the first 100 bytes that meet * the filter criteria are copied to the target. Do not specify this parameter when * you want to mirror the entire packet
*/ inline bool PacketLengthHasBeenSet() const { return m_packetLengthHasBeenSet; } /** *The number of bytes in each packet to mirror. These are the bytes after the * VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. * For example, if you set this value to 100, then the first 100 bytes that meet * the filter criteria are copied to the target. Do not specify this parameter when * you want to mirror the entire packet
*/ inline void SetPacketLength(int value) { m_packetLengthHasBeenSet = true; m_packetLength = value; } /** *The number of bytes in each packet to mirror. These are the bytes after the * VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. * For example, if you set this value to 100, then the first 100 bytes that meet * the filter criteria are copied to the target. Do not specify this parameter when * you want to mirror the entire packet
*/ inline TrafficMirrorSession& WithPacketLength(int value) { SetPacketLength(value); return *this;} /** *The session number determines the order in which sessions are evaluated when * an interface is used by multiple sessions. The first session with a matching * filter is the one that mirrors the packets.
Valid values are 1-32766.
*/ inline int GetSessionNumber() const{ return m_sessionNumber; } /** *The session number determines the order in which sessions are evaluated when * an interface is used by multiple sessions. The first session with a matching * filter is the one that mirrors the packets.
Valid values are 1-32766.
*/ inline bool SessionNumberHasBeenSet() const { return m_sessionNumberHasBeenSet; } /** *The session number determines the order in which sessions are evaluated when * an interface is used by multiple sessions. The first session with a matching * filter is the one that mirrors the packets.
Valid values are 1-32766.
*/ inline void SetSessionNumber(int value) { m_sessionNumberHasBeenSet = true; m_sessionNumber = value; } /** *The session number determines the order in which sessions are evaluated when * an interface is used by multiple sessions. The first session with a matching * filter is the one that mirrors the packets.
Valid values are 1-32766.
*/ inline TrafficMirrorSession& WithSessionNumber(int value) { SetSessionNumber(value); return *this;} /** *The virtual network ID associated with the Traffic Mirror session.
*/ inline int GetVirtualNetworkId() const{ return m_virtualNetworkId; } /** *The virtual network ID associated with the Traffic Mirror session.
*/ inline bool VirtualNetworkIdHasBeenSet() const { return m_virtualNetworkIdHasBeenSet; } /** *The virtual network ID associated with the Traffic Mirror session.
*/ inline void SetVirtualNetworkId(int value) { m_virtualNetworkIdHasBeenSet = true; m_virtualNetworkId = value; } /** *The virtual network ID associated with the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithVirtualNetworkId(int value) { SetVirtualNetworkId(value); return *this;} /** *The description of the Traffic Mirror session.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description of the Traffic Mirror session.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description of the Traffic Mirror session.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description of the Traffic Mirror session.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description of the Traffic Mirror session.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description of the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description of the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description of the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The tags assigned to the Traffic Mirror session.
*/ inline const Aws::VectorThe tags assigned to the Traffic Mirror session.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *The tags assigned to the Traffic Mirror session.
*/ inline void SetTags(const Aws::VectorThe tags assigned to the Traffic Mirror session.
*/ inline void SetTags(Aws::VectorThe tags assigned to the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithTags(const Aws::VectorThe tags assigned to the Traffic Mirror session.
*/ inline TrafficMirrorSession& WithTags(Aws::VectorThe tags assigned to the Traffic Mirror session.
*/ inline TrafficMirrorSession& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *The tags assigned to the Traffic Mirror session.
*/ inline TrafficMirrorSession& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_trafficMirrorSessionId; bool m_trafficMirrorSessionIdHasBeenSet = false; Aws::String m_trafficMirrorTargetId; bool m_trafficMirrorTargetIdHasBeenSet = false; Aws::String m_trafficMirrorFilterId; bool m_trafficMirrorFilterIdHasBeenSet = false; Aws::String m_networkInterfaceId; bool m_networkInterfaceIdHasBeenSet = false; Aws::String m_ownerId; bool m_ownerIdHasBeenSet = false; int m_packetLength; bool m_packetLengthHasBeenSet = false; int m_sessionNumber; bool m_sessionNumberHasBeenSet = false; int m_virtualNetworkId; bool m_virtualNetworkIdHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::Vector