7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/NetworkHeader.h>
50 inline void SetComponentId(
const char* value) { m_componentIdHasBeenSet =
true; m_componentId.assign(value); }
65 inline void SetComponentType(
const char* value) { m_componentTypeHasBeenSet =
true; m_componentType.assign(value); }
99 bool m_componentIdHasBeenSet =
false;
102 bool m_componentTypeHasBeenSet =
false;
105 bool m_egressHasBeenSet =
false;
108 bool m_ingressHasBeenSet =
false;
void SetEgress(const NetworkHeader &value)
AWS_SECURITYHUB_API NetworkPathComponent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComponentType() const
NetworkPathComponent & WithComponentType(const char *value)
bool IngressHasBeenSet() const
NetworkPathComponent & WithComponentId(const Aws::String &value)
void SetComponentType(const Aws::String &value)
AWS_SECURITYHUB_API NetworkPathComponent()
bool EgressHasBeenSet() const
void SetEgress(NetworkHeader &&value)
bool ComponentIdHasBeenSet() const
NetworkPathComponent & WithComponentType(Aws::String &&value)
const NetworkHeader & GetEgress() const
void SetComponentId(Aws::String &&value)
NetworkPathComponent & WithIngress(NetworkHeader &&value)
void SetIngress(NetworkHeader &&value)
void SetComponentType(Aws::String &&value)
bool ComponentTypeHasBeenSet() const
NetworkPathComponent & WithEgress(const NetworkHeader &value)
void SetComponentId(const char *value)
const NetworkHeader & GetIngress() const
void SetComponentType(const char *value)
NetworkPathComponent & WithComponentType(const Aws::String &value)
NetworkPathComponent & WithIngress(const NetworkHeader &value)
NetworkPathComponent & WithComponentId(const char *value)
void SetIngress(const NetworkHeader &value)
NetworkPathComponent & WithEgress(NetworkHeader &&value)
const Aws::String & GetComponentId() const
NetworkPathComponent & WithComponentId(Aws::String &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetComponentId(const Aws::String &value)
AWS_SECURITYHUB_API NetworkPathComponent(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue