7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/simspaceweaver/model/SimulationAppPortMapping.h>
23namespace SimSpaceWeaver
53 template<
typename AddressT = Aws::String>
54 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
55 template<
typename AddressT = Aws::String>
66 template<
typename IngressPortMappingsT = Aws::Vector<SimulationAppPortMapping>>
67 void SetIngressPortMappings(IngressPortMappingsT&& value) { m_ingressPortMappingsHasBeenSet =
true; m_ingressPortMappings = std::forward<IngressPortMappingsT>(value); }
68 template<
typename IngressPortMappingsT = Aws::Vector<SimulationAppPortMapping>>
70 template<
typename IngressPortMappingsT = SimulationAppPortMapping>
76 bool m_addressHasBeenSet =
false;
79 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