7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
10#include <aws/simspaceweaver/model/SimulationAppPortMapping.h>
21namespace SimSpaceWeaver {
47 template <
typename AddressT = Aws::String>
49 m_addressHasBeenSet =
true;
50 m_address = std::forward<AddressT>(value);
52 template <
typename AddressT = Aws::String>
66 template <
typename IngressPortMappingsT = Aws::Vector<SimulationAppPortMapping>>
68 m_ingressPortMappingsHasBeenSet =
true;
69 m_ingressPortMappings = std::forward<IngressPortMappingsT>(value);
71 template <
typename IngressPortMappingsT = Aws::Vector<SimulationAppPortMapping>>
76 template <
typename IngressPortMappingsT = SimulationAppPortMapping>
78 m_ingressPortMappingsHasBeenSet =
true;
79 m_ingressPortMappings.emplace_back(std::forward<IngressPortMappingsT>(value));
87 bool m_addressHasBeenSet =
false;
88 bool m_ingressPortMappingsHasBeenSet =
false;
bool IngressPortMappingsHasBeenSet() const
void SetIngressPortMappings(IngressPortMappingsT &&value)
const Aws::String & GetAddress() const
AWS_SIMSPACEWEAVER_API SimulationAppEndpointInfo()=default
SimulationAppEndpointInfo & WithAddress(AddressT &&value)
bool AddressHasBeenSet() const
void SetAddress(AddressT &&value)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIMSPACEWEAVER_API SimulationAppEndpointInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API SimulationAppEndpointInfo(Aws::Utils::Json::JsonView jsonValue)
SimulationAppEndpointInfo & AddIngressPortMappings(IngressPortMappingsT &&value)
SimulationAppEndpointInfo & WithIngressPortMappings(IngressPortMappingsT &&value)
const Aws::Vector< SimulationAppPortMapping > & GetIngressPortMappings() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue