7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/AccessType.h>
42 m_accessTypeHasBeenSet =
true;
57 template <
typename Endpo
intT = Aws::String>
59 m_endpointHasBeenSet =
true;
60 m_endpoint = std::forward<EndpointT>(value);
62 template <
typename Endpo
intT = Aws::String>
72 bool m_accessTypeHasBeenSet =
false;
73 bool m_endpointHasBeenSet =
false;
void SetEndpoint(EndpointT &&value)
AccessType GetAccessType() const
AWS_ECS_API IngressPathSummary()=default
bool AccessTypeHasBeenSet() const
const Aws::String & GetEndpoint() const
bool EndpointHasBeenSet() const
AWS_ECS_API IngressPathSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IngressPathSummary & WithEndpoint(EndpointT &&value)
AWS_ECS_API IngressPathSummary(Aws::Utils::Json::JsonView jsonValue)
IngressPathSummary & WithAccessType(AccessType value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAccessType(AccessType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue