7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
45 template <
typename TypesT = Aws::Vector<Aws::String>>
47 m_typesHasBeenSet =
true;
48 m_types = std::forward<TypesT>(value);
50 template <
typename TypesT = Aws::Vector<Aws::String>>
52 SetTypes(std::forward<TypesT>(value));
55 template <
typename TypesT = Aws::String>
57 m_typesHasBeenSet =
true;
58 m_types.emplace_back(std::forward<TypesT>(value));
64 bool m_typesHasBeenSet =
false;
AWS_SECURITYHUB_API AwsApiGatewayEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
AwsApiGatewayEndpointConfiguration & AddTypes(TypesT &&value)
const Aws::Vector< Aws::String > & GetTypes() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTypes(TypesT &&value)
AWS_SECURITYHUB_API AwsApiGatewayEndpointConfiguration()=default
bool TypesHasBeenSet() const
AwsApiGatewayEndpointConfiguration & WithTypes(TypesT &&value)
AWS_SECURITYHUB_API AwsApiGatewayEndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue