factory CreateEndpointOutput.fromJson(Map<String, dynamic> json) { return CreateEndpointOutput( endpointArn: json['EndpointArn'] as String, ); }